summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-03-02 20:05:03 +0000
committerNiklas Nebel <nn@openoffice.org>2001-03-02 20:05:03 +0000
commit5b3f4335b13d342d2f93f864fe00cd9b66779648 (patch)
tree84b666eb7866a210d9bf1f0e8d9858242c9667f0 /sc
parent236c87db41801b34f4b988d9069931f80dbc5fd5 (diff)
InvalidateDrawTextAttribs: slots for vertical draw text objects
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/view/drawview.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/view/drawview.cxx b/sc/source/ui/view/drawview.cxx
index c9f1e778ab3d..2f37cef95563 100644
--- a/sc/source/ui/view/drawview.cxx
+++ b/sc/source/ui/view/drawview.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: drawview.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: nn $ $Date: 2001-02-16 18:55:38 $
+ * last change: $Author: nn $ $Date: 2001-03-02 21:05:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -312,6 +312,8 @@ void ScDrawView::InvalidateDrawTextAttrs()
rBindings.Invalidate( SID_ATTR_PARA_LINESPACE_20 );
rBindings.Invalidate( SID_SET_SUPER_SCRIPT );
rBindings.Invalidate( SID_SET_SUB_SCRIPT );
+ rBindings.Invalidate( SID_TEXTDIRECTION_LEFT_TO_RIGHT );
+ rBindings.Invalidate( SID_TEXTDIRECTION_TOP_TO_BOTTOM );
}
void ScDrawView::DrawMarks( OutputDevice* pOut ) const