diff options
Diffstat (limited to 'svl/source')
-rw-r--r-- | svl/source/passwordcontainer/passwordcontainer.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svl/source/passwordcontainer/passwordcontainer.cxx b/svl/source/passwordcontainer/passwordcontainer.cxx index fff6888ab72f..c15214c30dde 100644 --- a/svl/source/passwordcontainer/passwordcontainer.cxx +++ b/svl/source/passwordcontainer/passwordcontainer.cxx @@ -363,9 +363,6 @@ void StorageItem::remove( const ::rtl::OUString& aURL, const ::rtl::OUString& aN Sequence< ::rtl::OUString > sendSeq(1); sendSeq[0] = createIndex( forIndex ); - // sendSeq[0] = ::rtl::OUString("Store/Passwordstorage['"); - // sendSeq[0] += createIndex( forIndex ); - // sendSeq[0] += ::rtl::OUString("']"); ConfigItem::ClearNodeElements( ::rtl::OUString("Store"), sendSeq ); } |