summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-11 08:39:26 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-11-11 11:53:45 +0100
commitb9b7f98befb722e59bd84bc9975a4ec381616abc (patch)
tree5e7f74bd990a3aec06bdd50f77826f56ab195edc /cui
parent8a5a56ebfef298241daf598d7c417aef466e3ec7 (diff)
Removed repeated semicolon
Change-Id: Iefc820a4c4bb87fe113f97b085d8e89f30ff2db5 Reviewed-on: https://gerrit.libreoffice.org/63261 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/sdrcelldlg.cxx2
-rw-r--r--cui/source/tabpages/chardlg.cxx8
-rw-r--r--cui/source/tabpages/tppattern.cxx2
3 files changed, 6 insertions, 6 deletions
diff --git a/cui/source/dialogs/sdrcelldlg.cxx b/cui/source/dialogs/sdrcelldlg.cxx
index e20a3f488209..5ce9b6514639 100644
--- a/cui/source/dialogs/sdrcelldlg.cxx
+++ b/cui/source/dialogs/sdrcelldlg.cxx
@@ -49,7 +49,7 @@ void SvxFormatCellsDialog::PageCreated(const OString& rId, SfxTabPage &rPage)
rAreaPage.SetGradientList( mpGradientList );
rAreaPage.SetHatchingList( mpHatchingList );
rAreaPage.SetBitmapList( mpBitmapList );
- rAreaPage.SetPatternList( mpPatternList );;
+ rAreaPage.SetPatternList( mpPatternList );
rAreaPage.ActivatePage( mrOutAttrs );
}
else if (rId == "border")
diff --git a/cui/source/tabpages/chardlg.cxx b/cui/source/tabpages/chardlg.cxx
index c24db30aa290..a49714eb2cd1 100644
--- a/cui/source/tabpages/chardlg.cxx
+++ b/cui/source/tabpages/chardlg.cxx
@@ -2411,16 +2411,16 @@ void SvxCharEffectsPage::DisableControls( sal_uInt16 nDisable )
}
if ( ( DISABLE_WORDLINE & nDisable ) == DISABLE_WORDLINE )
- m_xIndividualWordsBtn->set_sensitive(false);;
+ m_xIndividualWordsBtn->set_sensitive(false);
if ( ( DISABLE_BLINK & nDisable ) == DISABLE_BLINK )
- m_xBlinkingBtn->set_sensitive(false);;
+ m_xBlinkingBtn->set_sensitive(false);
if ( ( DISABLE_UNDERLINE_COLOR & nDisable ) == DISABLE_UNDERLINE_COLOR )
{
// disable the controls
- m_xUnderlineColorFT->set_sensitive(false);;
- m_xUnderlineColorLB->set_sensitive(false);;
+ m_xUnderlineColorFT->set_sensitive(false);
+ m_xUnderlineColorLB->set_sensitive(false);
m_bUnderlineColorDisabled = true;
}
}
diff --git a/cui/source/tabpages/tppattern.cxx b/cui/source/tabpages/tppattern.cxx
index 261bfba4b0f0..a0705a8fd11e 100644
--- a/cui/source/tabpages/tppattern.cxx
+++ b/cui/source/tabpages/tppattern.cxx
@@ -248,7 +248,7 @@ void SvxPatternTabPage::Reset( const SfxItemSet* )
}
else
{
- m_xBtnModify->set_sensitive(false);;
+ m_xBtnModify->set_sensitive(false);
}
}