summaryrefslogtreecommitdiff
path: root/starmath/source/accessibility.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-18 11:51:10 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-18 11:51:10 +0000
commit603a22d396e05960586403717c608500dff03f56 (patch)
tree9a7dd2203f845fe17ba773c4bdf4c3c13c50127b /starmath/source/accessibility.cxx
parentcffc54ff094b35d7cd8ea5907de7527646896f97 (diff)
INTEGRATION: CWS os100 (1.32.24); FILE MERGED
2007/07/13 15:48:19 os 1.32.24.1: #i65257# text import API extended
Diffstat (limited to 'starmath/source/accessibility.cxx')
-rw-r--r--starmath/source/accessibility.cxx18
1 files changed, 16 insertions, 2 deletions
diff --git a/starmath/source/accessibility.cxx b/starmath/source/accessibility.cxx
index a6daedf5894a..475d7fd6155b 100644
--- a/starmath/source/accessibility.cxx
+++ b/starmath/source/accessibility.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: accessibility.cxx,v $
*
- * $Revision: 1.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: vg $ $Date: 2007-05-25 12:10:54 $
+ * last change: $Author: obo $ $Date: 2007-07-18 12:51:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1550,6 +1550,20 @@ sal_Bool SmTextForwarder::InsertText( const String& rStr, const ESelection& rSel
return bRes;
}
+const SfxItemSet* SmTextForwarder::GetEmptyItemSetPtr()
+{
+ DBG_ERROR("not yet implemented")
+ return 0;
+}
+void SmTextForwarder::AppendParagraph()
+{
+ DBG_ERROR("not yet implemented")
+}
+xub_StrLen SmTextForwarder::AppendTextPortion( USHORT /*nPara*/, const String &/*rText*/, const SfxItemSet &/*rSet*/ )
+{
+ DBG_ERROR("not yet implemented")
+ return 0;
+}
//------------------------------------------------------------------------
SmEditViewForwarder::SmEditViewForwarder( SmEditAccessible& rAcc ) :