[Libreoffice-commits] core.git: include/vcl

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Sat Feb 27 19:14:51 UTC 2021


 include/vcl/dockwin.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6d21adad1cf0c6b5a61e7540af9d0f6bdaff099b
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Feb 26 17:10:13 2021 +0000
Commit:     Caolán McNamara <caolanm at 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 <caolanm at redhat.com>
    Reviewed-by: Caolán McNamara <caolanm at 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;


More information about the Libreoffice-commits mailing list