diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 10:54:31 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 10:54:31 +0000 |
commit | 30f85ca72294e486521c7a17f4734e0ba6ac70a6 (patch) | |
tree | 20bde54f5f1a0ccb85a235d80dbe358e405ec2ea /sc | |
parent | 4addbd2ac0fe8cbbcca11ad768443fa20274758c (diff) |
INTEGRATION: CWS calcwarnings (1.9.194); FILE MERGED
2006/12/13 19:18:19 nn 1.9.194.1: #i69284# warning-free: core, unxsols4
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/conditio.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx index 35f65bd16ba3..820ead389a73 100644 --- a/sc/inc/conditio.hxx +++ b/sc/inc/conditio.hxx @@ -4,9 +4,9 @@ * * $RCSfile: conditio.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: vg $ $Date: 2006-04-07 08:24:31 $ + * last change: $Author: vg $ $Date: 2007-02-27 11:54:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -178,6 +178,8 @@ class ScCondFormatEntry : public ScConditionEntry String aStyleName; ScConditionalFormat* pParent; + using ScConditionEntry::operator==; + public: ScCondFormatEntry( ScConditionMode eOper, const String& rExpr1, const String& rExpr2, @@ -272,7 +274,7 @@ public: typedef ScConditionalFormat* ScConditionalFormatPtr; SV_DECL_PTRARR_SORT(ScConditionalFormats_Impl, ScConditionalFormatPtr, - SC_COND_GROW, SC_COND_GROW); + SC_COND_GROW, SC_COND_GROW) class ScConditionalFormatList : public ScConditionalFormats_Impl { |