diff options
Diffstat (limited to 'wizards/com/sun/star/wizards/common/NoValidPathException.py')
-rw-r--r-- | wizards/com/sun/star/wizards/common/NoValidPathException.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/wizards/com/sun/star/wizards/common/NoValidPathException.py b/wizards/com/sun/star/wizards/common/NoValidPathException.py deleted file mode 100644 index 53db155e2e6d..000000000000 --- a/wizards/com/sun/star/wizards/common/NoValidPathException.py +++ /dev/null @@ -1,10 +0,0 @@ -class NoValidPathException(Exception): - - def __init__(self, xMSF, _sText): - super(NoValidPathException,self).__init__(_sText) - # TODO: NEVER open a dialog in an exception - from SystemDialog import SystemDialog - if xMSF: - SystemDialog.showErrorBox(xMSF, - "dbwizres", "dbw", 521) #OfficePathnotavailable - |