Bugzilla – Attachment 131245 Details for
Bug 101000
FILESAVE: Images disappear when DOC saved to ODT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for proposed fix
Bug_101000.patch (text/plain), 1.10 KB, created by
Alex
on 2017-02-15 12:53:50 UTC
(
hide
)
Description:
Patch for proposed fix
Filename:
MIME Type:
Creator:
Alex
Created:
2017-02-15 12:53:50 UTC
Size:
1.10 KB
patch
obsolete
>diff --git a/xmloff/source/text/XMLTextFrameContext.cxx b/xmloff/source/text/XMLTextFrameContext.cxx >index 20ee384..3543901 100644 >--- a/xmloff/source/text/XMLTextFrameContext.cxx >+++ b/xmloff/source/text/XMLTextFrameContext.cxx >@@ -531,26 +531,7 @@ void XMLTextFrameContext_Impl::Create( bool /*bHRefOrBase64*/ ) > if( sOrigName.isEmpty() || > (!sName.isEmpty() && sOrigName != sName) ) > { >- OUString sOldName( sName ); >- >- sal_Int32 i = 0; >- while( xTextImportHelper->HasFrameByName( sName ) ) >- { >- sName = sOldName; >- sName += OUString::number( ++i ); >- } > xNamed->setName( sName ); >- if( sName != sOldName ) >- { >- bool bSuccess = xTextImportHelper->GetRenameMap().Add( XML_TEXT_RENAME_TYPE_FRAME, >- sOldName, sName ); >- >- if (!bSuccess && !sOldName.isEmpty()) >- { >- bCreateFailed = true; >- return; >- } >- } > } > } >
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 101000
:
126292
| 131245