Author: steve_y
Date: Thu Jan  2 10:17:34 2014
New Revision: 1554781

URL: http://svn.apache.org/r1554781
Log:
Bug 119577 - [From Symphony] The "file name" field change to "file name without 
extension" in AOO 3.4

Modified:
    openoffice/trunk/main/writerfilter/source/dmapper/DomainMapper_Impl.cxx

Modified: 
openoffice/trunk/main/writerfilter/source/dmapper/DomainMapper_Impl.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/writerfilter/source/dmapper/DomainMapper_Impl.cxx?rev=1554781&r1=1554780&r2=1554781&view=diff
==============================================================================
--- openoffice/trunk/main/writerfilter/source/dmapper/DomainMapper_Impl.cxx 
(original)
+++ openoffice/trunk/main/writerfilter/source/dmapper/DomainMapper_Impl.cxx Thu 
Jan  2 10:17:34 2014
@@ -3078,7 +3078,7 @@ void DomainMapper_Impl::CloseFieldComman
                         sal_Int32 nNumberingTypeIndex = 
pContext->GetCommand().indexOf( 
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\\p")));
                         xFieldProperties->setPropertyValue(
                                 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;
                     case FIELD_FILESIZE     : break;


Reply via email to