summaryrefslogtreecommitdiff
path: root/extensions/workben/pythontest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/workben/pythontest.cxx')
-rw-r--r--extensions/workben/pythontest.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/extensions/workben/pythontest.cxx b/extensions/workben/pythontest.cxx
index 4bfc18bb530d..364cf22fe03e 100644
--- a/extensions/workben/pythontest.cxx
+++ b/extensions/workben/pythontest.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pythontest.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 21:02:40 $
+ * last change: $Author: vg $ $Date: 2006-06-02 13:03:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -52,11 +52,9 @@
#endif
#include <assert.h>
-#ifdef _USE_NAMESPACE
using namespace rtl;
using namespace vos;
using namespace usr;
-#endif
#define PCHAR_TO_USTRING(x) StringToOUString(String(x),CHARSET_SYSTEM)