Kaydet (Commit) 5c3c862c authored tarafından Miklos Vajna's avatar Miklos Vajna

Missing guard in SwXTextDocument::initializeForTiledRendering()

Change-Id: Ic0b09b13612e92ec069cb72a951431939b979715
üst 5291c637
...@@ -3148,6 +3148,7 @@ Size SwXTextDocument::getDocumentSize() ...@@ -3148,6 +3148,7 @@ Size SwXTextDocument::getDocumentSize()
void SwXTextDocument::initializeForTiledRendering() void SwXTextDocument::initializeForTiledRendering()
{ {
SolarMutexGuard aGuard;
bool bBookMode = false; bool bBookMode = false;
sal_Int16 nColumns = 1; sal_Int16 nColumns = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment