[Libreoffice-commits] core.git: chart2/source

Julien Nabet serval2412 at yahoo.fr
Sun Sep 29 22:31:12 PDT 2013


 chart2/source/controller/dialogs/dlg_DataEditor.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 9b2c434da90325d8e190617ebb6a488edd6e83b4
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Mon Sep 30 07:30:38 2013 +0200

    Werror: nMinWidth unused
    
    Change-Id: I2fea7be5e59c449b4d17fc30d2d3c1fcc651938d

diff --git a/chart2/source/controller/dialogs/dlg_DataEditor.cxx b/chart2/source/controller/dialogs/dlg_DataEditor.cxx
index 0495b2a..ddd9cc5 100644
--- a/chart2/source/controller/dialogs/dlg_DataEditor.cxx
+++ b/chart2/source/controller/dialogs/dlg_DataEditor.cxx
@@ -89,7 +89,6 @@ DataEditor::DataEditor(
     Size aWinSize( GetOutputSizePixel());
     Size aWinSizeWithBorder( GetSizePixel());
     Point aWinPos( OutputToAbsoluteScreenPixel( GetPosPixel()));
-    sal_Int32 nMinWidth = aWinSize.getWidth();
     sal_Int32 nMaxWidth = GetDesktopRectPixel().getWidth() -
         (aWinSizeWithBorder.getWidth() - aWinSize.getWidth() + aWinPos.getX()) - 10; // leave some space
     sal_Int32 nBrowserWidth = m_apBrwData->GetTotalWidth() + 12 + 16; // plus padding + 16?


More information about the Libreoffice-commits mailing list