summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviews8.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-11-16 08:21:58 +0000
committerOliver Bolte <obo@openoffice.org>2005-11-16 08:21:58 +0000
commitee8a20982747e1809ced3550b7e2103c79b854c3 (patch)
tree82231650c12f76b45da7f8e4cad9a748bda0c014 /sd/source/ui/view/drviews8.cxx
parent6e9c1310f8422dcb15d3be1c77801a4884382016 (diff)
INTEGRATION: CWS thaiissues (1.13.10); FILE MERGED
2005/10/14 15:31:30 cl 1.13.10.1: #i55135# added FormattingMark menu
Diffstat (limited to 'sd/source/ui/view/drviews8.cxx')
-rw-r--r--sd/source/ui/view/drviews8.cxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/sd/source/ui/view/drviews8.cxx b/sd/source/ui/view/drviews8.cxx
index 2c829aa0728a..9bd03f283129 100644
--- a/sd/source/ui/view/drviews8.cxx
+++ b/sd/source/ui/view/drviews8.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: drviews8.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 07:10:14 $
+ * last change: $Author: obo $ $Date: 2005-11-16 09:21:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -212,6 +212,13 @@ void DrawViewShell::FuTemp01(SfxRequest& rReq)
}
break;
+ case FN_INSERT_SOFT_HYPHEN:
+ case FN_INSERT_HARDHYPHEN:
+ case FN_INSERT_HARD_SPACE:
+ case SID_INSERT_RLM :
+ case SID_INSERT_LRM :
+ case SID_INSERT_ZWNBSP :
+ case SID_INSERT_ZWSP:
case SID_BULLET:
{
pFuActual = new FuBullet( this, GetActiveWindow(), pDrView, GetDoc(), rReq );