Bugzilla – Attachment 103392 Details for
Bug 52076
Macro security warning persists when all macros and modules are deleted.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
idea to be tested
FOO.diff (text/plain), 795 bytes, created by
Lionel Elie Mamane
on 2014-07-24 08:49:20 UTC
(
hide
)
Description:
idea to be tested
Filename:
MIME Type:
Creator:
Lionel Elie Mamane
Created:
2014-07-24 08:49:20 UTC
Size:
795 bytes
patch
obsolete
>diff --git a/basic/source/uno/namecont.cxx b/basic/source/uno/namecont.cxx >index ac35350..431ae5f 100644 >--- a/basic/source/uno/namecont.cxx >+++ b/basic/source/uno/namecont.cxx >@@ -1837,9 +1837,12 @@ void SfxLibraryContainer::storeLibraries_Impl( const uno::Reference< embed::XSto > Any aLibAny = maNameContainer.getByName( aNames[0] ); > Reference< XNameAccess > xNameAccess; > aLibAny >>= xNameAccess; >- if ( ! ( xNameAccess->hasElements() || ( bInplaceStorage && isModified() ) ) ) >+ if ( ! xNameAccess->hasElements() ) > { >- return; >+ if ( bInplaceStorage ) >+ i_rStorage.removeElement(aNames[0]); >+ else >+ 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 52076
: 103392