summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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?