summaryrefslogtreecommitdiff
path: root/sw/inc/grfatr.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-19 17:15:59 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-19 17:15:59 +0000
commit38939f4dbf93e20ff9d82e377f842571aba7b61e (patch)
tree3fe312896cee13135afe9b78a64291a9698c2aa0 /sw/inc/grfatr.hxx
parentd7672a5c40779576439d4ef58100b5127c02ace4 (diff)
INTEGRATION: CWS gcc41 (1.9.150); FILE MERGED
2005/12/07 14:56:31 pmladek 1.9.150.1: #i58967# Removed extra qualification to fix build with gcc-4.1
Diffstat (limited to 'sw/inc/grfatr.hxx')
-rw-r--r--sw/inc/grfatr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/grfatr.hxx b/sw/inc/grfatr.hxx
index 23256b77c54d..6055f5540229 100644
--- a/sw/inc/grfatr.hxx
+++ b/sw/inc/grfatr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: grfatr.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:56:14 $
+ * last change: $Author: obo $ $Date: 2006-01-19 18:15:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -84,7 +84,7 @@ public:
SwMirrorGrf( USHORT nMiro = RES_DONT_MIRROR_GRF )
: SfxEnumItem( RES_GRFATR_MIRRORGRF, nMiro ), bGrfToggle( sal_False )
{}
- SwMirrorGrf::SwMirrorGrf( const SwMirrorGrf &rMirrorGrf )
+ SwMirrorGrf( const SwMirrorGrf &rMirrorGrf )
: SfxEnumItem( RES_GRFATR_MIRRORGRF, rMirrorGrf.GetValue()),
bGrfToggle( rMirrorGrf.IsGrfToggle() )
{}