summaryrefslogtreecommitdiffstats
path: root/include/vcl/window.hxx
diff options
context:
space:
mode:
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;