diff options
Diffstat (limited to 'svx/source/sdr/properties/oleproperties.cxx')
-rw-r--r-- | svx/source/sdr/properties/oleproperties.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/sdr/properties/oleproperties.cxx b/svx/source/sdr/properties/oleproperties.cxx index 096e3e2ec71f..a2a8773987ea 100644 --- a/svx/source/sdr/properties/oleproperties.cxx +++ b/svx/source/sdr/properties/oleproperties.cxx @@ -34,7 +34,8 @@ namespace sdr if(pStyleSheet) { - SetStyleSheet(pStyleSheet, false); + // do not delete hard attributes when setting dsefault Style + SetStyleSheet(pStyleSheet, true); } else { |