From 41cd3e8e817c8c33a13608e62eeb06ce2c6977e4 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 1 Sep 2019 15:32:28 +0200 Subject: Fix typos Change-Id: I00d678ce942401fa3e53e5c0e159c747a4be6b0b Reviewed-on: https://gerrit.libreoffice.org/78367 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sw/source/ui/config/optpage.cxx | 2 +- sw/source/ui/dialog/ascfldlg.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/source') diff --git a/sw/source/ui/config/optpage.cxx b/sw/source/ui/config/optpage.cxx index 45d811a45452..065af21e86c6 100644 --- a/sw/source/ui/config/optpage.cxx +++ b/sw/source/ui/config/optpage.cxx @@ -758,7 +758,7 @@ void SwStdFontTabPage::Reset( const SfxItemSet* rSet) // #i94536# prevent duplication of font entries when 'reset' button is pressed if( !m_xStandardBox->get_count() ) { - // get the set of disctinct available family names + // get the set of distinct available family names std::set< OUString > aFontNames; int nFontNames = m_pPrt->GetDevFontCount(); for( int i = 0; i < nFontNames; i++ ) diff --git a/sw/source/ui/dialog/ascfldlg.cxx b/sw/source/ui/dialog/ascfldlg.cxx index 4936ba93854f..0715f8e85009 100644 --- a/sw/source/ui/dialog/ascfldlg.cxx +++ b/sw/source/ui/dialog/ascfldlg.cxx @@ -194,7 +194,7 @@ SwAsciiFilterDlg::SwAsciiFilterDlg( weld::Window* pParent, SwDocShell& rDocSh, bDelPrinter = true; } - // get the set of disctinct available family names + // get the set of distinct available family names std::set< OUString > aFontNames; int nFontNames = pPrt->GetDevFontCount(); for( int i = 0; i < nFontNames; i++ ) -- cgit