summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-09-23 10:21:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-09-23 13:02:34 +0200
commit238b6cf0ff0d66d57bea9e8dc38d93caf4563124 (patch)
tree6504750a282bec508979d588eee8e47ed6f4599e /include
parente6c1205e3e041407e875301de08a90989353cf63 (diff)
WB_DEFAULTWIN should be sufficient to flag that no icon is required
Change-Id: Ibb5d8331d5d47e2b5c163c2797b2e7b5cee4b285 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122517 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/tools/wintypes.hxx2
-rw-r--r--include/vcl/svapp.hxx2
2 files changed, 1 insertions, 3 deletions
diff --git a/include/tools/wintypes.hxx b/include/tools/wintypes.hxx
index 1bc51788a572..fcccd9a0d0fa 100644
--- a/include/tools/wintypes.hxx
+++ b/include/tools/wintypes.hxx
@@ -229,8 +229,6 @@ WinBits const WB_NOINITIALSELECTION = SAL_CONST_INT64(0x001000000000);
WinBits const WB_HIDESELECTION = SAL_CONST_INT64(0x002000000000);
// DO NOT USE: 0x008000000000, that's WB_SYSTEMCHILDWINDOW
-// tdf#144624: special bit used to skip assigning icon to virtual window
-WinBits const WB_NOICON = SAL_CONST_INT64(0x200000000000);
enum class WindowAlign { Left, Top, Right, Bottom };
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index e7b3c3b08433..519aad8bb27b 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -824,7 +824,7 @@ public:
@see GetFocusWindow
*/
- static OutputDevice* GetDefaultDevice(bool bUseIcon = true);
+ static OutputDevice* GetDefaultDevice();
/** Get the first top-level window of the application.