diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-08-14 18:09:26 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-08-14 18:10:59 +0300 |
commit | 2380db59653f5f1cb7e8f6d43727be5ca61f77cf (patch) | |
tree | c34a0774adf11e59780dfa29e95a86c3f215a894 | |
parent | 234738874f29ed23cd2aafb470511b5acf411e3c (diff) |
WaE: unused variable
Change-Id: I828e6ffd3aafa5182d98535c87bdd8fe448fb10f
-rw-r--r-- | sd/source/ui/dlg/RemoteDialogClientBox.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/RemoteDialogClientBox.cxx b/sd/source/ui/dlg/RemoteDialogClientBox.cxx index c734a2e12f48..0c59799191bd 100644 --- a/sd/source/ui/dlg/RemoteDialogClientBox.cxx +++ b/sd/source/ui/dlg/RemoteDialogClientBox.cxx @@ -366,7 +366,6 @@ void ClientBox::DrawRow( const Rectangle& rRect, const TClientBoxEntry pEntry ) m_aPinBox.SetSizePixel( aSize ); const Rectangle aRect( GetEntryRect( m_nActive ) ); Size aBtnSize( m_aPinBox.GetSizePixel() ); - Size aTextSize( m_aPinDescription.GetSizePixel() ); Point aBtnPos( aRect.Left(), aRect.Bottom() - TOP_OFFSET - aBtnSize.Height() ); // m_aPinDescription.SetPosPixel( aBtnPos ); |