summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/tp_TitleRotation.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 20:02:54 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:26:30 +0100
commitd5d2e280bda78fe03a96daae9677e0cf54201057 (patch)
tree6b498e8edeec92775eba6975f12dac010386dff1 /chart2/source/controller/dialogs/tp_TitleRotation.cxx
parentbool improvements (diff)
downloadcore-d5d2e280bda78fe03a96daae9677e0cf54201057.tar.gz
core-d5d2e280bda78fe03a96daae9677e0cf54201057.zip
bool improvements
Change-Id: I4fb554a0b703b29cb2dc70fc11111a4f2fa9af8e
Diffstat (limited to 'chart2/source/controller/dialogs/tp_TitleRotation.cxx')
-rw-r--r--chart2/source/controller/dialogs/tp_TitleRotation.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/tp_TitleRotation.cxx b/chart2/source/controller/dialogs/tp_TitleRotation.cxx
index e79b3b34a305..357129736f15 100644
--- a/chart2/source/controller/dialogs/tp_TitleRotation.cxx
+++ b/chart2/source/controller/dialogs/tp_TitleRotation.cxx
@@ -47,7 +47,7 @@ SchAlignmentTabPage::SchAlignmentTabPage(Window* pWindow,
m_pOrientHlp = new svx::OrientationHelper(*m_pCtrlDial, *m_pNfRotate, *m_pCbStacked);
m_pCbStacked->EnableTriState( sal_False );
- m_pOrientHlp->Enable( sal_True );
+ m_pOrientHlp->Enable( true );
m_pOrientHlp->AddDependentWindow( *m_pFtRotate, STATE_CHECK );
if( !bWithRotation )