summaryrefslogtreecommitdiff
path: root/include/vcl/window.hxx
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/vcl/window.hxx
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/vcl/window.hxx')
-rw-r--r--include/vcl/window.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 9f6f7efb2115..a2f3276ceefc 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -1179,9 +1179,6 @@ public:
void SetHelpId( const OString& );
const OString& GetHelpId() const;
- void SetUniqueId( const OString& );
- const OString& GetUniqueId() const;
-
vcl::Window* FindWindow( const Point& rPos ) const;
sal_uInt16 GetChildCount() const;