summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common/DebugHelper.py
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/common/DebugHelper.py')
-rw-r--r--wizards/com/sun/star/wizards/common/DebugHelper.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/wizards/com/sun/star/wizards/common/DebugHelper.py b/wizards/com/sun/star/wizards/common/DebugHelper.py
deleted file mode 100644
index 75016033a533..000000000000
--- a/wizards/com/sun/star/wizards/common/DebugHelper.py
+++ /dev/null
@@ -1,10 +0,0 @@
-class DebugHelper(object):
-
- @classmethod
- def exception(self, ex):
- raise NotImplementedError
-
- @classmethod
- def writeInfo(self, msg):
- raise NotImplementedError
-