summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/condformatbuffer.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-11-01 22:50:55 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-11-02 14:58:10 +0100
commit8b9a263a55859a46d301b7ae9574fe0bb5050c55 (patch)
tree9892a8054fbb5ce4a122c7033b5bac429a46be9c /sc/source/filter/inc/condformatbuffer.hxx
parent6a62cc8538777d75c53dcf34cc617120b5e04ada (diff)
change ooxml cond format import from API to calc core enums
Change-Id: I59b6df511ddab6cb2cb29b8b8b1c635a188594a1
Diffstat (limited to 'sc/source/filter/inc/condformatbuffer.hxx')
-rw-r--r--sc/source/filter/inc/condformatbuffer.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/filter/inc/condformatbuffer.hxx b/sc/source/filter/inc/condformatbuffer.hxx
index 9dfe34ecba14..568f09db4a4c 100644
--- a/sc/source/filter/inc/condformatbuffer.hxx
+++ b/sc/source/filter/inc/condformatbuffer.hxx
@@ -254,6 +254,7 @@ public:
/** Converts an OOXML condition operator token to the API constant. */
static sal_Int32 convertToApiOperator( sal_Int32 nToken );
+ static sal_Int32 convertToInternalOperator( sal_Int32 nToken );
private:
CondFormatRef createCondFormat();