From 1f11bd90b6d43eee382d54a3041b1e1eb2a6af27 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 12 Mar 2015 08:33:40 +0200 Subject: convert SidebarPosition to enum class Change-Id: Id3da97083a8e30a32712443485b3801a8891a1db --- sw/inc/postithelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/postithelper.hxx') diff --git a/sw/inc/postithelper.hxx b/sw/inc/postithelper.hxx index 10bc05fed989..80b26ac520e6 100644 --- a/sw/inc/postithelper.hxx +++ b/sw/inc/postithelper.hxx @@ -64,7 +64,7 @@ struct SwLayoutInfo , mPageFrame() , mPagePrtArea() , mnPageNumber(1) - , meSidebarPosition(sw::sidebarwindows::SIDEBAR_NONE) + , meSidebarPosition(sw::sidebarwindows::SidebarPosition::NONE) , mRedlineAuthor(0) {} }; -- cgit