diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-17 10:50:55 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-17 10:50:55 +0000 |
commit | 540b8d017a38ada1e0ecbafa4132884fe127fb27 (patch) | |
tree | bdbf40c8c47845a9d247892e73f4b933e89a9898 /svx/source | |
parent | 7f8cbceded62ea1192fff8ade860e3c9df132114 (diff) |
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')
-rw-r--r-- | svx/source/dialog/svxruler.cxx | 6 |
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) |