summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 11:39:43 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 11:39:43 +0000
commit541e9b50a5ff2e4d9209f3ed509f1d7159afb17b (patch)
treef6b8c82cc0c6c48793df0ba6d3df8a27aa1cf43d /starmath/inc
parentac51f2c20bf3e568cf14a9fcf7db6a2bf86dc31e (diff)
INTEGRATION: CWS tl37 (1.30.32); FILE MERGED
2007/06/04 13:15:55 tl 1.30.32.2: RESYNC: (1.30-1.31); FILE MERGED 2007/02/08 07:49:14 tl 1.30.32.1: #i72498# replace bad chars that keep document from being saved
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/document.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx
index 205085bc3602..f7aa3f8d05c4 100644
--- a/starmath/inc/document.hxx
+++ b/starmath/inc/document.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: document.hxx,v $
*
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
- * last change: $Author: vg $ $Date: 2007-05-25 12:08:57 $
+ * last change: $Author: hr $ $Date: 2007-06-27 12:39:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -209,6 +209,9 @@ public:
const String &GetComment() const;
+ // to replace chars that can not be saved with the document...
+ sal_Bool ReplaceBadChars();
+
void UpdateText();
void SetText(const String& rBuffer);
String& GetText() { return (aText); }