summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/workwin.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-06 14:01:04 +0200
committerNoel Grandin <noel@peralex.com>2015-03-11 10:16:54 +0200
commita4f4a8cb00d8b5f7cadef02afa9025e823384860 (patch)
treea1dd11783e785479b15f300f17ff96f59db2542c /sfx2/source/inc/workwin.hxx
parent5eea85ec4fa7c458785be749a0e370a0883ff693 (diff)
convert SfxChildIdentifier to enum class
Change-Id: I7fb7b76d0642653efb9f3cfe2b55e3a7c5972c5e
Diffstat (limited to 'sfx2/source/inc/workwin.hxx')
-rw-r--r--sfx2/source/inc/workwin.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/source/inc/workwin.hxx b/sfx2/source/inc/workwin.hxx
index 87a68d765ec0..e87e259b7bec 100644
--- a/sfx2/source/inc/workwin.hxx
+++ b/sfx2/source/inc/workwin.hxx
@@ -131,12 +131,12 @@ struct SfxChildWin_Impl
{}
};
-enum SfxChildIdentifier
+enum class SfxChildIdentifier
{
- SFX_CHILDWIN_STATBAR,
- SFX_CHILDWIN_OBJECTBAR,
- SFX_CHILDWIN_DOCKINGWINDOW,
- SFX_CHILDWIN_SPLITWINDOW
+ STATBAR,
+ OBJECTBAR,
+ DOCKINGWINDOW,
+ SPLITWINDOW
};
enum SfxDockingConfig