summaryrefslogtreecommitdiff
path: root/sw/inc/postithelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-12 08:33:40 +0200
committerNoel Grandin <noel@peralex.com>2015-03-18 14:23:50 +0200
commit1f11bd90b6d43eee382d54a3041b1e1eb2a6af27 (patch)
tree635dea68d23e721cce61a4746d66a713fff04931 /sw/inc/postithelper.hxx
parent6761c5114a800fad08b87fa56d611f7483b9a615 (diff)
convert SidebarPosition to enum class
Change-Id: Id3da97083a8e30a32712443485b3801a8891a1db
Diffstat (limited to 'sw/inc/postithelper.hxx')
-rw-r--r--sw/inc/postithelper.hxx2
1 files changed, 1 insertions, 1 deletions
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)
{}
};