summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-02-25 20:17:50 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-02-26 10:06:45 +0100
commit4b8b31e668aa358f2d794f9de18c60fdc74c62ea (patch)
treea11fdcf8649de90b794b2b2d990ba88b680b47f7 /sd/source
parent043c67e0f7358753a2007b7c2bb6cc68aeea7ecb (diff)
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 <caolanm@redhat.com>
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/app/sdpopup.cxx2
1 files changed, 1 insertions, 1 deletions
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));