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:
Samuel Mehrbrodt
2016-07-05 08:34:23 +00:00
committed by Caolán McNamara
parent a9457266cb
commit 4ed2a7305f

View File

@@ -1540,7 +1540,7 @@ void CustomAnimationEffectTabPage::openSoundFileDialog()
{
SdOpenSoundFileDialog aFileDialog;
OUString aFile( SvtPathOptions().GetGraphicPath() );
OUString aFile( SvtPathOptions().GetWorkPath() );
aFileDialog.SetPath( aFile );
bool bValidSoundFile = false;