summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-02-26 17:10:13 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-02-27 20:14:06 +0100
commit6d21adad1cf0c6b5a61e7540af9d0f6bdaff099b (patch)
treef7afea622f9d1f34ee13abd795fc476ab418047c
parent36348c21c5499f539fd354de6a980fa7a59218bd (diff)
drop unneeded SetPosSizePixel
unneeded since one of the multiple Window::SetPosSizePixels was renamed to setPosSizePixel Change-Id: Ib86229f5f195cb38d06fc7c12c107a354b8685f5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111662 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--include/vcl/dockwin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/dockwin.hxx b/include/vcl/dockwin.hxx
index 2d45fb8e390e..7315ca9d4f6c 100644
--- a/include/vcl/dockwin.hxx
+++ b/include/vcl/dockwin.hxx
@@ -319,7 +319,7 @@ public:
virtual void setPosSizePixel( tools::Long nX, tools::Long nY,
tools::Long nWidth, tools::Long nHeight,
PosSizeFlags nFlags = PosSizeFlags::All ) override;
- using Window::SetPosSizePixel;
+
Point GetPosPixel() const override;
Size GetSizePixel() const override;
void SetOutputSizePixel( const Size& rNewSize ) override;