diff options
Diffstat (limited to 'sw/source/uibase/inc/swruler.hxx')
-rw-r--r-- | sw/source/uibase/inc/swruler.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/swruler.hxx b/sw/source/uibase/inc/swruler.hxx index 98a444eb1aae..2dac3e6c7926 100644 --- a/sw/source/uibase/inc/swruler.hxx +++ b/sw/source/uibase/inc/swruler.hxx @@ -42,7 +42,7 @@ public: * \param rRect ignored */ virtual void Paint( vcl::RenderContext& rRenderContext, const tools::Rectangle& rRect ) override; - const std::string CreateJsonNotification(); + std::string CreateJsonNotification(); private: SwViewShell * mpViewShell; //< Shell to check if there is any comments on doc and their visibility |