diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-01 14:20:31 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-10-02 06:38:20 +0000 |
commit | 837f171810a95a1d87907dd08d67e969276f0559 (patch) | |
tree | 6891aa9774c63b759b29d365e0d141f5d7bf3a8c /include/vcl | |
parent | 01fd60b8fa614f5911d96bb34b40c62ebe1c20fb (diff) |
loplugin:unusedmethods in vcl
Change-Id: Ib404310761fd555b033ab6594ba8636d37f23463
Reviewed-on: https://gerrit.libreoffice.org/19074
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/syswin.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/vcl/syswin.hxx b/include/vcl/syswin.hxx index fe4eaf42ecd6..1a8f3bd8f402 100644 --- a/include/vcl/syswin.hxx +++ b/include/vcl/syswin.hxx @@ -247,8 +247,7 @@ public: Returns the screen number the window is on The Display Screen number is counted the same way that - <code>Application::GetScreenPosSizePixel</code>, - <code>Application::GetDisplayScreenName</code> + <code>Application::GetScreenPosSizePixel</code> and of course <code>SystemWindow::SetScreenNumber</code> are counted in. @@ -268,8 +267,7 @@ public: positioning apply as in <code>SystemWindow::GetScreenNumber</code> The Display Screen number is counted the same way that - <code>Application::GetScreenPosSizePixel</code>, - <code>Application::GetDisplayScreenName</code> + <code>Application::GetScreenPosSizePixel</code> and of course <code>SystemWindow::GetScreenNumber</code> are counted in. |