diff options
-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) |