summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/ChartController.cxx
diff options
context:
space:
mode:
authorIngrid Halama <iha@openoffice.org>2003-10-28 15:06:11 +0000
committerIngrid Halama <iha@openoffice.org>2003-10-28 15:06:11 +0000
commit4d4f12858b387f69cddb2321d044df251fbfaca4 (patch)
tree5187f4f4311d1291eed605b789ab22ba44ef0ff4 /chart2/source/controller/main/ChartController.cxx
parentadded ChartController_TextEdit.obj (diff)
downloadcore-4d4f12858b387f69cddb2321d044df251fbfaca4.tar.gz
core-4d4f12858b387f69cddb2321d044df251fbfaca4.zip
added SID_TEXTEDIT support
Diffstat (limited to 'chart2/source/controller/main/ChartController.cxx')
-rw-r--r--chart2/source/controller/main/ChartController.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/chart2/source/controller/main/ChartController.cxx b/chart2/source/controller/main/ChartController.cxx
index d5f2af5c9e86..cdcb20e3aba4 100644
--- a/chart2/source/controller/main/ChartController.cxx
+++ b/chart2/source/controller/main/ChartController.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ChartController.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: bm $ $Date: 2003-10-07 17:18:42 $
+ * last change: $Author: iha $ $Date: 2003-10-28 16:06:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -872,6 +872,7 @@ bool isFormatObjectSID( sal_Int32 nSlotID )
|| (sal_Int32)SID_INSERT_GRIDS == nSlotID
|| (sal_Int32)SID_INSERT_STATISTICS == nSlotID
|| (sal_Int32)SID_CHARMAP == nSlotID
+ || (sal_Int32)SID_TEXTEDIT == nSlotID
|| isFormatObjectSID(nSlotID)
)
{
@@ -992,6 +993,10 @@ tMakeSlotIdCommandMap m_aSlotIdCommandMap =
{
this->executeDispatch_InsertSpecialCharacter();
}
+ else if((sal_Int32)SID_TEXTEDIT == nSlotID)
+ {
+ this->executeDispatch_EditText();
+ }
else if( isFormatObjectSID(nSlotID) )
{
this->executeDispatch_FormatObject(nSlotID);