summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/editsh.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-11 13:39:10 +0200
committerNoel Grandin <noel@peralex.com>2015-03-11 13:40:46 +0200
commit89245da9f49140427a2582e3af03a5cda05c0f95 (patch)
treec88f0316de9231c5b81e3ce950bd5a4884935ec5 /sw/source/core/edit/editsh.cxx
parent10a1b861853bc7c53d03d372f913134f9a9065ad (diff)
fix windows build
after my commit 5eea85ec4fa7c458785be749a0e370a0883ff693 "convert SwMoveFlags and SwInsertFlags from enum to enum class" Change-Id: If5af977fdd77b82de447b71e166d81fca5840395
Diffstat (limited to 'sw/source/core/edit/editsh.cxx')
-rw-r--r--sw/source/core/edit/editsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/edit/editsh.cxx b/sw/source/core/edit/editsh.cxx
index 39d6d81e2d27..2f8066e15402 100644
--- a/sw/source/core/edit/editsh.cxx
+++ b/sw/source/core/edit/editsh.cxx
@@ -87,7 +87,7 @@ void SwEditShell::Insert2(const OUString &rStr, const bool bForceExpandHints )
{
StartAllAction();
{
- const enum SwInsertFlags nInsertFlags =
+ const SwInsertFlags nInsertFlags =
(bForceExpandHints)
? (SwInsertFlags::FORCEHINTEXPAND | SwInsertFlags::EMPTYEXPAND)
: SwInsertFlags::EMPTYEXPAND;