summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-07-01 09:58:44 +0000
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-07-01 12:18:07 +0000
commit4c917dbf999fffcb7ebf946fc3c8579f1713583d (patch)
tree9244fe48c810dc7d76f4bca9f675493f2519b0a3 /sd
parentfaaa6a4bcb5cca22ebca0b2312ae53bbb5e91129 (diff)
Slide transition sound dialog: Set default path to home dir
Not the gallery where user sees only one sdg file Change-Id: I0f30f3d566c0f2e4784e0feb5825f1c3e5926804 Reviewed-on: https://gerrit.libreoffice.org/26848 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sd')
-rwxr-xr-xsd/source/ui/animations/SlideTransitionPane.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/animations/SlideTransitionPane.cxx b/sd/source/ui/animations/SlideTransitionPane.cxx
index 174d83f96ef3..1b7de206fbbe 100755
--- a/sd/source/ui/animations/SlideTransitionPane.cxx
+++ b/sd/source/ui/animations/SlideTransitionPane.cxx
@@ -732,7 +732,7 @@ void SlideTransitionPane::openSoundFileDialog()
OUString aFile;
DBG_ASSERT( mpLB_SOUND->GetSelectEntryPos() == 2,
"Dialog should only open when \"Other sound\" is selected" );
- aFile = SvtPathOptions().GetGraphicPath();
+ aFile = SvtPathOptions().GetWorkPath();
aFileDialog.SetPath( aFile );