summaryrefslogtreecommitdiff
path: root/sw/inc/edglbldc.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-28 14:25:48 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-28 14:25:48 +0000
commit93ca585eefe2dbff05e354395090ab20020cacbf (patch)
tree865b2c01f5b2e1e8a0117e55135e8fbfd6e33568 /sw/inc/edglbldc.hxx
parent9346da15cb5d91bfa7340402d9d580aab22756ea (diff)
INTEGRATION: CWS os47 (1.1.1.1.1056); FILE MERGED
2004/12/27 07:51:22 os 1.1.1.1.1056.1: #118841# operators of SwGlblDocContent should be const
Diffstat (limited to 'sw/inc/edglbldc.hxx')
-rw-r--r--sw/inc/edglbldc.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/edglbldc.hxx b/sw/inc/edglbldc.hxx
index 9b1047bd22e0..9b8db26b7096 100644
--- a/sw/inc/edglbldc.hxx
+++ b/sw/inc/edglbldc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: edglbldc.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:25 $
+ * last change: $Author: rt $ $Date: 2005-01-28 15:25:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,9 +98,9 @@ public:
ULONG GetDocPos() const { return nDocPos; }
// fuers Sortieren
- inline int operator==( const SwGlblDocContent& rCmp )
+ inline int operator==( const SwGlblDocContent& rCmp ) const
{ return GetDocPos() == rCmp.GetDocPos(); }
- inline int operator<( const SwGlblDocContent& rCmp )
+ inline int operator<( const SwGlblDocContent& rCmp ) const
{ return GetDocPos() < rCmp.GetDocPos(); }
};