summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-05-01 17:01:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-05-02 11:03:10 +0100
commit9daa7d433992f8d0e7ceae158a6af5a0a69e41ea (patch)
treeab97174a648563826fd87ef43d75b43a0c556c52 /include
parent52bd4ffaac9a48e4838f8e06d6b97fb1c1dd4bb2 (diff)
rather nutso, just drop the XubString variant
Change-Id: Iebff2bc517e3b6422a6b410f44d78cee1b6d971d
Diffstat (limited to 'include')
-rw-r--r--include/vcl/textview.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/vcl/textview.hxx b/include/vcl/textview.hxx
index 314e30fa4f1e..9873d89df494 100644
--- a/include/vcl/textview.hxx
+++ b/include/vcl/textview.hxx
@@ -125,9 +125,7 @@ public:
String GetSelected( LineEnd aSeparator );
void DeleteSelected();
- void InsertNewText( const OUString& rNew, sal_Bool bSelect = sal_False );
- // deprecated: use InsertNewText instead
- void InsertText( const String& rNew, sal_Bool bSelect = sal_False );
+ void InsertText( const OUString& rNew, sal_Bool bSelect = sal_False );
sal_Bool KeyInput( const KeyEvent& rKeyEvent );
void Paint( const Rectangle& rRect );