summaryrefslogtreecommitdiff
path: root/starmath/source/toolbox.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-23 12:44:45 +0200
committerNoel Grandin <noel@peralex.com>2015-03-24 09:36:56 +0200
commitffcfcd76d12a54e8a65a2b8d0ba7432d4c57f6ea (patch)
tree907e2824a4cb8423bef30382753bf78a987e2438 /starmath/source/toolbox.cxx
parenteba9e9f88cf518a289e69e676098319177409e60 (diff)
convert SfxChildAlignment to enum class
Change-Id: I9013bc6dace79421b0a9ad0401a4fb59365d4dcf
Diffstat (limited to 'starmath/source/toolbox.cxx')
-rw-r--r--starmath/source/toolbox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/toolbox.cxx b/starmath/source/toolbox.cxx
index 1092d251d815..d6ff88adbab8 100644
--- a/starmath/source/toolbox.cxx
+++ b/starmath/source/toolbox.cxx
@@ -349,7 +349,7 @@ SmToolBoxWrapper::SmToolBoxWrapper(vcl::Window *pParentWindow,
SfxChildWinInfo *pInfo) :
SfxChildWindow(pParentWindow, nId)
{
- eChildAlignment = SFX_ALIGN_NOALIGNMENT;
+ eChildAlignment = SfxChildAlignment::NOALIGNMENT;
pWindow = new SmToolBoxWindow(pBindings, this, pParentWindow);
static_cast<SfxFloatingWindow *>(pWindow)->Initialize(pInfo);