summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-05-25 13:42:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-05-25 14:24:20 +0100
commit07f1a395098a7a3ac75eb5f05c35aa3982e33e67 (patch)
treede5521de6b2bc6c9a09ddfab61942a8e27214ebb /include/tools
parentd9ac7def8ba320853e8865535a7a14f9af77521e (diff)
(nearly) nothing uses GetUniqueId anymore, so remove it.
The odd one out is the usage in Formula, which attempts to restore focus to a particular window identified by an unique id. In this case restore focus by keeping a VclPtr to the desired window. Change-Id: I1dc335325c109d75745c6bba2e12662e6ae50638
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/rc.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/tools/rc.h b/include/tools/rc.h
index 714ea98b5236..b84e6e27f595 100644
--- a/include/tools/rc.h
+++ b/include/tools/rc.h
@@ -48,9 +48,8 @@ namespace o3tl {
#define WINDOW_HELPTEXT 0x0100
#define WINDOW_QUICKTEXT 0x0200
#define WINDOW_EXTRALONG 0x0800
-#define WINDOW_UNIQUEID 0x1000
-#define WINDOW_BORDER_STYLE 0x2000
-#define WINDOW_HELPID 0x4000
+#define WINDOW_BORDER_STYLE 0x1000
+#define WINDOW_HELPID 0x2000
// For "WorkWindow" resources: