summaryrefslogtreecommitdiff
path: root/sw/inc/swmodule.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-15 13:04:50 +0200
committerNoel Grandin <noel@peralex.com>2016-08-15 13:05:31 +0200
commitea2604180089ec749086f868a17ffef7cbcbbc47 (patch)
treef1067b61361e2871cce004f956523aad79c9061f /sw/inc/swmodule.hxx
parent9e87c064408aa9549336d4ce463e2c2315d30001 (diff)
convert SvxCompareMode to scoped enum
and move it to SW since it is only used there Change-Id: I9cc7869564e24a8ce733f30ef453751a854cf7e0
Diffstat (limited to 'sw/inc/swmodule.hxx')
-rw-r--r--sw/inc/swmodule.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx
index c749f9e3d9cc..8ecbc4676f43 100644
--- a/sw/inc/swmodule.hxx
+++ b/sw/inc/swmodule.hxx
@@ -18,6 +18,7 @@
*/
#ifndef INCLUDED_SW_INC_SWMODULE_HXX
#define INCLUDED_SW_INC_SWMODULE_HXX
+
#include <tools/fldunit.hxx>
#include <svl/lstner.hxx>
#include <unotools/options.hxx>
@@ -28,7 +29,6 @@
#include <fldupde.hxx>
#include <com/sun/star/linguistic2/XLinguServiceEventListener.hpp>
#include <com/sun/star/linguistic2/XLanguageGuessing.hpp>
-#include <editeng/svxenum.hxx>
class Color;
class SfxItemSet;
@@ -51,7 +51,7 @@ namespace svtools{ class ColorConfig;}
class SvtAccessibilityOptions;
class SvtCTLOptions;
class SvtUserOptions;
-
+enum class SwCompareMode;
struct SwDBData;
enum class SvViewOpt {
@@ -199,7 +199,7 @@ public:
sal_uInt16 GetRedlineMarkPos();
const Color& GetRedlineMarkColor();
- SvxCompareMode GetCompareMode() const;
+ SwCompareMode GetCompareMode() const;
bool IsUseRsid() const;
bool IsIgnorePieces() const;
sal_uInt16 GetPieceLen() const;