Bugzilla – Attachment 108168 Details for
Bug 85247
copy and paste of a slide results in a blue slide in presentation mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for review
fdo85247-copy-paste-master-pages.diff (text/plain), 895 bytes, created by
Muthu
on 2014-10-21 12:28:57 UTC
(
hide
)
Description:
Patch for review
Filename:
MIME Type:
Creator:
Muthu
Created:
2014-10-21 12:28:57 UTC
Size:
895 bytes
patch
obsolete
>diff --git a/sd/source/core/drawdoc3.cxx b/sd/source/core/drawdoc3.cxx >index c5b6fa9..864c188 100644 >--- a/sd/source/core/drawdoc3.cxx >+++ b/sd/source/core/drawdoc3.cxx >@@ -108,7 +108,9 @@ void InsertBookmarkAsPage_FindDuplicateLayouts::operator()( SdDrawDocument& rDoc > > if (aTest == aLayout) > { >- if( bRenameDuplicates && pTestPage->getHash() != pBMMPage->getHash() ) >+ // Ignore Layouts with "Default" these seem to be special - in the sense that there are lot of assumption all over Impress >+ // about this >+ if( bRenameDuplicates && aTest != OUString( SdResId( STR_LAYOUT_DEFAULT_NAME ) ) && pTestPage->getHash() != pBMMPage->getHash() ) > { > pBookmarkDoc->RenameLayoutTemplate( pBMMPage->GetLayoutName(), OUString(pBMMPage->GetName())+=OUString("_") ); > aLayout = pBMMPage->GetName();
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 85247
: 108168