sd/source/ui/animations/SlideTransitionPane.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4c917dbf999fffcb7ebf946fc3c8579f1713583d Author: Samuel Mehrbrodt <[email protected]> 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 <[email protected]> Tested-by: Samuel Mehrbrodt <[email protected]> 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 ); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
