diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-05-15 09:58:16 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-05-20 11:33:36 +0100 |
commit | 5429bcb3f04476486f0644bbad297f5a19d53bac (patch) | |
tree | b6199b4da5808eb20262ab41221bf14794ba2123 /include/sfx2 | |
parent | 80118379b2e930e85887480358cf1458e27c1064 (diff) |
setPosSizePixel->SetPosSizePixel
Change-Id: I07002afa93dbf1e3b0a9829970c548abff81d55b
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/sidebar/SidebarToolBox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sidebar/SidebarToolBox.hxx b/include/sfx2/sidebar/SidebarToolBox.hxx index 37717ad1b3b4..6bc9a34552b6 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, |