Author: paveljanik
Date: Wed Apr 10 17:50:55 2013
New Revision: 1466593
URL: http://svn.apache.org/r1466593
Log:
Comment unused variables to prevent WaE issues.
Modified:
openoffice/trunk/main/sfx2/source/sidebar/DeckLayouter.cxx
Modified: openoffice/trunk/main/sfx2/source/sidebar/DeckLayouter.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/sfx2/source/sidebar/DeckLayouter.cxx?rev=1466593&r1=1466592&r2=1466593&view=diff
==============================================================================
--- openoffice/trunk/main/sfx2/source/sidebar/DeckLayouter.cxx (original)
+++ openoffice/trunk/main/sfx2/source/sidebar/DeckLayouter.cxx Wed Apr 10
17:50:55 2013
@@ -98,11 +98,11 @@ Rectangle DeckLayouter::LayoutPanels (
Rectangle aBox (PlaceVerticalScrollBar(rVerticalScrollBar, aContentArea,
bShowVerticalScrollBar));
const sal_Int32 nWidth (aBox.GetWidth());
- const sal_Int32 nPanelTitleBarHeight
(Theme::GetInteger(Theme::Int_PanelTitleBarHeight));
+ // const sal_Int32 nPanelTitleBarHeight
(Theme::GetInteger(Theme::Int_PanelTitleBarHeight));
// Prepare the separators, horizontal lines above and below the
// panel titels.
- const sal_Int32 nDeckSeparatorHeight
(Theme::GetInteger(Theme::Int_DeckSeparatorHeight));
+ // const sal_Int32 nDeckSeparatorHeight
(Theme::GetInteger(Theme::Int_DeckSeparatorHeight));
// Get the requested heights of the panels and the available
// height that is left when all panel titles and separators are