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>
This commit is contained in:
committed by
Caolán McNamara
parent
a9457266cb
commit
4ed2a7305f
@@ -1540,7 +1540,7 @@ void CustomAnimationEffectTabPage::openSoundFileDialog()
|
||||
{
|
||||
SdOpenSoundFileDialog aFileDialog;
|
||||
|
||||
OUString aFile( SvtPathOptions().GetGraphicPath() );
|
||||
OUString aFile( SvtPathOptions().GetWorkPath() );
|
||||
aFileDialog.SetPath( aFile );
|
||||
|
||||
bool bValidSoundFile = false;
|
||||
|
Reference in New Issue
Block a user