sd/source/ui/app/sdpopup.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4b8b31e668aa358f2d794f9de18c60fdc74c62ea Author: Caolán McNamara <[email protected]> AuthorDate: Thu Feb 25 20:17:50 2021 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Fri Feb 26 10:06:45 2021 +0100 cid#1473323 Identical code for different branches Change-Id: I8997b1b0d43fca8dbf3081736ebc3d7a1e2fbb2e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111568 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/sd/source/ui/app/sdpopup.cxx b/sd/source/ui/app/sdpopup.cxx index 9bdb2b93603a..ebccfe8cb4c9 100644 --- a/sd/source/ui/app/sdpopup.cxx +++ b/sd/source/ui/app/sdpopup.cxx @@ -122,7 +122,7 @@ void SdFieldPopup::Fill( LanguageType eLanguage ) if( pFileField->GetType() == SvxFileType::Fix ) m_xPopup->set_active("1", true); else - m_xPopup->set_active("1", true); + m_xPopup->set_active("2", true); m_xPopup->append_radio(OUString::number(nID++), SdResId(STR_FILEFORMAT_NAME_EXT)); m_xPopup->append_radio(OUString::number(nID++), SdResId(STR_FILEFORMAT_FULLPATH)); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
