summaryrefslogtreecommitdiff
path: root/svx/inc/svx/brkitem.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-10-10 13:02:43 +0000
committerOliver Bolte <obo@openoffice.org>2008-10-10 13:02:43 +0000
commita3458db24dc4688fcca14242917ec3bd62a6adcb (patch)
treeb902384544d6fb83961786eae1fdc3554475ce1e /svx/inc/svx/brkitem.hxx
parent7f0a1dea69541e73a8a38da7906a65aad63c8902 (diff)
CWS-TOOLING: integrate CWS cmcfixes49
Diffstat (limited to 'svx/inc/svx/brkitem.hxx')
-rw-r--r--svx/inc/svx/brkitem.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/svx/brkitem.hxx b/svx/inc/svx/brkitem.hxx
index 10554575fae0..50bc798af490 100644
--- a/svx/inc/svx/brkitem.hxx
+++ b/svx/inc/svx/brkitem.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: brkitem.hxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.4.216.1 $
*
* This file is part of OpenOffice.org.
*
@@ -83,7 +83,7 @@ public:
// MS VC4.0 kommt durcheinander
void SetValue( USHORT nNewVal )
{SfxEnumItem::SetValue(nNewVal); }
- const SvxBreak GetBreak() const { return SvxBreak( GetValue() ); }
+ SvxBreak GetBreak() const { return SvxBreak( GetValue() ); }
void SetBreak( const SvxBreak eNew )
{ SetValue( (USHORT)eNew ); }
};