From 4ed2a7305f80192bdbe2eace48c4ee65e9938f7d Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Tue, 5 Jul 2016 08:34:23 +0000 Subject: [PATCH] Custom animation sound: Set default path to home dir MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Before it was the gallery dir Change-Id: Ia02dfa796f3c6ee426447331a459fa5e8c47ef89 Reviewed-on: https://gerrit.libreoffice.org/26933 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sd/source/ui/animations/CustomAnimationDialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sd/source/ui/animations/CustomAnimationDialog.cxx b/sd/source/ui/animations/CustomAnimationDialog.cxx index 434ef3867551..3d300d46d560 100644 --- a/sd/source/ui/animations/CustomAnimationDialog.cxx +++ b/sd/source/ui/animations/CustomAnimationDialog.cxx @@ -1540,7 +1540,7 @@ void CustomAnimationEffectTabPage::openSoundFileDialog() { SdOpenSoundFileDialog aFileDialog; - OUString aFile( SvtPathOptions().GetGraphicPath() ); + OUString aFile( SvtPathOptions().GetWorkPath() ); aFileDialog.SetPath( aFile ); bool bValidSoundFile = false;