summaryrefslogtreecommitdiff
path: root/include/vcl/window.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-22 08:56:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-23 10:12:04 +0200
commit3b65ce7996c8cedcdb710275a0d1fb948b5d78bb (patch)
tree28dd1d63d79ebf7249f9a1f13fd24219fc5197b9 /include/vcl/window.hxx
parent4c1f44047aa680c2e2e84986353ab2b2f375f6f2 (diff)
loplugin:unusedmethods
Change-Id: I5fd081780d46fd30864830eea2956bad6dc3e222 Reviewed-on: https://gerrit.libreoffice.org/81360 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r--include/vcl/window.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 58dad46aeef2..071fe5f8bd26 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -1147,16 +1147,6 @@ public:
void SetHelpId( const OString& );
const OString& GetHelpId() const;
- /** String ID of this window for the purpose of creating a screenshot
-
- In default implementation this ID is the same as HelpId. Override this method
- in windows (dialogs,tabpages) that need different IDs for different configurations
- they can be in
-
- @return screenshot ID of this window
- */
- virtual OString GetScreenshotId() const;
-
vcl::Window* FindWindow( const Point& rPos ) const;
sal_uInt16 GetChildCount() const;