Kaydet (Commit) 5573ee34 authored tarafından Caolán McNamara's avatar Caolán McNamara

unknown printer metrics property results in empty settings.xml

regression since 0fd4d12c

Change-Id: I894fe80f6c531af5c335dc1f3ba1c0ffaca1e07f
üst 539f4074
......@@ -1085,6 +1085,12 @@ void SwXDocumentSettings::_getSingleValue( const comphelper::PropertyInfo & rInf
rValue.setValue( &bTmp, ::getBooleanCppuType() );
}
break;
case HANDLE_USE_OLD_PRINTER_METRICS:
{
sal_Bool bTmp = sal_False;
rValue.setValue( &bTmp, ::getBooleanCppuType() );
}
break;
case HANDLE_TABS_RELATIVE_TO_INDENT:
{
sal_Bool bTmp = mpDoc->get(IDocumentSettingAccess::TABS_RELATIVE_TO_INDENT);
......
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