From 89245da9f49140427a2582e3af03a5cda05c0f95 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 11 Mar 2015 13:39:10 +0200 Subject: fix windows build after my commit 5eea85ec4fa7c458785be749a0e370a0883ff693 "convert SwMoveFlags and SwInsertFlags from enum to enum class" Change-Id: If5af977fdd77b82de447b71e166d81fca5840395 --- sw/source/core/edit/editsh.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/core/edit/editsh.cxx') 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; -- cgit v1.2.3