diff options
author | Noel Power <noel.power@suse.com> | 2012-09-11 13:01:09 +0100 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2012-09-11 13:02:48 +0100 |
commit | ed2ad9638208b905f6501fedcd9b84d4176b9529 (patch) | |
tree | 972474d3d9cf92c383b7c42bdbefd1bc89953fc7 /basic | |
parent | cdb94e3f1499f96d35c01aa7313c03124a643a06 (diff) |
kill stray line from commit:c0c7fb66985a9a3e8f9b7a796c1e0489e407879b fdo#52076
Change-Id: I715c4a7caeb48e605babd9a91e2c10e5847cbd09
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/uno/namecont.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/basic/source/uno/namecont.cxx b/basic/source/uno/namecont.cxx index 9e2cd061ab9f..e09c84f7c784 100644 --- a/basic/source/uno/namecont.cxx +++ b/basic/source/uno/namecont.cxx @@ -1760,7 +1760,6 @@ void SfxLibraryContainer::storeLibraries_Impl( const uno::Reference< embed::XSto Reference< XNameAccess > xNameAccess; aLibAny >>= xNameAccess; if ( ! ( xNameAccess->hasElements() || ( bInplaceStorage && isModified() ) ) ) - if ( ! ( xNameAccess->hasElements() ) ) return; } |