summaryrefslogtreecommitdiff
path: root/include/svx/srchdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-23 09:42:09 +0200
committerNoel Grandin <noel@peralex.com>2016-08-23 09:54:16 +0200
commitf091a4d82e383b2beab91ecd01d9f6a700377a2e (patch)
tree8d462c15bef61a8814980a75eaebd57d4536c95c /include/svx/srchdlg.hxx
parentf8d980a813fb0125a2d7bb332450b2ab1d943031 (diff)
convert SearchLabel to scoped enum
Change-Id: I0c62a3166b9284895f119c600776dc2c7d6d1078
Diffstat (limited to 'include/svx/srchdlg.hxx')
-rwxr-xr-xinclude/svx/srchdlg.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx
index 637a7a0553be..f77f3f55fcab 100755
--- a/include/svx/srchdlg.hxx
+++ b/include/svx/srchdlg.hxx
@@ -78,13 +78,13 @@ public:
// class SvxSearchDialogWrapper ------------------------------------------
-enum SearchLabel
+enum class SearchLabel
{
- SL_Empty,
- SL_End,
- SL_Start,
- SL_EndSheet,
- SL_NotFound
+ Empty,
+ End,
+ Start,
+ EndSheet,
+ NotFound
};
class SvxSearchDialog;