summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-07-05 08:40:05 +0000
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-07-05 09:50:09 +0000
commit9106b326e69ac63807c60a43620f1d87bd70b406 (patch)
treeed1c49bdd87207e8debd373279b7dc875445fdda /sd
parent64354e6479e750e4a126abfae5d3f32a1110315e (diff)
Open sound dialog: Set default path to home dir
Before it was the gallery dir Change-Id: I1d291fbd21c50e622f88f136cec666025cdbbc52 Reviewed-on: https://gerrit.libreoffice.org/26934 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/dlg/tpaction.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/tpaction.cxx b/sd/source/ui/dlg/tpaction.cxx
index f78f184638e6..26654f706110 100644
--- a/sd/source/ui/dlg/tpaction.cxx
+++ b/sd/source/ui/dlg/tpaction.cxx
@@ -417,7 +417,7 @@ void SdTPAction::OpenFileDialog()
SdOpenSoundFileDialog aFileDialog;
if( aFile.isEmpty() )
- aFile = SvtPathOptions().GetGraphicPath();
+ aFile = SvtPathOptions().GetWorkPath();
aFileDialog.SetPath( aFile );