diff -r 12278ec87e7e -r f448366bc702 NoBackground.st --- a/NoBackground.st Wed Feb 22 21:18:44 2017 +0100 +++ b/NoBackground.st Wed Feb 22 21:18:46 2017 +0100 @@ -1,5 +1,5 @@ " - COPYRIGHT (c) 2009 by eXept Software AG + COPYRIGHT (c) 2009 by Claus Gittinger / eXept Software AG All Rights Reserved This software is furnished under a license and may be used @@ -11,6 +11,8 @@ " "{ Package: 'stx:libview' }" +"{ NameSpace: Smalltalk }" + AbstractBackground subclass:#NoBackground instanceVariableNames:'' classVariableNames:'' @@ -22,7 +24,7 @@ copyright " - COPYRIGHT (c) 2009 by eXept Software AG + COPYRIGHT (c) 2009 by Claus Gittinger / eXept Software AG All Rights Reserved This software is furnished under a license and may be used @@ -45,5 +47,6 @@ !NoBackground class methodsFor:'documentation'! version_CVS - ^ '$Header: /cvs/stx/stx/libview/NoBackground.st,v 1.3 2011-01-23 01:42:51 cg Exp $' + ^ '$Header$' ! ! +