summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/x11
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-07-19 08:20:14 +0200
committerMichael Meeks <michael.meeks@suse.com>2013-07-19 11:18:21 +0000
commitab5eaec0984d562140a61e1320c39fdb82ec1b3b (patch)
tree29da024eef37a4e6fb7fa603ba243bc71b4ee449 /vcl/inc/unx/x11
parent86b8b3b7e0fd384378f76e21ff170c76ee0ab7f5 (diff)
remove Application::GetWorkAreaPosSizePixel
This internal API has always been problematic because we cannot support it under the Linux toolkits, where it has in fact always just returned the size of the screen. Change-Id: I406bcbca8a4161b4261ef46940823bb07c6ad18b Reviewed-on: https://gerrit.libreoffice.org/4976 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
Diffstat (limited to 'vcl/inc/unx/x11')
-rw-r--r--vcl/inc/unx/x11/x11sys.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/unx/x11/x11sys.hxx b/vcl/inc/unx/x11/x11sys.hxx
index d3274645d219..b5edfa9a5ebb 100644
--- a/vcl/inc/unx/x11/x11sys.hxx
+++ b/vcl/inc/unx/x11/x11sys.hxx
@@ -37,7 +37,6 @@ public:
virtual bool IsUnifiedDisplay();
virtual unsigned int GetDisplayBuiltInScreen();
virtual Rectangle GetDisplayScreenPosSizePixel( unsigned int nScreen );
- virtual Rectangle GetDisplayScreenWorkAreaPosSizePixel( unsigned int nScreen );
virtual OUString GetDisplayScreenName( unsigned int nScreen );
virtual int ShowNativeDialog( const OUString& rTitle,
const OUString& rMessage,