diff options
author | Kurt Zenker <kz@openoffice.org> | 2011-04-13 12:42:35 +0200 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2011-04-13 12:42:35 +0200 |
commit | 298d53ede450f86f80b12bc4318d45a40bbcdee5 (patch) | |
tree | 5bc04640045a5738eed87cebd1840f96295a7b00 /sc | |
parent | 605ebc1399566686085c98c5698903af31b97607 (diff) | |
parent | 34b907b6192718abe32435a497cbdd2494e9ed16 (diff) |
CWS-TOOLING: integrate CWS impress210_OOO340
Diffstat (limited to 'sc')
-rwxr-xr-x | sc/source/core/data/documen9.cxx | 1 |
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(); } } |