diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-08-30 17:56:18 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-08-30 18:36:45 +0200 |
commit | ef3e7f23168d85db8310484e92d4234ff1916af8 (patch) | |
tree | aa9853fc2a2dc9e3c5af08b536b36da7e6b7d113 /chart2 | |
parent | 76e735b26aa834bd9fba83b60905ee870f82dac3 (diff) |
janitorial: indentation
Change-Id: I3070c0b4fa84090412191415b23e455b9e8d1bbc
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/tp_RangeChooser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/tp_RangeChooser.cxx b/chart2/source/controller/dialogs/tp_RangeChooser.cxx index 9223e06fb26e..891d48b8a9e0 100644 --- a/chart2/source/controller/dialogs/tp_RangeChooser.cxx +++ b/chart2/source/controller/dialogs/tp_RangeChooser.cxx @@ -324,7 +324,7 @@ bool RangeChooserTabPage::isValid() m_aRB_Columns.Enable( bIsValid ); m_aCB_FirstRowAsLabel.Enable( bIsValid ); m_aCB_FirstColumnAsLabel.Enable( bIsValid ); -} + } sal_Bool bShowIB = m_rDialogModel.getRangeSelectionHelper()->hasRangeSelection(); lcl_ShowChooserButton( m_aIB_Range, m_aED_Range, bShowIB ); |