summaryrefslogtreecommitdiffstats
path: root/include/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-09-21 15:27:39 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-09-22 12:21:35 +0100
commit28c9207da43551059e283008225abfdfb4a988be (patch)
tree111ae9308cd0903e8c930cca45857ad119a493e2 /include/tools
parentadd mode lines to new files (and idls) since last run (diff)
downloadcore-28c9207da43551059e283008225abfdfb4a988be.tar.gz
core-28c9207da43551059e283008225abfdfb4a988be.zip
Related: fdo#38838 remove UniString::InsertAscii
Change-Id: I949b62842d77fe83caed2cc79784fe1e3f3ae400
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/string.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/string.hxx b/include/tools/string.hxx
index 543ad6fe0ac3..eedb3bdf3077 100644
--- a/include/tools/string.hxx
+++ b/include/tools/string.hxx
@@ -221,7 +221,6 @@ public:
UniString& Insert( const UniString& rStr, xub_StrLen nPos, xub_StrLen nLen,
xub_StrLen nIndex = STRING_LEN );
UniString& Insert( sal_Unicode c, xub_StrLen nIndex = STRING_LEN );
- UniString& InsertAscii( const sal_Char* pAsciiStr, xub_StrLen nIndex = STRING_LEN );
UniString& Replace( xub_StrLen nIndex, xub_StrLen nLen, const UniString& rStr );
UniString& Erase( xub_StrLen nIndex = 0, xub_StrLen nCount = STRING_LEN );
UniString Copy( xub_StrLen nIndex = 0, xub_StrLen nCount = STRING_LEN ) const;