summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-03 15:59:37 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-03 15:59:37 +0000
commit2da8ee94453909f3d21beacae37e90be0ab6f81c (patch)
tree533c29cdf1c720bd4618334edf9de4e58f153db4 /svx
parent251a51e756b4c480d5ddac10bebc6b5ac06b058d (diff)
INTEGRATION: CWS vcl87 (1.23.338); FILE MERGED
2008/03/03 14:43:49 pl 1.23.338.1: #i76307# take RTL UI into account
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/tpgradnt.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/dialog/tpgradnt.cxx b/svx/source/dialog/tpgradnt.cxx
index 4b5004e1a2b3..025255be5341 100644
--- a/svx/source/dialog/tpgradnt.cxx
+++ b/svx/source/dialog/tpgradnt.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tpgradnt.cxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 17:48:54 $
+ * last change: $Author: kz $ $Date: 2008-04-03 16:59:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -67,8 +67,6 @@
#define _SVX_TPGRADNT_CXX
-
-
#include <svx/dialogs.hrc>
#include "helpid.hrc"
@@ -190,6 +188,8 @@ SvxGradientTabPage::SvxGradientTabPage
aBtnSave.SetClickHdl(
LINK( this, SvxGradientTabPage, ClickSaveHdl_Impl ) );
+ // #i76307# always paint the preview in LTR, because this is what the document does
+ aCtlPreview.EnableRTL( FALSE );
}
// -----------------------------------------------------------------------