summaryrefslogtreecommitdiff
path: root/sw/inc/fmtfordr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/fmtfordr.hxx')
-rw-r--r--sw/inc/fmtfordr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/fmtfordr.hxx b/sw/inc/fmtfordr.hxx
index 7e97e669f614..6aac5dfa186b 100644
--- a/sw/inc/fmtfordr.hxx
+++ b/sw/inc/fmtfordr.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -51,8 +51,8 @@ public:
inline SwFmtFillOrder &operator=( const SwFmtFillOrder &rCpy );
// "pure virtual Methoden" vom SfxPoolItem
- virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
- virtual USHORT GetValueCount() const;
+ virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
+ virtual USHORT GetValueCount() const;
SwFillOrder GetFillOrder() const { return SwFillOrder(GetValue()); }
};