summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/scroll.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-08-24 12:34:22 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:39 +0100
commit2f002e3a49da3fb797d564864acb34f6dc61f9de (patch)
tree5828accb6adfa4390d78c6cc5b9d2edd146cc61c /sw/source/ui/inc/scroll.hxx
parentadd left/right/top/bottom margin support (diff)
downloadcore-2f002e3a49da3fb797d564864acb34f6dc61f9de.tar.gz
core-2f002e3a49da3fb797d564864acb34f6dc61f9de.zip
having two SetPosSizePixel is a blasted nuisance
Lets rename the multiargument SetPosSizePixel to setPosSizePixel drop the various using Window::SetPosSizePixel and work towards de-virtualizing SetPosSizePixel/SetPosPixel and SetSizePixel and doing the work in a virtual setPosSizePixel Change-Id: I7057654168001b67becee1791e97f9e9dc01f7b8
Diffstat (limited to 'sw/source/ui/inc/scroll.hxx')
-rw-r--r--sw/source/ui/inc/scroll.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/ui/inc/scroll.hxx b/sw/source/ui/inc/scroll.hxx
index 2bc813af7269..c73f9f762f21 100644
--- a/sw/source/ui/inc/scroll.hxx
+++ b/sw/source/ui/inc/scroll.hxx
@@ -40,7 +40,6 @@ class SwScrollbar: public ScrollBar
void AutoShow();
using Window::Hide;
- using Window::SetPosSizePixel;
using Window::IsVisible;
public: