summaryrefslogtreecommitdiff
path: root/sw/inc/swregion.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/swregion.hxx')
-rw-r--r--sw/inc/swregion.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/swregion.hxx b/sw/inc/swregion.hxx
index df15d51d8225..811aa0d5e27e 100644
--- a/sw/inc/swregion.hxx
+++ b/sw/inc/swregion.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
@@ -36,7 +36,7 @@ SV_DECL_VARARR( SwRects, SwRect, 20, 8 )
class SwRegionRects : public SwRects
{
- SwRect aOrigin; // die Kopie des StartRects
+ SwRect aOrigin; // die Kopie des StartRects
inline void InsertRect( const SwRect &rRect, const USHORT nPos, BOOL &rDel);
@@ -55,6 +55,6 @@ public:
inline void ChangeOrigin( const SwRect &rRect ) { aOrigin = rRect; }
};
-#endif //_SWREGION_HXX
+#endif //_SWREGION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */