diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-02 19:51:47 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-02 20:04:10 +0300 |
commit | 13b1c9df66dd4456f60ffd98132e409484cfa313 (patch) | |
tree | 0a1914855faf931041697ca9fc754f739113d255 /svl | |
parent | a102d822c9b81cf8d3b29da40c749dbf464768bc (diff) |
WaE: unused variable
Change-Id: Ieed1b52624afa8fc36fadb54d3209a3482416068
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/passwordcontainer/passwordcontainer.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svl/source/passwordcontainer/passwordcontainer.cxx b/svl/source/passwordcontainer/passwordcontainer.cxx index cc739fb4657a..8c4f7d28361f 100644 --- a/svl/source/passwordcontainer/passwordcontainer.cxx +++ b/svl/source/passwordcontainer/passwordcontainer.cxx @@ -349,8 +349,6 @@ void StorageItem::remove( const OUString& aURL, const OUString& aName ) void StorageItem::clear() { - Sequence< OUString > sendSeq(1); - ConfigItem::ClearNodeSet( OUString("Store") ); } |