diff options
Diffstat (limited to 'sw/source/uibase/uno/unotxdoc.cxx')
-rw-r--r-- | sw/source/uibase/uno/unotxdoc.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/uibase/uno/unotxdoc.cxx b/sw/source/uibase/uno/unotxdoc.cxx index 4bba53506e77..4655298ea7f9 100644 --- a/sw/source/uibase/uno/unotxdoc.cxx +++ b/sw/source/uibase/uno/unotxdoc.cxx @@ -3148,6 +3148,7 @@ Size SwXTextDocument::getDocumentSize() void SwXTextDocument::initializeForTiledRendering() { + SolarMutexGuard aGuard; bool bBookMode = false; sal_Int16 nColumns = 1; |