Author: paveljanik
Date: Sat Jul  6 09:24:41 2013
New Revision: 1500236

URL: http://svn.apache.org/r1500236
Log:
Comment out unused variable to prevent compiler warning.

Modified:
    openoffice/trunk/main/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx

Modified: 
openoffice/trunk/main/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx?rev=1500236&r1=1500235&r2=1500236&view=diff
==============================================================================
--- openoffice/trunk/main/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx 
(original)
+++ openoffice/trunk/main/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx 
Sat Jul  6 09:24:41 2013
@@ -1683,7 +1683,7 @@ ParaPropertyPanel::ParaPropertyPanel(Win
        FreeResource();
 
     // Setup the grid layouter.
-    const sal_Int32 nMappedImageWidth (Layouter::MapWidth(*this, IMAGE_SIZE));
+    // const sal_Int32 nMappedImageWidth (Layouter::MapWidth(*this, 
IMAGE_SIZE));
     const sal_Int32 nMappedImageOffset (Layouter::MapWidth(*this, -3));
     const sal_Int32 nMappedToolBoxItemWidth (Layouter::MapWidth(*this, 
TOOLBOX_ITEM_WIDTH));
     const sal_Int32 nMappedControlWidth (Layouter::MapWidth(*this, 
CONTROL_WIDTH -10));


Reply via email to