diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-07-05 08:34:23 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-07-05 09:27:19 +0000 |
commit | 4ed2a7305f80192bdbe2eace48c4ee65e9938f7d (patch) | |
tree | 331541d7528473a2cb416949d349df48c398fb27 | |
parent | a9457266cb24e6d65394aaac90f9355c78f1ecb6 (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>
-rw-r--r-- | sd/source/ui/animations/CustomAnimationDialog.cxx | 2 |
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; |