include/tools/wintypes.hxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 86486d0a915a5d5e706088366d61cc47a76c2737
Author: Noel Grandin <[email protected]>
Date:   Mon Aug 21 10:36:23 2017 +0200

    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 <[email protected]>
    Reviewed-by: Noel Grandin <[email protected]>

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 };
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to