diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-20 13:55:41 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-20 13:55:41 +0300 |
commit | e53e7934da35c793222a9f048225b893450ab01b (patch) | |
tree | c3642355cf4d5cb299ed5e8f267e100ca892c843 /sfx2/source | |
parent | 30cb1a737dc42321da01ed1f091eca0caef1c91a (diff) |
WaE: unused variable 'aWindowPosition'
Change-Id: I6db9f3848d6d786dbf60bd5b0b250b0c9e447ad7
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/sidebar/SidebarController.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/SidebarController.cxx b/sfx2/source/sidebar/SidebarController.cxx index c4ea5378afde..188afc59ffde 100644 --- a/sfx2/source/sidebar/SidebarController.cxx +++ b/sfx2/source/sidebar/SidebarController.cxx @@ -1036,7 +1036,6 @@ sal_Int32 SidebarController::SetChildWindowWidth (const sal_Int32 nNewWidth) const long nColumnWidth (pSplitWindow->GetLineSize(nColumn)); Window* pWindow = mpParentWindow; - const Point aWindowPosition (pWindow->GetPosPixel()); const Size aWindowSize (pWindow->GetSizePixel()); pSplitWindow->MoveWindow( |