summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/tpgradnt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/tabpages/tpgradnt.cxx')
-rw-r--r--cui/source/tabpages/tpgradnt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/tpgradnt.cxx b/cui/source/tabpages/tpgradnt.cxx
index a2bc8d7f787a..8eaf6b698234 100644
--- a/cui/source/tabpages/tpgradnt.cxx
+++ b/cui/source/tabpages/tpgradnt.cxx
@@ -132,7 +132,7 @@ SvxGradientTabPage::SvxGradientTabPage
LINK( this, SvxGradientTabPage, ClickSaveHdl_Impl ) );
// #i76307# always paint the preview in LTR, because this is what the document does
- m_pCtlPreview->EnableRTL( sal_False );
+ m_pCtlPreview->EnableRTL( false );
setPreviewsToSamePlace(pParent, this);
}