summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/xml/XMLDetectiveContext.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2000-11-14 17:15:26 +0000
committerSascha Ballach <sab@openoffice.org>2000-11-14 17:15:26 +0000
commit126e9c969544e814f806a3b048c361fcf0ac9cbe (patch)
tree8afe433efb69bde5e2b9fd8652347c11b311d9d5 /sc/source/filter/xml/XMLDetectiveContext.hxx
parent#65293#: MUST: soffice.ini change (diff)
downloadcore-126e9c969544e814f806a3b048c361fcf0ac9cbe.tar.gz
core-126e9c969544e814f806a3b048c361fcf0ac9cbe.zip
remove static operator
Diffstat (limited to 'sc/source/filter/xml/XMLDetectiveContext.hxx')
-rw-r--r--sc/source/filter/xml/XMLDetectiveContext.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sc/source/filter/xml/XMLDetectiveContext.hxx b/sc/source/filter/xml/XMLDetectiveContext.hxx
index 82ab4e2bd1c8..37c17d31f358 100644
--- a/sc/source/filter/xml/XMLDetectiveContext.hxx
+++ b/sc/source/filter/xml/XMLDetectiveContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLDetectiveContext.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dr $ $Date: 2000-11-10 18:35:16 $
+ * last change: $Author: sab $ $Date: 2000-11-14 18:15:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,10 +103,6 @@ struct ScMyImpDetectiveOp
sal_Int32 nIndex;
inline ScMyImpDetectiveOp() : nIndex( -1 ) {}
-
- static sal_Bool operator<(
- const ScMyImpDetectiveOp& rDetOp1,
- const ScMyImpDetectiveOp& rDetOp2 );
};
typedef ::std::vector< ScMyImpDetectiveOp > ScMyImpDetectiveOpVec;