summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2011-04-13 12:42:35 +0200
committerKurt Zenker <kz@openoffice.org>2011-04-13 12:42:35 +0200
commit298d53ede450f86f80b12bc4318d45a40bbcdee5 (patch)
tree5bc04640045a5738eed87cebd1840f96295a7b00
parent605ebc1399566686085c98c5698903af31b97607 (diff)
parent34b907b6192718abe32435a497cbdd2494e9ed16 (diff)
CWS-TOOLING: integrate CWS impress210_OOO340
-rwxr-xr-xsc/source/core/data/documen9.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/data/documen9.cxx b/sc/source/core/data/documen9.cxx
index 4ca9b14d8f5d..9ad38c171489 100755
--- a/sc/source/core/data/documen9.cxx
+++ b/sc/source/core/data/documen9.cxx
@@ -214,6 +214,7 @@ void ScDocument::UpdateDrawDefaults()
{
SfxItemPool& rDrawPool = pDrawLayer->GetItemPool();
rDrawPool.SetPoolDefaultItem( SvxAutoKernItem( sal_True, EE_CHAR_PAIRKERNING ) );
+ pDrawLayer->SetDrawingLayerPoolDefaults();
}
}