diff options
Diffstat (limited to 'include/tools/string.hxx')
-rw-r--r-- | include/tools/string.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/string.hxx b/include/tools/string.hxx index 5df5f23b528f..87b268d07243 100644 --- a/include/tools/string.hxx +++ b/include/tools/string.hxx @@ -174,8 +174,6 @@ public: { return Append( UniString( concat ) ); } #endif - sal_Int32 ToInt32() const; - UniString& operator =( const OUString& rStr ) { return Assign( rStr ); } |