diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-10 00:56:06 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-10 00:56:06 +0900 |
commit | 2ac4d8bf32ef72e22b1feaef300b604a50cdc6d2 (patch) | |
tree | f0d087fa3185cb8a7b8a7be3eb5a2268ae67f9f2 /svl | |
parent | cfe98a1305202419f224a31e54cd37e64401fa4f (diff) |
nuke dead code
Change-Id: I666791b2a2bb817d59625868d5e2df1a9341b2ff
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/passwordcontainer/passwordcontainer.cxx | 3 | ||||
-rw-r--r-- | svl/unx/inc/convert.hxx | 8 |
2 files changed, 0 insertions, 11 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 ); } diff --git a/svl/unx/inc/convert.hxx b/svl/unx/inc/convert.hxx index 45251e41a4b2..bae389b0e893 100644 --- a/svl/unx/inc/convert.hxx +++ b/svl/unx/inc/convert.hxx @@ -46,14 +46,6 @@ public: static void Swap( Rectangle & rRect ) { Swap( rRect.Top() ); Swap( rRect.Bottom() ); Swap( rRect.Left() ); Swap( rRect.Right() ); } -/* - static USHORT AnsiFloatSize() const { return 6; } - static float AnsiToFloat( void * pAnsiFloat ) - { return 0; } - static USHORT AnsiDoubleSize() const { return 12; } - static double AnsiToDouble( void * pAnsiDouble ) - { return 0; } -*/ }; #endif // _CONVERT_HXX |