summaryrefslogtreecommitdiff
path: root/fpicker/source/office/iodlgimp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-11 14:07:54 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-13 06:29:04 +0000
commitc2f912b51efa458ba9bd1601a8676ab119aca1bd (patch)
tree395ec701dda06a5dc1bb980bed505b221a737172 /fpicker/source/office/iodlgimp.hxx
parente809b97b63c16326ef45c8e41c428c9fb7f49c4d (diff)
convert FilePicker flags to scoped enum
and merged into the other flags variable. Change-Id: I23ed21936b9de1537a06168de04530b9fb6bcff1 Reviewed-on: https://gerrit.libreoffice.org/24889 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'fpicker/source/office/iodlgimp.hxx')
-rw-r--r--fpicker/source/office/iodlgimp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/office/iodlgimp.hxx b/fpicker/source/office/iodlgimp.hxx
index 14dda9ac6993..1726a394a542 100644
--- a/fpicker/source/office/iodlgimp.hxx
+++ b/fpicker/source/office/iodlgimp.hxx
@@ -154,7 +154,7 @@ public:
SvtFileDlgMode _eMode;
SvtFileDlgType _eDlgType;
- WinBits _nStyle;
+ PickerFlags _nStyle;
OUString _aStdDir;
@@ -175,7 +175,7 @@ public:
// remember sizes
OUString _aIniKey;
- explicit SvtExpFileDlg_Impl( WinBits nBits );
+ explicit SvtExpFileDlg_Impl();
~SvtExpFileDlg_Impl();