summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-31 09:39:40 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-31 11:37:25 +0000
commit4995bccb953dd398585f1f328fed10e9c170a029 (patch)
tree0c76515680aebf2957895d414da488ddf43effc3 /svtools/source/dialogs
parentb8b1b1d68351765bbafe331a95909e47c661b664 (diff)
callcatcher: update list
Diffstat (limited to 'svtools/source/dialogs')
-rw-r--r--svtools/source/dialogs/filedlg.cxx5
-rw-r--r--svtools/source/dialogs/filedlg2.cxx8
-rw-r--r--svtools/source/dialogs/filedlg2.hxx1
3 files changed, 0 insertions, 14 deletions
diff --git a/svtools/source/dialogs/filedlg.cxx b/svtools/source/dialogs/filedlg.cxx
index c2224ae97d90..a985eda0ab01 100644
--- a/svtools/source/dialogs/filedlg.cxx
+++ b/svtools/source/dialogs/filedlg.cxx
@@ -59,11 +59,6 @@ void PathDialog::SetPath( const UniString& rPath )
pImpFileDlg->GetDialog()->SetPath( rPath );
}
-void PathDialog::SetPath( const Edit& rEdit )
-{
- pImpFileDlg->GetDialog()->SetPath( rEdit );
-}
-
long PathDialog::OK()
{
if( aOKHdlLink.IsSet() )
diff --git a/svtools/source/dialogs/filedlg2.cxx b/svtools/source/dialogs/filedlg2.cxx
index 32f6ef6f8240..e4661e0b47ea 100644
--- a/svtools/source/dialogs/filedlg2.cxx
+++ b/svtools/source/dialogs/filedlg2.cxx
@@ -677,14 +677,6 @@ void ImpPathDialog::SetPath( UniString const & rPath )
pSvPathDialog->LeaveWait();
}
-void ImpPathDialog::SetPath( Edit const & rEdit )
-{
- UniString aPresetText = rEdit.GetText();
- if( aPresetText.Len() )
- SetPath( aPresetText );
-}
-
-
UniString ImpPathDialog::GetPath() const
{
DirEntry aFile( pEdit->GetText() );
diff --git a/svtools/source/dialogs/filedlg2.hxx b/svtools/source/dialogs/filedlg2.hxx
index b30af4000fcf..604329d80b6b 100644
--- a/svtools/source/dialogs/filedlg2.hxx
+++ b/svtools/source/dialogs/filedlg2.hxx
@@ -112,7 +112,6 @@ public:
virtual ~ImpPathDialog();
virtual void SetPath( const String& rPath );
- virtual void SetPath( const Edit& rEdit );
virtual String GetPath() const;
virtual void PreExecute();