summaryrefslogtreecommitdiff
path: root/include/svx/srchdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-24 14:25:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-25 09:07:48 +0200
commitead32fe3fdee8ba9506f8abb3bcbb1bc36137fae (patch)
tree39c4c774daaf6ca9a96a60929e88d06b693175e2 /include/svx/srchdlg.hxx
parent1c3cb6bb41ded9c1becbf904b60de76bfbfa38c7 (diff)
convert MODIFY constants to o3tl::typed_flags
Change-Id: I230469605b1b3a2a639f51917c23f1a82ec519b5
Diffstat (limited to 'include/svx/srchdlg.hxx')
-rw-r--r--include/svx/srchdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx
index 5b5f7ae7be0a..25798fd0837c 100644
--- a/include/svx/srchdlg.hxx
+++ b/include/svx/srchdlg.hxx
@@ -38,8 +38,8 @@ class SvxSearchItem;
class SfxStyleSheetBasePool;
class SvxJSearchOptionsPage;
class SvxSearchController;
-
struct SearchDlg_Impl;
+enum class ModifyFlags;
struct SearchAttrItem
{
@@ -210,7 +210,7 @@ private:
SearchOptionFlags nOptions;
bool bSet;
bool bConstruct;
- sal_uIntPtr nModifyFlag;
+ ModifyFlags nModifyFlag;
OUString aStylesStr;
OUString aLayoutStr;
OUString aLayoutWriterStr;