include/vcl/dockwin.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6d21adad1cf0c6b5a61e7540af9d0f6bdaff099b Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Fri Feb 26 17:10:13 2021 +0000 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Sat Feb 27 20:14:06 2021 +0100 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 <caol...@redhat.com> Reviewed-by: Caolán McNamara <caol...@redhat.com> 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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits