Kaydet (Commit) 0ade1e4e authored tarafından Steve Yin's avatar Steve Yin Kaydeden (comit) Caolán McNamara

Resolves: #i119577# "file name" field change to "file name without extension"

(cherry picked from commit e3a84634)

Conflicts:
	writerfilter/source/dmapper/DomainMapper_Impl.cxx

Change-Id: I07e4a85aae7b5c5be398de471739c5e6d57d2ff2
üst ab56275f
...@@ -3097,7 +3097,7 @@ void DomainMapper_Impl::CloseFieldCommand() ...@@ -3097,7 +3097,7 @@ void DomainMapper_Impl::CloseFieldCommand()
if (xFieldProperties.is()) if (xFieldProperties.is())
xFieldProperties->setPropertyValue( xFieldProperties->setPropertyValue(
rPropNameSupplier.GetName(PROP_FILE_FORMAT), rPropNameSupplier.GetName(PROP_FILE_FORMAT),
uno::makeAny( nNumberingTypeIndex > 0 ? text::FilenameDisplayFormat::FULL : text::FilenameDisplayFormat::NAME )); uno::makeAny( nNumberingTypeIndex > 0 ? text::FilenameDisplayFormat::FULL : text::FilenameDisplayFormat::NAME_AND_EXT ));
} }
break; break;
case FIELD_FILESIZE : break; case FIELD_FILESIZE : break;
......
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