summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/svxruler.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-17 10:50:55 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-17 10:50:55 +0000
commit540b8d017a38ada1e0ecbafa4132884fe127fb27 (patch)
treebdbf40c8c47845a9d247892e73f4b933e89a9898 /svx/source/dialog/svxruler.cxx
parentINTEGRATION: CWS os26 (1.15.144); FILE MERGED (diff)
downloadcore-540b8d017a38ada1e0ecbafa4132884fe127fb27.tar.gz
core-540b8d017a38ada1e0ecbafa4132884fe127fb27.zip
INTEGRATION: CWS os26 (1.22.132); FILE MERGED
2003/12/19 14:26:40 os 1.22.132.1: #i20291# RTL setting for horizontal ruler, only
Diffstat (limited to 'svx/source/dialog/svxruler.cxx')
-rw-r--r--svx/source/dialog/svxruler.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/svxruler.cxx b/svx/source/dialog/svxruler.cxx
index cbf102c02cf6..630c622875e3 100644
--- a/svx/source/dialog/svxruler.cxx
+++ b/svx/source/dialog/svxruler.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svxruler.cxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: kz $ $Date: 2004-02-26 11:45:06 $
+ * last change: $Author: obo $ $Date: 2004-03-17 11:50:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -787,7 +787,7 @@ void SvxRuler::Update( const SvxProtectItem* pItem )
---------------------------------------------------------------------------*/
void SvxRuler::UpdateTextRTL(const SfxBoolItem* pItem)
{
- if(bActive)
+ if(bActive && bHorz)
{
delete pRuler_Imp->pTextRTLItem; pRuler_Imp->pTextRTLItem = 0;
if(pItem)