diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-01-09 22:55:28 +0100 |
---|---|---|
committer | Ashod Nakashian <ashnakash@gmail.com> | 2016-01-10 14:17:20 +0000 |
commit | 64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch) | |
tree | 772fc0f308549b9416fbcb06bce2bf0e0f5809cc /cui | |
parent | d61c16966b017abdbebf5ec0c2131de5a91c67f8 (diff) |
Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86
Reviewed-on: https://gerrit.libreoffice.org/21209
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/customize/cfg.cxx | 2 | ||||
-rw-r--r-- | cui/source/dialogs/SpellDialog.cxx | 2 | ||||
-rw-r--r-- | cui/source/dialogs/about.cxx | 2 | ||||
-rw-r--r-- | cui/source/inc/measure.hxx | 2 | ||||
-rw-r--r-- | cui/source/options/optgdlg.cxx | 4 | ||||
-rw-r--r-- | cui/source/options/optjava.cxx | 2 | ||||
-rw-r--r-- | cui/source/options/optpath.cxx | 2 | ||||
-rw-r--r-- | cui/source/tabpages/numpages.cxx | 2 | ||||
-rw-r--r-- | cui/source/tabpages/tparea.cxx | 2 | ||||
-rw-r--r-- | cui/source/tabpages/tpline.cxx | 2 |
10 files changed, 11 insertions, 11 deletions
diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx index 0b9fa2848079..89cc606ec466 100644 --- a/cui/source/customize/cfg.cxx +++ b/cui/source/customize/cfg.cxx @@ -4343,7 +4343,7 @@ void ToolbarSaveInData::RestoreToolbar( SvxConfigEntry* pToolbar ) OUString url = pToolbar->GetCommand(); // Restore of toolbar is done by removing it from - // it's configuration manager and then getting it again + // its configuration manager and then getting it again bool bParentToolbar = pToolbar->IsParentData(); // Cannot restore parent toolbar diff --git a/cui/source/dialogs/SpellDialog.cxx b/cui/source/dialogs/SpellDialog.cxx index a2f79c6ff387..f0e27d1217c7 100644 --- a/cui/source/dialogs/SpellDialog.cxx +++ b/cui/source/dialogs/SpellDialog.cxx @@ -1437,7 +1437,7 @@ bool SentenceEditWindow_Impl::PreNotify( NotifyEvent& rNEvt ) break; // 6 - on field FS and on error UE case BRACE : - nAction = bHasField ? ACTION_SELECTFIELD : ACTION_UNDOEDIT;; + nAction = bHasField ? ACTION_SELECTFIELD : ACTION_UNDOEDIT; break; // 7 - UE // 8 - UE diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx index ab23cf8c4a81..0e6ca41a67a4 100644 --- a/cui/source/dialogs/about.cxx +++ b/cui/source/dialogs/about.cxx @@ -76,7 +76,7 @@ AboutDialog::AboutDialog(vcl::Window* pParent) m_aVersionTextStr = m_pVersion->GetText(); m_aBasedTextStr = get<FixedText>("libreoffice")->GetText(); m_aBasedDerivedTextStr = get<FixedText>("derived")->GetText(); - m_aLocaleStr = get<FixedText>("locale")->GetText();; + m_aLocaleStr = get<FixedText>("locale")->GetText(); m_pVersion->SetText(GetVersionString()); diff --git a/cui/source/inc/measure.hxx b/cui/source/inc/measure.hxx index bc1e5ce32a75..90dbfa82602f 100644 --- a/cui/source/inc/measure.hxx +++ b/cui/source/inc/measure.hxx @@ -27,7 +27,7 @@ class SdrView; -/// Dialog for changing TextAtrributes +/// Dialog for changing TextAttributes class SvxMeasurePage : public SvxTabPage { private: diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx index 52fc00c996a0..706c17159466 100644 --- a/cui/source/options/optgdlg.cxx +++ b/cui/source/options/optgdlg.cxx @@ -1095,7 +1095,7 @@ OfaLanguagesTabPage::OfaLanguagesTabPage(vcl::Window* pParent, const SfxItemSet& } catch (const Exception &e) { - // we'll just leave the box in it's default setting and won't + // we'll just leave the box in its default setting and won't // even give it event handler... SAL_WARN("cui.options", "ignoring Exception \"" << e.Message << "\""); } @@ -1278,7 +1278,7 @@ bool OfaLanguagesTabPage::FillItemSet( SfxItemSet* rSet ) } catch (const Exception& e) { - // we'll just leave the box in it's default setting and won't + // we'll just leave the box in its default setting and won't // even give it event handler... SAL_WARN("cui.options", "ignoring Exception \"" << e.Message << "\""); } diff --git a/cui/source/options/optjava.cxx b/cui/source/options/optjava.cxx index bdb111023c0f..ee765235ee05 100644 --- a/cui/source/options/optjava.cxx +++ b/cui/source/options/optjava.cxx @@ -1010,7 +1010,7 @@ IMPL_LINK_NOARG_TYPED(SvxJavaClassPathDlg, AddArchiveHdl_Impl, Button*, void) IMPL_LINK_NOARG_TYPED(SvxJavaClassPathDlg, AddPathHdl_Impl, Button*, void) { Reference < XComponentContext > xContext( ::comphelper::getProcessComponentContext() ); - Reference < XFolderPicker2 > xFolderPicker = FolderPicker::create(xContext);; + Reference < XFolderPicker2 > xFolderPicker = FolderPicker::create(xContext); OUString sOldFolder; if ( m_pPathList->GetSelectEntryCount() > 0 ) diff --git a/cui/source/options/optpath.cxx b/cui/source/options/optpath.cxx index 8695c0c2003b..d30fcc8c2601 100644 --- a/cui/source/options/optpath.cxx +++ b/cui/source/options/optpath.cxx @@ -619,7 +619,7 @@ IMPL_LINK_NOARG_TYPED(SvxPathTabPage, PathHdl_Impl, Button*, void) try { Reference < XComponentContext > xContext( ::comphelper::getProcessComponentContext() ); - xFolderPicker = FolderPicker::create(xContext);; + xFolderPicker = FolderPicker::create(xContext); INetURLObject aURL( sWritable, INetProtocol::File ); xFolderPicker->setDisplayDirectory( aURL.GetMainURL( INetURLObject::NO_DECODE ) ); diff --git a/cui/source/tabpages/numpages.cxx b/cui/source/tabpages/numpages.cxx index c210dab8f812..74c0f70dbe6d 100644 --- a/cui/source/tabpages/numpages.cxx +++ b/cui/source/tabpages/numpages.cxx @@ -3698,7 +3698,7 @@ void SvxNumOptionsTabPage::PageCreated(const SfxAllItemSet& aSet) { ListBox& myCharFmtLB = GetCharFmtListBox(); const std::vector<OUString> &aList = pListItem->GetList(); - sal_uInt32 nCount = aList.size();; + sal_uInt32 nCount = aList.size(); for(sal_uInt32 i = 0; i < nCount; i++) myCharFmtLB.InsertEntry(aList[i]); } diff --git a/cui/source/tabpages/tparea.cxx b/cui/source/tabpages/tparea.cxx index baa7ee275758..3ec8bf61468f 100644 --- a/cui/source/tabpages/tparea.cxx +++ b/cui/source/tabpages/tparea.cxx @@ -766,7 +766,7 @@ SvxAreaTabPage::SvxAreaTabPage( vcl::Window* pParent, const SfxItemSet& rInAttrs // #i76307# always paint the preview in LTR, because this is what the document does m_pCtlXRectPreview->EnableRTL(false); - // Calcualte size of dropdown listboxes + // Calculate size of dropdown listboxes Size aSize = LogicToPixel(Size(108, 103), MAP_APPFONT); m_pLbColor->set_width_request(aSize.Width()); diff --git a/cui/source/tabpages/tpline.cxx b/cui/source/tabpages/tpline.cxx index c86511d3ff64..f0add14c2b1c 100644 --- a/cui/source/tabpages/tpline.cxx +++ b/cui/source/tabpages/tpline.cxx @@ -636,7 +636,7 @@ void SvxLineTabPage::ActivatePage( const SfxItemSet& rSet ) { if( m_nPageType == 2 ) // 1 { - m_pLbLineStyle->SelectEntryPos( *m_pPosDashLb + 2 ); // +2 due to SOLID and INVLISIBLE + m_pLbLineStyle->SelectEntryPos( *m_pPosDashLb + 2 ); // +2 due to SOLID and INVISIBLE ChangePreviewHdl_Impl( nullptr ); } if( m_nPageType == 3 ) |