diff options
-rwxr-xr-x | sd/source/ui/animations/SlideTransitionPane.cxx | 2 |
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 ); |