summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-03 11:08:31 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-03-04 11:34:07 +0000
commit5b04c9063cc9dd77dc55c361df081812af38cdbd (patch)
tree827cd9405e68df853362ac6a021c4619bf4a6bc3 /svtools/source/dialogs
parentbf48090e0a81c6490ee938eabaef4e791df85229 (diff)
remove unused and commented out code
This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
Diffstat (limited to 'svtools/source/dialogs')
-rw-r--r--svtools/source/dialogs/filedlg2.cxx4
-rw-r--r--svtools/source/dialogs/filedlg2.hxx1
2 files changed, 0 insertions, 5 deletions
diff --git a/svtools/source/dialogs/filedlg2.cxx b/svtools/source/dialogs/filedlg2.cxx
index ebc9d35b657e..210dfd48d84d 100644
--- a/svtools/source/dialogs/filedlg2.cxx
+++ b/svtools/source/dialogs/filedlg2.cxx
@@ -616,10 +616,6 @@ void ImpPathDialog::PreExecute()
}
}
-void ImpPathDialog::PostExecute()
-{
-}
-
void ImpPathDialog::SetPath( OUString const & rPath )
{
aPath = DirEntry( rPath );
diff --git a/svtools/source/dialogs/filedlg2.hxx b/svtools/source/dialogs/filedlg2.hxx
index 8f6652d5225c..07cea5928154 100644
--- a/svtools/source/dialogs/filedlg2.hxx
+++ b/svtools/source/dialogs/filedlg2.hxx
@@ -103,7 +103,6 @@ public:
virtual OUString GetPath() const;
virtual void PreExecute();
- virtual void PostExecute();
PathDialog* GetPathDialog() const { return pSvPathDialog; }