summaryrefslogtreecommitdiff
path: root/cui/source
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source')
-rw-r--r--cui/source/customize/cfg.cxx2
-rw-r--r--cui/source/dialogs/SpellDialog.cxx2
-rw-r--r--cui/source/dialogs/about.cxx2
-rw-r--r--cui/source/inc/measure.hxx2
-rw-r--r--cui/source/options/optgdlg.cxx4
-rw-r--r--cui/source/options/optjava.cxx2
-rw-r--r--cui/source/options/optpath.cxx2
-rw-r--r--cui/source/tabpages/numpages.cxx2
-rw-r--r--cui/source/tabpages/tparea.cxx2
-rw-r--r--cui/source/tabpages/tpline.cxx2
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 )