summaryrefslogtreecommitdiff
path: root/sw/inc/editsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r--sw/inc/editsh.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index 7d033edb76ea..8a2c2064d97b 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -362,7 +362,7 @@ public:
void ApplyAdvancedClassification(std::vector<svx::ClassificationResult> const & rResult);
std::vector<svx::ClassificationResult> CollectAdvancedClassification();
- SfxWatermarkItem GetWatermark();
+ SfxWatermarkItem GetWatermark() const;
void SetWatermark(const SfxWatermarkItem& rText);
/// Sign the paragraph at the cursor.
@@ -685,7 +685,7 @@ public:
/// Update content of all charts for table with given name.
void UpdateCharts( const OUString &rName );
- OUString GetCurWord();
+ OUString GetCurWord() const;
/** Glossary from glossary document in current document.
Styles only if not already existent. */