summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/condformatbuffer.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-11-23 16:22:38 +0200
committerTor Lillqvist <tml@collabora.com>2017-11-25 06:51:51 +0100
commitb48950d8b326d29891b809434fd862e960e2ec99 (patch)
treeacbbad6ebe9ede543e77701c2fa63c22725c963f /sc/source/filter/inc/condformatbuffer.hxx
parentbfa72a6a2a83ed10793d9723a1db24ec8ee03ed9 (diff)
Convert ScConditionMode to scoped enum
Change-Id: I9b6aaa64e7f649581b27f0238e2908026ab6e0bd Reviewed-on: https://gerrit.libreoffice.org/45157 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'sc/source/filter/inc/condformatbuffer.hxx')
-rw-r--r--sc/source/filter/inc/condformatbuffer.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/filter/inc/condformatbuffer.hxx b/sc/source/filter/inc/condformatbuffer.hxx
index 02845bc229f5..90212c8653fa 100644
--- a/sc/source/filter/inc/condformatbuffer.hxx
+++ b/sc/source/filter/inc/condformatbuffer.hxx
@@ -23,6 +23,7 @@
#include "formulaparser.hxx"
#include "worksheethelper.hxx"
#include <tools/color.hxx>
+#include <conditio.hxx>
#include <rangelst.hxx>
#include <memory>
@@ -296,7 +297,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 );
+ static ScConditionMode convertToInternalOperator( sal_Int32 nToken );
void finalizeImport();
private:
CondFormatRef createCondFormat();