diff options
Diffstat (limited to 'xmloff/source/draw/sdpropls.cxx')
-rw-r--r-- | xmloff/source/draw/sdpropls.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/draw/sdpropls.cxx b/xmloff/source/draw/sdpropls.cxx index 16c593b7a87b..fdeb89059d02 100644 --- a/xmloff/source/draw/sdpropls.cxx +++ b/xmloff/source/draw/sdpropls.cxx @@ -1176,8 +1176,8 @@ const XMLPropertyHandler* XMLSdPropHdlFactory::GetPropertyHandler( sal_Int32 nTy if (mpExport #if 1 // TODO: remove in a couple releases, when users have the import of style:shrink-to-fit - && (mpExport->getDefaultVersion() - <= SvtSaveOptions::ODFVER_012) + && (mpExport->getSaneDefaultVersion() + <= SvtSaveOptions::ODFSVER_012) #endif ) { |