Bugzilla – Attachment 94406 Details for
Bug 75243
FILESAVE: Empty custom properties are lost while saving in .doc format
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch. bSkipEmpty is set to false in header file
patch.oleprops.hxx (text/plain), 815 bytes, created by
Tarun Kumar
on 2014-02-20 05:38:17 UTC
(
hide
)
Description:
proposed patch. bSkipEmpty is set to false in header file
Filename:
MIME Type:
Creator:
Tarun Kumar
Created:
2014-02-20 05:38:17 UTC
Size:
815 bytes
patch
obsolete
>--- oleprops.hxx 2014-01-14 15:00:18.000000000 +0530 >+++ oleprops_copy.hxx 2014-02-20 10:57:54.286704766 +0530 >@@ -310,7 +310,7 @@ > void SetBoolValue( sal_Int32 nPropId, bool bValue ); > /** Inserts a string property with the passed value. > @return true = Property inserted; false = String was empty, property not inserted. */ >- bool SetStringValue( sal_Int32 nPropId, const OUString& rValue, bool bSkipEmpty = true ); >+ bool SetStringValue( sal_Int32 nPropId, const OUString& rValue, bool bSkipEmpty = false ); > /** Inserts a time stamp property with the passed value. */ > void SetFileTimeValue( sal_Int32 nPropId, const ::com::sun::star::util::DateTime& rValue ); > /** Inserts a date property with the passed value. */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 75243
: 94406