diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-18 16:42:24 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-19 06:54:24 +0200 |
commit | b4ac906cd07c06abcda427f70787b9b6c213b354 (patch) | |
tree | 55b529720c17e3b86ef5d0dfcb920ca65b99143a /include | |
parent | 50acead19bd13a344f8ca9b3879f8e8cb0b24eb7 (diff) |
convert to WB_SAVEAS to flags on SfxAcceleratorConfigPage::StartFileDialog
Change-Id: I52ff0b4ba892a74d1dad9ce8c6c7638e3463affe
Reviewed-on: https://gerrit.libreoffice.org/41303
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/wintypes.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/wintypes.hxx b/include/tools/wintypes.hxx index 0eccec5cc259..cd1e5750d5a0 100644 --- a/include/tools/wintypes.hxx +++ b/include/tools/wintypes.hxx @@ -265,7 +265,6 @@ WinBits const WB_QUICK_SEARCH = SAL_CONST_INT64(0x010000000000); // For FileOpen Dialog WinBits const WB_PATH = 0x00100000; WinBits const WB_OPEN = 0x00200000; -WinBits const WB_SAVEAS = 0x00400000; |