summaryrefslogtreecommitdiffstats
path: root/automation/source/miniapp/editwin.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-28 17:39:47 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-29 11:07:54 +0200
commit499a46c030bf0250c585ed6cde56fc017a9c73fc (patch)
tree9d31e49ff07ec7a6aae4c0e117342beb43f5c480 /automation/source/miniapp/editwin.cxx
parentMerge branch 'master' of git://anongit.freedesktop.org/libreoffice/components (diff)
downloadcore-499a46c030bf0250c585ed6cde56fc017a9c73fc.tar.gz
core-499a46c030bf0250c585ed6cde56fc017a9c73fc.zip
callcatcher: remove unused methods
Diffstat (limited to 'automation/source/miniapp/editwin.cxx')
-rw-r--r--automation/source/miniapp/editwin.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/automation/source/miniapp/editwin.cxx b/automation/source/miniapp/editwin.cxx
index 395c9deb350a..e0b3ee023dd4 100644
--- a/automation/source/miniapp/editwin.cxx
+++ b/automation/source/miniapp/editwin.cxx
@@ -59,11 +59,6 @@ GHEditWindow::GHEditWindow(Window * pParent, String aName, WinBits iWstyle)
SetText(aName);
}
-void GHEditWindow::Clear()
-{
- aInhalt.SetText(String());
-}
-
void GHEditWindow::AddText( String aNew, sal_Bool bMoveToEnd)
{
String aOld = aInhalt.GetText();