summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2010-12-10 18:58:32 -0800
committerJoseph Powers <jpowers27@cox.net>2010-12-10 18:58:32 -0800
commit2b70fbec45f7a058710310d88c747e0fb828c6c9 (patch)
tree41110250d456865af9a9012f82a72e753a824dd1
parentRemove DECLARE_LIST( IMPL_Textlist, IMPL_TextlistItem* ) (diff)
downloadcore-2b70fbec45f7a058710310d88c747e0fb828c6c9.tar.gz
core-2b70fbec45f7a058710310d88c747e0fb828c6c9.zip
Remove DECLARE_LIST( StringList, String * )
-rw-r--r--automation/source/testtool/tcommuni.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/automation/source/testtool/tcommuni.hxx b/automation/source/testtool/tcommuni.hxx
index e92a93eb36a5..575f79c549fb 100644
--- a/automation/source/testtool/tcommuni.hxx
+++ b/automation/source/testtool/tcommuni.hxx
@@ -31,11 +31,6 @@
#include <svl/svarray.hxx>
#include <osl/thread.hxx>
-
-#ifndef _STRING_LIST
-DECLARE_LIST( StringList, String * )
-#define _STRING_LIST
-#endif
#include <basic/process.hxx>
class Process;