diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-03-02 19:14:52 +0100 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-03-02 19:14:52 +0100 |
commit | 32a8f422d323a754cf2e8b80f859cc154384e4d9 (patch) | |
tree | 24bd9feb252f29a0c21ff84e27337dfef0cd8168 /sw/inc/editsh.hxx | |
parent | 7e12418df527339d4a78416596ea12ed3cd6133a (diff) | |
parent | 24cb175c2b698e9a72257a436e5b71de74d977f2 (diff) |
CWS-TOOLING: integrate CWS cbosdo02
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r-- | sw/inc/editsh.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index 8cb9cbd5f26a..b2483f21a75a 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -41,6 +41,7 @@ #include <com/sun/star/linguistic2/ProofreadingResult.hpp> #include <fldupde.hxx> #include <tblenum.hxx> +#include <IMark.hxx> #include <vector> #include <swundo.hxx> @@ -413,6 +414,9 @@ public: const SwTOXType* GetTOXType(TOXTypes eTyp, USHORT nId) const; void InsertTOXType(const SwTOXType& rTyp); + // new field stuff + BOOL UpdateField(sw::mark::IFieldmark &fieldBM); + //AutoMark file const String& GetTOIAutoMarkURL() const; void SetTOIAutoMarkURL(const String& rSet); |