[Libreoffice-commits] core.git: sd/source
Samuel Mehrbrodt
Samuel.Mehrbrodt at cib.de
Fri Jul 1 12:18:42 UTC 2016
sd/source/ui/animations/SlideTransitionPane.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4c917dbf999fffcb7ebf946fc3c8579f1713583d
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date: Fri Jul 1 09:58:44 2016 +0000
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 at cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
diff --git a/sd/source/ui/animations/SlideTransitionPane.cxx b/sd/source/ui/animations/SlideTransitionPane.cxx
index 174d83f..1b7de20 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 );
More information about the Libreoffice-commits
mailing list