diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-08 22:55:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-09 09:23:10 +0100 |
commit | 4a2402bb4eda66268a4624f1e5b974672175402f (patch) | |
tree | a11ddac88a63469fb01903ebe4084d0697fe66bb /sfx2/source/appl/childwin.cxx | |
parent | 4388c7cab48d3b8ac40e33223e1b5155316f669a (diff) |
size arg can be const
Diffstat (limited to 'sfx2/source/appl/childwin.cxx')
-rw-r--r-- | sfx2/source/appl/childwin.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sfx2/source/appl/childwin.cxx b/sfx2/source/appl/childwin.cxx index 437d188d3681..dc321dbc94e5 100644 --- a/sfx2/source/appl/childwin.cxx +++ b/sfx2/source/appl/childwin.cxx @@ -325,14 +325,6 @@ void SfxChildWindow::SetAlignment(SfxChildAlignment eAlign) } //------------------------------------------------------------------------- -void SfxChildWindow::SetPosSizePixel(const Point& rPoint, Size& rSize) -{ - DBG_CHKTHIS(SfxChildWindow,0); - - pWindow->SetPosSizePixel(rPoint, rSize); -} - -//------------------------------------------------------------------------- SfxChildWinInfo SfxChildWindow::GetInfo() const { DBG_CHKTHIS(SfxChildWindow,0); |