summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLDetectiveContext.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-02-08 14:50:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-02-08 14:50:07 +0000
commitcbe81361646a7817379169d5cc4cf50a0affd980 (patch)
tree72ec8dbc528df61c2ae975d8ca6d7ee23372a536 /sc/source/filter/xml/XMLDetectiveContext.cxx
parent210ea69b3fad6d44ab0e26add8a8277534ffb044 (diff)
#65293#: constness
Diffstat (limited to 'sc/source/filter/xml/XMLDetectiveContext.cxx')
-rw-r--r--sc/source/filter/xml/XMLDetectiveContext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/xml/XMLDetectiveContext.cxx b/sc/source/filter/xml/XMLDetectiveContext.cxx
index 226a24d65822..a775d84f35e0 100644
--- a/sc/source/filter/xml/XMLDetectiveContext.cxx
+++ b/sc/source/filter/xml/XMLDetectiveContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLDetectiveContext.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: sab $ $Date: 2001-09-25 10:37:31 $
+ * last change: $Author: hr $ $Date: 2002-02-08 15:50:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,7 +109,7 @@ ScMyImpDetectiveObj::ScMyImpDetectiveObj() :
//___________________________________________________________________
-sal_Bool ScMyImpDetectiveOp::operator<(const ScMyImpDetectiveOp& rDetOp)
+sal_Bool ScMyImpDetectiveOp::operator<(const ScMyImpDetectiveOp& rDetOp) const
{
return (nIndex < rDetOp.nIndex);
}