[Libreoffice-commits] core.git: include/tools
Caolán McNamara
caolanm at redhat.com
Sun Oct 20 06:55:13 PDT 2013
include/tools/string.hxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit f8d5bd07053d27d4c6546141e61d8da25e44cc24
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sun Oct 20 14:54:15 2013 +0100
Related: fdo#38838 remove operator=(const sal_Unicode*)
Change-Id: Id14482d3088a81b012acf5183a595e7d41e860fc
diff --git a/include/tools/string.hxx b/include/tools/string.hxx
index 2203a7d..542e643 100644
--- a/include/tools/string.hxx
+++ b/include/tools/string.hxx
@@ -190,8 +190,6 @@ public:
{ return Assign( rStr ); }
UniString& operator =( const OUString& rStr )
{ return Assign( rStr ); }
- UniString& operator =( const sal_Unicode* pCharStr )
- { return Assign( pCharStr ); }
UniString& operator =( sal_Unicode c )
{ return Assign( c ); }
inline UniString & operator =(char c) // ...but allow "= 'a'"
More information about the Libreoffice-commits
mailing list