summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-07-05 08:34:23 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-07-05 09:27:19 +0000
commit4ed2a7305f80192bdbe2eace48c4ee65e9938f7d (patch)
tree331541d7528473a2cb416949d349df48c398fb27 /sd
parenta9457266cb24e6d65394aaac90f9355c78f1ecb6 (diff)
Custom animation sound: Set default path to home dir
Before it was the gallery dir Change-Id: Ia02dfa796f3c6ee426447331a459fa5e8c47ef89 Reviewed-on: https://gerrit.libreoffice.org/26933 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/animations/CustomAnimationDialog.cxx2
1 files changed, 1 insertions, 1 deletions
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;