summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/guisaveas.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/guisaveas.cxx b/sfx2/source/doc/guisaveas.cxx
index 4009639e8a9c..3231bdea1a6a 100644
--- a/sfx2/source/doc/guisaveas.cxx
+++ b/sfx2/source/doc/guisaveas.cxx
@@ -957,7 +957,7 @@ sal_Bool ModelData_Impl::OutputFileDialog( sal_Int8 nStoreMode,
::rtl::OUString aReccomendedDir = GetReccomendedDir( aSuggestedDir );
if ( !aReccomendedDir.isEmpty() )
- pFileDlg->SetDisplayDirectory( aReccomendedDir );
+ pFileDlg->SetDisplayFolder( aReccomendedDir );
::rtl::OUString aReccomendedName = GetReccomendedName( aSuggestedName, aAdjustToType );
if ( !aReccomendedName.isEmpty() )
pFileDlg->SetFileName( aReccomendedName );