diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-21 19:56:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-22 09:14:19 +0100 |
commit | b2e954e300f51120387a55bf237cafdcd40ed7e6 (patch) | |
tree | eba358db20f85ed5f5de337646fa3a1448093237 /include/tools | |
parent | 80d4770ee093531d619df65b7f8260e7a05823b5 (diff) |
Related: fdo#38838 remove UniString::UniString(const ResId&)
Change-Id: Id881fe3f9c7c89a7bcc1a5d8f653e18494ffa913
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/string.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/string.hxx b/include/tools/string.hxx index 3933595b6e2f..9efa5d75b1b0 100644 --- a/include/tools/string.hxx +++ b/include/tools/string.hxx @@ -101,7 +101,6 @@ private: UniString& Append( const UniString& rStr ); public: UniString(); - UniString( const ResId& rResId ); UniString( const UniString& rStr ); UniString( const OUString& rStr ); ~UniString(); |