diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2010-03-24 13:08:23 +0100 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2010-03-24 13:08:23 +0100 |
commit | 287ea4442ba39f5144b9f44bc4f595e17c7a6abe (patch) | |
tree | 0f0d173e4eafee66637e2924b1038268fb060344 /sw/inc/editsh.hxx | |
parent | 40ce8f33c47d06fd1fd8dc2ba866e15e09cf6cf1 (diff) | |
parent | 7fa96e56c6fe20ea496be40338124ba35aae9d84 (diff) |
cws tl74: merge with DEV300_m75
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 4b6669ecc784..c7281c011dfb 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> @@ -414,6 +415,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); |