diff options
-rw-r--r-- | sw/source/uibase/misc/swruler.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/source/uibase/misc/swruler.cxx b/sw/source/uibase/misc/swruler.cxx index 7eabce4b9109..74ddc6a14724 100644 --- a/sw/source/uibase/misc/swruler.cxx +++ b/sw/source/uibase/misc/swruler.cxx @@ -96,6 +96,9 @@ void SwCommentRuler::dispose() void SwCommentRuler::Paint(vcl::RenderContext& rRenderContext, const Rectangle& rRect) { + if (comphelper::LibreOfficeKit::isActive()) + return; // no need to waste time on startup + SvxRuler::Paint(rRenderContext, rRect); // Don't draw if there is not any note |