summaryrefslogtreecommitdiff
path: root/include/tools/wintypes.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-21 10:36:23 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-21 14:04:44 +0200
commit86486d0a915a5d5e706088366d61cc47a76c2737 (patch)
treefd4c64d41a3fa273c07473275f4d49c8631dae51 /include/tools/wintypes.hxx
parentdac11d8d504351644cf914b0f3f3689148b36e1b (diff)
WB_PATH,WB_OPEN are dead
since commit c2f912b51efa458ba9bd1601a8676ab119aca1bd convert FilePicker flags to scoped enum Change-Id: I5f79c84e2faf9af2db3dc6c6a01b7e37d723f413 Reviewed-on: https://gerrit.libreoffice.org/41381 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/tools/wintypes.hxx')
-rw-r--r--include/tools/wintypes.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/tools/wintypes.hxx b/include/tools/wintypes.hxx
index cd1e5750d5a0..fe236e895a23 100644
--- a/include/tools/wintypes.hxx
+++ b/include/tools/wintypes.hxx
@@ -262,11 +262,6 @@ WinBits const WB_FORCE_MAKEVISIBLE = SAL_CONST_INT64(0x004000000000);
// DO NOT USE: 0x008000000000, that's WB_SYSTEMCHILDWINDOW
WinBits const WB_QUICK_SEARCH = SAL_CONST_INT64(0x010000000000);
-// For FileOpen Dialog
-WinBits const WB_PATH = 0x00100000;
-WinBits const WB_OPEN = 0x00200000;
-
-
enum class WindowAlign { Left, Top, Right, Bottom };