summaryrefslogtreecommitdiff
path: root/sw/source/ui/app
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-11-15 09:50:50 +0000
committerOliver Specht <os@openoffice.org>2002-11-15 09:50:50 +0000
commitb150f0e3cd1367095c0cc1d4be3a2b4af61318fd (patch)
tree9eb1a9f19b2467497f66472672bfdd14eaecbb5f /sw/source/ui/app
parent5b123bbfb8e5acf8b615b873c686ab3491d547a1 (diff)
#102629# invalidate SID_ATTR_CHAR_FONT when page orientation has changed to inform the IME about text direction
Diffstat (limited to 'sw/source/ui/app')
-rw-r--r--sw/source/ui/app/docst.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sw/source/ui/app/docst.cxx b/sw/source/ui/app/docst.cxx
index ff5b2a22fcfa..79166413f3f1 100644
--- a/sw/source/ui/app/docst.cxx
+++ b/sw/source/ui/app/docst.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docst.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: cd $ $Date: 2002-07-31 07:40:41 $
+ * last change: $Author: os $ $Date: 2002-11-15 10:50:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -664,7 +664,10 @@ USHORT SwDocShell::Edit( const String &rName, const String &rParent, USHORT nFam
{
if(SFX_STYLE_FAMILY_PAGE == nFamily)
{
- static const USHORT aInval[] = {SID_IMAGE_ORIENTATION, FN_INSERT_CTRL, FN_INSERT_OBJ_CTRL, 0};
+ static const USHORT aInval[] = {
+ SID_IMAGE_ORIENTATION,
+ SID_ATTR_CHAR_FONT,
+ FN_INSERT_CTRL, FN_INSERT_OBJ_CTRL, 0};
pView->GetViewFrame()->GetBindings().Invalidate(aInval);
}
SfxItemSet aTmpSet( *pDlg->GetOutputItemSet() );