diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-26 13:43:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-26 13:43:27 +0000 |
commit | 4d7f6fa9abc8539c481ccf6a9bb16cf559bc65c5 (patch) | |
tree | d2793d1116c92f04688334fdd15bd33dba3a3b03 /starmath | |
parent | f385e66063bf73285a74961ad3bcca05227db82e (diff) |
INTEGRATION: CWS custommeta (1.32.54); FILE MERGED
2008/01/23 17:11:39 mst 1.32.54.1: - starmath/inc/document.hxx, starmath/source/document.cxx:
+ use XDocumentProperties instead of SfxDocumentInfo
+ SmDocShell::GetComment returns String instead of String&
+ fix bug: GetComment used a static variable to store document-specific data
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/document.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx index f7aa3f8d05c4..bcc2f2ee2e6c 100644 --- a/starmath/inc/document.hxx +++ b/starmath/inc/document.hxx @@ -4,9 +4,9 @@ * * $RCSfile: document.hxx,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: hr $ $Date: 2007-06-27 12:39:43 $ + * last change: $Author: obo $ $Date: 2008-02-26 14:43:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -207,7 +207,7 @@ public: SfxPrinter *GetPrinter() { GetPrt(); return pPrinter; } void SetPrinter( SfxPrinter * ); - const String &GetComment() const; + const String GetComment() const; // to replace chars that can not be saved with the document... sal_Bool ReplaceBadChars(); |