summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-09-30 07:30:38 +0200
committerJulien Nabet <serval2412@yahoo.fr>2013-09-30 07:30:38 +0200
commit9b2c434da90325d8e190617ebb6a488edd6e83b4 (patch)
treebc337a470e4da061c3193fe946e2dacc922eed70 /chart2
parent32dcd60b47b78c5afa3885bd3a392b511ca713c3 (diff)
Werror: nMinWidth unused
Change-Id: I2fea7be5e59c449b4d17fc30d2d3c1fcc651938d
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/dialogs/dlg_DataEditor.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/dlg_DataEditor.cxx b/chart2/source/controller/dialogs/dlg_DataEditor.cxx
index 0495b2aedf80..ddd9cc5370c2 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?