[Libreoffice-commits] core.git: Branch 'feature/sidebar' - include/sfx2

Caolán McNamara caolanm at redhat.com
Wed May 15 01:58:53 PDT 2013


 include/sfx2/sidebar/SidebarToolBox.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a3824cb211348a4569052f7f54181d7128db4d3f
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed May 15 09:58:16 2013 +0100

    setPosSizePixel->SetPosSizePixel
    
    Change-Id: I07002afa93dbf1e3b0a9829970c548abff81d55b

diff --git a/include/sfx2/sidebar/SidebarToolBox.hxx b/include/sfx2/sidebar/SidebarToolBox.hxx
index 37717ad..6bc9a34 100644
--- a/include/sfx2/sidebar/SidebarToolBox.hxx
+++ b/include/sfx2/sidebar/SidebarToolBox.hxx
@@ -54,7 +54,7 @@ public:
     virtual void Paint (const Rectangle& rRect);
 
     virtual Point GetPosPixel (void) const;
-    virtual void SetPosSizePixel (
+    virtual void setPosSizePixel (
         long nX,
         long nY,
         long nWidth,


More information about the Libreoffice-commits mailing list