summaryrefslogtreecommitdiff
path: root/sw/inc/edglbldc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/edglbldc.hxx')
-rw-r--r--sw/inc/edglbldc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/edglbldc.hxx b/sw/inc/edglbldc.hxx
index 9e6eced6fc44..a163c3457b11 100644
--- a/sw/inc/edglbldc.hxx
+++ b/sw/inc/edglbldc.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
@@ -64,9 +64,9 @@ public:
// fuers Sortieren
inline int operator==( const SwGlblDocContent& rCmp ) const
- { return GetDocPos() == rCmp.GetDocPos(); }
+ { return GetDocPos() == rCmp.GetDocPos(); }
inline int operator<( const SwGlblDocContent& rCmp ) const
- { return GetDocPos() < rCmp.GetDocPos(); }
+ { return GetDocPos() < rCmp.GetDocPos(); }
};