[Libreoffice-commits] core.git: cui/source desktop/source extensions/source oox/source sc/source svtools/source sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Nov 11 10:54:10 UTC 2018
cui/source/dialogs/sdrcelldlg.cxx | 2 +-
cui/source/tabpages/chardlg.cxx | 8 ++++----
cui/source/tabpages/tppattern.cxx | 2 +-
desktop/source/app/app.cxx | 2 +-
extensions/source/ole/unoobjw.cxx | 2 +-
oox/source/export/drawingml.cxx | 2 +-
sc/source/ui/vba/vbaapplication.cxx | 2 +-
svtools/source/dialogs/colrdlg.cxx | 2 +-
sw/source/ui/vba/vbaapplication.cxx | 2 +-
sw/source/ui/vba/vbadocument.cxx | 2 +-
10 files changed, 13 insertions(+), 13 deletions(-)
New commits:
commit b9b7f98befb722e59bd84bc9975a4ec381616abc
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Nov 11 08:39:26 2018 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Nov 11 11:53:45 2018 +0100
Removed repeated semicolon
Change-Id: Iefc820a4c4bb87fe113f97b085d8e89f30ff2db5
Reviewed-on: https://gerrit.libreoffice.org/63261
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Jenkins
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);
}
}
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index fa8204304f53..b74defb1f640 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1400,7 +1400,7 @@ int Desktop::Main()
batch->commit();
// make sure the change is written to the configuration before we start the update
- css::uno::Reference<css::util::XFlushable> xFlushable(css::configuration::theDefaultProvider::get(xContext), UNO_QUERY);;
+ css::uno::Reference<css::util::XFlushable> xFlushable(css::configuration::theDefaultProvider::get(xContext), UNO_QUERY);
xFlushable->flush();
// avoid the old oosplash staying around
CloseSplashScreen();
diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx
index 40c97ddac4f6..8897f0c5644f 100644
--- a/extensions/source/ole/unoobjw.cxx
+++ b/extensions/source/ole/unoobjw.cxx
@@ -896,7 +896,7 @@ HRESULT STDMETHODCALLTYPE CXTypeInfo::GetDocumentation(MEMBERID memid,
}
}
if (pBstrDocString)
- *pBstrDocString = SysAllocString(L"");;
+ *pBstrDocString = SysAllocString(L"");
if (pdwHelpContext)
*pdwHelpContext = 0;
if (pBstrHelpFile)
diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx
index 9b74d50737be..802091a7c5f3 100644
--- a/oox/source/export/drawingml.cxx
+++ b/oox/source/export/drawingml.cxx
@@ -3431,7 +3431,7 @@ void DrawingML::WriteShapeEffects( const Reference< XPropertySet >& rXPropSet )
aShadowAttribsGrabBag[0].Name = "dist";
aShadowAttribsGrabBag[0].Value <<= lcl_CalculateDist(dX, dY);
aShadowAttribsGrabBag[1].Name = "dir";
- aShadowAttribsGrabBag[1].Value <<= lcl_CalculateDir(dX, dY);;
+ aShadowAttribsGrabBag[1].Value <<= lcl_CalculateDir(dX, dY);
aShadowGrabBag[0].Name = "Attribs";
aShadowGrabBag[0].Value <<= aShadowAttribsGrabBag;
diff --git a/sc/source/ui/vba/vbaapplication.cxx b/sc/source/ui/vba/vbaapplication.cxx
index 70fca984f82d..9102d50afef7 100644
--- a/sc/source/ui/vba/vbaapplication.cxx
+++ b/sc/source/ui/vba/vbaapplication.cxx
@@ -151,7 +151,7 @@ ScVbaApplication::AddSink( const uno::Reference< XSink >& xSink )
// No harm in potentially calling this several times
SC_MOD()->RegisterAutomationApplicationEventsCaller( uno::Reference< XSinkCaller >(this) );
mvSinks.push_back(xSink);
- return mvSinks.size();;
+ return mvSinks.size();
}
void
diff --git a/svtools/source/dialogs/colrdlg.cxx b/svtools/source/dialogs/colrdlg.cxx
index bd2cc410f61f..8f9c01104936 100644
--- a/svtools/source/dialogs/colrdlg.cxx
+++ b/svtools/source/dialogs/colrdlg.cxx
@@ -65,7 +65,7 @@ short SvColorDialog::Execute(weld::Window* pParent)
Reference<css::awt::XWindow> xParent;
if (pParent)
- xParent = pParent->GetXWindow();;
+ xParent = pParent->GetXWindow();
Reference< XExecutableDialog > xDialog = css::cui::ColorPicker::createWithParent(xContext, xParent);
Reference< XPropertyAccess > xPropertyAccess( xDialog, UNO_QUERY_THROW );
diff --git a/sw/source/ui/vba/vbaapplication.cxx b/sw/source/ui/vba/vbaapplication.cxx
index eae06b29457a..8eacf19b6ae2 100644
--- a/sw/source/ui/vba/vbaapplication.cxx
+++ b/sw/source/ui/vba/vbaapplication.cxx
@@ -107,7 +107,7 @@ SwVbaApplication::AddSink( const uno::Reference< XSink >& xSink )
// No harm in potentially calling this several times
SW_MOD()->RegisterAutomationApplicationEventsCaller( uno::Reference< XSinkCaller >(this) );
mvSinks.push_back(xSink);
- return mvSinks.size();;
+ return mvSinks.size();
}
void
diff --git a/sw/source/ui/vba/vbadocument.cxx b/sw/source/ui/vba/vbadocument.cxx
index 851920b56005..557b5bb9ca1c 100644
--- a/sw/source/ui/vba/vbadocument.cxx
+++ b/sw/source/ui/vba/vbadocument.cxx
@@ -98,7 +98,7 @@ SwVbaDocument::AddSink( const uno::Reference< XSink >& xSink )
{
word::getDocShell( mxModel )->RegisterAutomationDocumentEventsCaller( uno::Reference< XSinkCaller >(this) );
mvSinks.push_back(xSink);
- return mvSinks.size();;
+ return mvSinks.size();
}
void
More information about the Libreoffice-commits
mailing list