diff options
-rw-r--r-- | sc/inc/drawattr.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/drawattr.hxx b/sc/inc/drawattr.hxx index ea72c7fc41b3..ccb9563775dc 100644 --- a/sc/inc/drawattr.hxx +++ b/sc/inc/drawattr.hxx @@ -4,9 +4,9 @@ * * $RCSfile: drawattr.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 17:37:06 $ + * last change: $Author: vg $ $Date: 2007-02-27 11:56:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -51,7 +51,7 @@ public: SvxDrawToolItem( const SvxDrawToolItem& rDrawToolItem ) : SfxEnumItem( rDrawToolItem ){} - SvxDrawToolItem(USHORT nWhich ) : SfxEnumItem(nWhich){} + SvxDrawToolItem(USHORT nWhichP) : SfxEnumItem(nWhichP){} virtual String GetValueText() const; |