diff options
-rw-r--r-- | sw/source/uibase/docvw/AnnotationWin2.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/source/uibase/docvw/AnnotationWin2.cxx b/sw/source/uibase/docvw/AnnotationWin2.cxx index 46c9ff24915e..fa64356de8b6 100644 --- a/sw/source/uibase/docvw/AnnotationWin2.cxx +++ b/sw/source/uibase/docvw/AnnotationWin2.cxx @@ -804,6 +804,9 @@ void SwAnnotationWin::DoResize() void SwAnnotationWin::SetSizePixel( const Size& rNewSize ) { + if (comphelper::LibreOfficeKit::isActive()) + return; + InterimItemWindow::SetSizePixel(rNewSize); if (mpShadow) |