This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new 41983ec945 Remove second semicolon (work in progress)
41983ec945 is described below
commit 41983ec945fa3d1f15cc6dfc0cf1e99db902ac80
Author: mseidel <[email protected]>
AuthorDate: Thu Apr 17 23:50:05 2025 +0200
Remove second semicolon (work in progress)
(cherry picked from commit be099857c44bb1fbf755162d20fc038093b5bb7a)
---
main/basic/source/sbx/sbxexec.cxx | 2 +-
main/chart2/source/tools/LifeTime.cxx | 10 +++++-----
main/cli_ure/qa/climaker/climaker.cs | 2 +-
main/codemaker/source/codemaker/exceptiontree.cxx | 2 +-
main/codemaker/source/codemaker/typemanager.cxx | 2 +-
main/comphelper/source/misc/interaction.cxx | 2 +-
main/comphelper/source/misc/stillreadwriteinteraction.cxx | 2 +-
main/connectivity/source/drivers/ado/adoimp.cxx | 2 +-
main/extensions/source/propctrlr/editpropertyhandler.cxx | 2 +-
main/extensions/test/ole/cpptest/cpptest.cxx | 2 +-
main/forms/source/misc/componenttools.cxx | 2 +-
main/framework/source/uielement/statusbaritem.cxx | 4 ++--
main/i18npool/source/textconversion/textconversion_ko.cxx | 2 +-
main/idlc/source/idlc.cxx | 2 +-
main/linguistic/source/dlistimp.cxx | 2 +-
main/oox/source/ppt/pptimport.cxx | 2 +-
main/rdbmaker/source/codemaker/typemanager.cxx | 2 +-
main/registry/inc/registry/registry.hxx | 2 +-
main/sal/osl/w32/process.cxx | 2 +-
main/sal/systools/win32/uwinapi/GetLongPathName.cpp | 4 ++--
main/sc/source/filter/xml/xmlnexpi.cxx | 2 +-
main/sc/source/ui/docshell/olinefun.cxx | 4 ++--
main/sd/source/ui/dlg/prltempl.cxx | 2 +-
main/sd/source/ui/view/drawview.cxx | 2 +-
main/setup_native/source/win32/stwrapper/stwrapper.cxx | 14 +++++++-------
main/sfx2/source/appl/helpinterceptor.cxx | 2 +-
main/sfx2/source/bastyp/progress.cxx | 2 +-
main/sfx2/source/config/evntconf.cxx | 2 +-
main/shell/source/cmdmail/syscmdmail.cxx | 2 +-
main/shell/source/win32/sysmail/sysmailclient.cxx | 2 +-
main/slideshow/source/engine/shapes/viewmediashape.cxx | 4 ++--
main/svl/source/config/asiancfg.cxx | 2 +-
main/svx/source/stbctrls/zoomsliderctrl.cxx | 6 +++---
main/svx/source/table/propertyset.cxx | 2 +-
main/sw/sdi/_textsh.sdi | 2 +-
main/sw/source/core/doc/docsort.cxx | 2 +-
main/sw/source/core/docnode/finalthreadmanager.cxx | 2 +-
main/sw/source/core/text/txthyph.cxx | 2 +-
main/sw/source/core/undo/unins.cxx | 2 +-
main/sw/source/core/unocore/unoframe.cxx | 2 +-
main/sw/source/ui/inc/swcont.hxx | 2 +-
main/sw/source/ui/misc/pgfnote.cxx | 2 +-
main/sw/source/ui/uiview/viewprt.cxx | 2 +-
main/sw/source/ui/uno/unotxdoc.cxx | 4 ++--
main/testtools/source/bridgetest/cli/cli_cs_bridgetest.cs | 2 +-
main/ucbhelper/source/provider/providerhelper.cxx | 2 +-
main/vbahelper/source/vbahelper/vbapagesetupbase.cxx | 8 ++++----
main/vcl/aqua/source/window/salobj.cxx | 2 +-
main/vcl/source/window/toolbox.cxx | 2 +-
main/vcl/unx/generic/app/i18n_ic.cxx | 2 +-
main/vcl/unx/kde4/KDESalGraphics.cxx | 2 +-
main/xml2cmp/source/x2cclass/xml_cdff.cxx | 2 +-
main/xml2cmp/source/xcd/xmltree.cxx | 6 +++---
main/xmlsecurity/source/xmlsec/saxhelper.cxx | 2 +-
54 files changed, 76 insertions(+), 76 deletions(-)
diff --git a/main/basic/source/sbx/sbxexec.cxx
b/main/basic/source/sbx/sbxexec.cxx
index 18d12f08bb..94bde6ca01 100644
--- a/main/basic/source/sbx/sbxexec.cxx
+++ b/main/basic/source/sbx/sbxexec.cxx
@@ -387,7 +387,7 @@ SbxVariable* SbxObject::FindQualified( const XubString&
rName, SbxClassType t )
const xub_Unicode* p = rName.GetBuffer();
p = SkipWhitespace( p );
if( !*p )
- return NULL;;
+ return NULL;
pVar = QualifiedName( this, this, &p, t );
p = SkipWhitespace( p );
if( *p )
diff --git a/main/chart2/source/tools/LifeTime.cxx
b/main/chart2/source/tools/LifeTime.cxx
index ca45cc38b6..df483983e0 100644
--- a/main/chart2/source/tools/LifeTime.cxx
+++ b/main/chart2/source/tools/LifeTime.cxx
@@ -141,7 +141,7 @@ bool LifeTimeManager::impl_isDisposed( bool bAssert )
//--do the disposing of listeners after calling this method
{
uno::Reference< lang::XComponent > xComponent =
- uno::Reference< lang::XComponent >(m_pComponent);;
+ uno::Reference< lang::XComponent >(m_pComponent);
if(xComponent.is())
{
// notify XCLoseListeners
@@ -234,12 +234,12 @@ bool CloseableLifeTimeManager::impl_isDisposedOrClosed(
bool bAssert )
try
{
uno::Reference< util::XCloseable > xCloseable =
- uno::Reference< util::XCloseable >(m_pCloseable);;
+ uno::Reference< util::XCloseable >(m_pCloseable);
if(xCloseable.is())
{
//--call queryClosing on all registered close listeners
::cppu::OInterfaceContainerHelper* pIC =
m_aListenerContainer.getContainer(
- ::getCppuType((const
uno::Reference< util::XCloseListener >*)0) );;
+ ::getCppuType((const
uno::Reference< util::XCloseListener >*)0) );
if( pIC )
{
//lang::EventObject aEvent( static_cast<
util::XCloseable*>(xCloseable) );
@@ -363,12 +363,12 @@ bool CloseableLifeTimeManager::impl_isDisposedOrClosed(
bool bAssert )
uno::Reference< util::XCloseable > xCloseable=NULL;
try
{
- xCloseable = uno::Reference< util::XCloseable >(m_pCloseable);;
+ xCloseable = uno::Reference< util::XCloseable >(m_pCloseable);
if(xCloseable.is())
{
//--call notifyClosing on all registered close listeners
::cppu::OInterfaceContainerHelper* pIC =
m_aListenerContainer.getContainer(
- ::getCppuType((const
uno::Reference< util::XCloseListener >*)0) );;
+ ::getCppuType((const
uno::Reference< util::XCloseListener >*)0) );
if( pIC )
{
//lang::EventObject aEvent( static_cast<
util::XCloseable*>(xCloseable) );
diff --git a/main/cli_ure/qa/climaker/climaker.cs
b/main/cli_ure/qa/climaker/climaker.cs
index 10e68c21a8..ed691ce2ea 100644
--- a/main/cli_ure/qa/climaker/climaker.cs
+++ b/main/cli_ure/qa/climaker/climaker.cs
@@ -1282,7 +1282,7 @@ public sealed class Test
l.assure(aXComponent == outXComponent);
l.assure(aSeqBool == outSeqBool);
- bool inoutBool = false;;
+ bool inoutBool = false;
byte inoutByte = 10;
short inoutShort = 11;
ushort inoutUShort = 12;
diff --git a/main/codemaker/source/codemaker/exceptiontree.cxx
b/main/codemaker/source/codemaker/exceptiontree.cxx
index 9919dd4961..9ba59d4367 100644
--- a/main/codemaker/source/codemaker/exceptiontree.cxx
+++ b/main/codemaker/source/codemaker/exceptiontree.cxx
@@ -85,7 +85,7 @@ void ExceptionTree::add(rtl::OString const & name,
TypeManager const & manager)
break;
}
for (ExceptionTreeNode::Children::iterator j(
- node->children.begin());;
+ node->children.begin());
++j)
{
if (j == node->children.end()) {
diff --git a/main/codemaker/source/codemaker/typemanager.cxx
b/main/codemaker/source/codemaker/typemanager.cxx
index 09490dfb5a..99c780010b 100644
--- a/main/codemaker/source/codemaker/typemanager.cxx
+++ b/main/codemaker/source/codemaker/typemanager.cxx
@@ -54,7 +54,7 @@ sal_Int32 TypeManager::release()
{
delete m_pImpl;
}
- return refCount;;
+ return refCount;
}
sal_Bool TypeManager::isBaseType(const ::rtl::OString& name)
diff --git a/main/comphelper/source/misc/interaction.cxx
b/main/comphelper/source/misc/interaction.cxx
index 184b14eaf0..f54a02d8d1 100644
--- a/main/comphelper/source/misc/interaction.cxx
+++ b/main/comphelper/source/misc/interaction.cxx
@@ -40,7 +40,7 @@ namespace comphelper
//--------------------------------------------------------------------
void SAL_CALL OInteractionPassword::setPassword( const ::rtl::OUString&
_Password ) throw (RuntimeException)
{
- m_sPassword = _Password;;
+ m_sPassword = _Password;
}
//--------------------------------------------------------------------
diff --git a/main/comphelper/source/misc/stillreadwriteinteraction.cxx
b/main/comphelper/source/misc/stillreadwriteinteraction.cxx
index bcde217b5c..ea3c34a71f 100644
--- a/main/comphelper/source/misc/stillreadwriteinteraction.cxx
+++ b/main/comphelper/source/misc/stillreadwriteinteraction.cxx
@@ -133,7 +133,7 @@ ucbhelper::InterceptedInteraction::EInterceptionState
StillReadWriteInteraction:
return ::ucbhelper::InterceptedInteraction::E_INTERCEPTED;
}
else //simply abort
- bAbort = sal_True;;
+ bAbort = sal_True;
}
break;
}
diff --git a/main/connectivity/source/drivers/ado/adoimp.cxx
b/main/connectivity/source/drivers/ado/adoimp.cxx
index 5f012ab5dc..36d5d838f5 100644
--- a/main/connectivity/source/drivers/ado/adoimp.cxx
+++ b/main/connectivity/source/drivers/ado/adoimp.cxx
@@ -82,7 +82,7 @@ OLEString& ADOS::GetKeyStr()
// -------------------------------------------------------------------------
sal_Int32 ADOS::MapADOType2Jdbc(DataTypeEnum eType)
{
- sal_Int32 nType = DataType::VARCHAR;;
+ sal_Int32 nType = DataType::VARCHAR;
switch (eType)
{
case adUnsignedSmallInt:
diff --git a/main/extensions/source/propctrlr/editpropertyhandler.cxx
b/main/extensions/source/propctrlr/editpropertyhandler.cxx
index f5f01a6b85..5ec45edb0b 100644
--- a/main/extensions/source/propctrlr/editpropertyhandler.cxx
+++ b/main/extensions/source/propctrlr/editpropertyhandler.cxx
@@ -264,7 +264,7 @@ namespace pcr
if ( implHaveTextTypeProperty() )
aInterestingActuatingProps.push_back( PROPERTY_TEXTTYPE );
aInterestingActuatingProps.push_back( PROPERTY_MULTILINE );
- return Sequence< ::rtl::OUString >(
&(*aInterestingActuatingProps.begin()), aInterestingActuatingProps.size() );;
+ return Sequence< ::rtl::OUString >(
&(*aInterestingActuatingProps.begin()), aInterestingActuatingProps.size() );
}
//--------------------------------------------------------------------
diff --git a/main/extensions/test/ole/cpptest/cpptest.cxx
b/main/extensions/test/ole/cpptest/cpptest.cxx
index 3b3784dc89..9f01e66b8c 100644
--- a/main/extensions/test/ole/cpptest/cpptest.cxx
+++ b/main/extensions/test/ole/cpptest/cpptest.cxx
@@ -95,7 +95,7 @@ HRESULT doTest()
args[3]= _variant_t(L"private:factory/swriter");
args[2]= _variant_t(L"Test");
args[1]= _variant_t((long) 40);
- args[0].vt= VT_ARRAY | VT_DISPATCH;;
+ args[0].vt= VT_ARRAY | VT_DISPATCH;
args[0].parray= ar;
if (FAILED(hr= dispDesk.InvokeN(L"loadComponentFromURL", args, 4,
&varRet)))
{
diff --git a/main/forms/source/misc/componenttools.cxx
b/main/forms/source/misc/componenttools.cxx
index a37c336f6d..e27b465e24 100644
--- a/main/forms/source/misc/componenttools.cxx
+++ b/main/forms/source/misc/componenttools.cxx
@@ -103,7 +103,7 @@ namespace frm
Reference< XModel > getXModel( const Reference< XInterface >&
_rxComponent )
{
Reference< XInterface > xParent = _rxComponent;
- Reference< XModel > xModel( xParent, UNO_QUERY );;
+ Reference< XModel > xModel( xParent, UNO_QUERY );
while ( xParent.is() && !xModel.is() )
{
Reference< XChild > xChild( xParent, UNO_QUERY );
diff --git a/main/framework/source/uielement/statusbaritem.cxx
b/main/framework/source/uielement/statusbaritem.cxx
index 999cd5926d..24f53e1245 100644
--- a/main/framework/source/uielement/statusbaritem.cxx
+++ b/main/framework/source/uielement/statusbaritem.cxx
@@ -173,7 +173,7 @@ throw (RuntimeException)
vos::OGuard aSolarGuard( Application::GetSolarMutex() );
osl::MutexGuard aGuard( m_aMutex );
if ( m_pStatusBar )
- m_pStatusBar->SetItemText( m_nId, rText );;
+ m_pStatusBar->SetItemText( m_nId, rText );
}
OUString SAL_CALL StatusbarItem::getHelpText()
@@ -193,7 +193,7 @@ throw (RuntimeException)
vos::OGuard aSolarGuard( Application::GetSolarMutex() );
osl::MutexGuard aGuard( m_aMutex );
if ( m_pStatusBar )
- m_pStatusBar->SetHelpText( m_nId, rHelpText );;
+ m_pStatusBar->SetHelpText( m_nId, rHelpText );
}
OUString SAL_CALL StatusbarItem::getQuickHelpText()
diff --git a/main/i18npool/source/textconversion/textconversion_ko.cxx
b/main/i18npool/source/textconversion/textconversion_ko.cxx
index f0c6baa36e..935412a399 100644
--- a/main/i18npool/source/textconversion/textconversion_ko.cxx
+++ b/main/i18npool/source/textconversion/textconversion_ko.cxx
@@ -279,7 +279,7 @@ TextConversion_ko::getConversions( const OUString& aText,
sal_Int32 nStartPos, s
}
// found match
if (result.Candidates.hasElements()) {
- result.Boundary.startPos = start + nStartPos;;
+ result.Boundary.startPos = start + nStartPos;
result.Boundary.endPos = start + len + nStartPos;
return result;
}
diff --git a/main/idlc/source/idlc.cxx b/main/idlc/source/idlc.cxx
index 47963e853c..944252c089 100644
--- a/main/idlc/source/idlc.cxx
+++ b/main/idlc/source/idlc.cxx
@@ -278,7 +278,7 @@ sal_Bool Idlc::isDocValid()
{
if ( m_bGenerateDoc )
return m_bIsDocValid;
- return sal_False;;
+ return sal_False;
}
static Idlc* pStaticIdlc = NULL;
diff --git a/main/linguistic/source/dlistimp.cxx
b/main/linguistic/source/dlistimp.cxx
index 2f82438f91..9d5284df8f 100644
--- a/main/linguistic/source/dlistimp.cxx
+++ b/main/linguistic/source/dlistimp.cxx
@@ -729,7 +729,7 @@ void DicList::SaveDics()
{
// save (modified) dictionaries
DictionaryVec_t& rDicList = GetOrCreateDicList();
- size_t nCount = rDicList.size();;
+ size_t nCount = rDicList.size();
for (size_t i = 0; i < nCount; i++)
{
// save (modified) dictionaries
diff --git a/main/oox/source/ppt/pptimport.cxx
b/main/oox/source/ppt/pptimport.cxx
index da9a9d558e..93803a3df4 100644
--- a/main/oox/source/ppt/pptimport.cxx
+++ b/main/oox/source/ppt/pptimport.cxx
@@ -141,7 +141,7 @@ const oox::drawingml::table::TableStyleListPtr
PowerPointImport::getTableStyles(
importFragment( new
oox::drawingml::table::TableStyleListFragmentHandler(
*this, maTableStyleListPath, *mpTableStyleList ) );
}
- return mpTableStyleList;;
+ return mpTableStyleList;
}
::oox::drawingml::chart::ChartConverter& PowerPointImport::getChartConverter()
diff --git a/main/rdbmaker/source/codemaker/typemanager.cxx
b/main/rdbmaker/source/codemaker/typemanager.cxx
index 2d0f1d6d55..9c30f0515a 100644
--- a/main/rdbmaker/source/codemaker/typemanager.cxx
+++ b/main/rdbmaker/source/codemaker/typemanager.cxx
@@ -50,7 +50,7 @@ sal_Int32 TypeManager::release()
{
delete m_pImpl;
}
- return refCount;;
+ return refCount;
}
RegistryTypeManager::RegistryTypeManager()
diff --git a/main/registry/inc/registry/registry.hxx
b/main/registry/inc/registry/registry.hxx
index 248912a865..7653cc650d 100644
--- a/main/registry/inc/registry/registry.hxx
+++ b/main/registry/inc/registry/registry.hxx
@@ -839,7 +839,7 @@ inline ::rtl::OUString RegistryKey::getName()
::rtl::OUString sRet;
if (m_registry.isValid())
m_registry.m_pApi->getKeyName(m_hImpl, &sRet.pData);
- return sRet;;
+ return sRet;
}
inline RegError RegistryKey::createKey(const ::rtl::OUString& keyName,
diff --git a/main/sal/osl/w32/process.cxx b/main/sal/osl/w32/process.cxx
index b95f508ee4..ecec6276fd 100644
--- a/main/sal/osl/w32/process.cxx
+++ b/main/sal/osl/w32/process.cxx
@@ -448,7 +448,7 @@ oslProcessError SAL_CALL osl_getProcessWorkingDir(
rtl_uString **pustrWorkingDir
if ( dwLen && dwLen < aBuffer.getBufSizeInSymbols() )
{
oslFileError eError;
- rtl_uString *ustrTemp = NULL;;
+ rtl_uString *ustrTemp = NULL;
rtl_uString_newFromStr_WithLength( &ustrTemp, aBuffer, dwLen );
eError = osl_getFileURLFromSystemPath( ustrTemp,
pustrWorkingDir );
diff --git a/main/sal/systools/win32/uwinapi/GetLongPathName.cpp
b/main/sal/systools/win32/uwinapi/GetLongPathName.cpp
index 069b805414..1d7ce9413a 100644
--- a/main/sal/systools/win32/uwinapi/GetLongPathName.cpp
+++ b/main/sal/systools/win32/uwinapi/GetLongPathName.cpp
@@ -51,7 +51,7 @@
_tcscpy( szFilePath, lpShortPath );
_tcscat( szFilePath, TEXT("*.*") );
- hFind = FindFirstFile( szFilePath, &aFindFileData );;
+ hFind = FindFirstFile( szFilePath, &aFindFileData );
aFindFileData.cFileName[0] = 0;
}
else
@@ -63,7 +63,7 @@
_tcscpy( szFilePath, lpShortPath );
_tcscat( szFilePath, TEXT("\\*.*") );
- hFind = FindFirstFile( szFilePath,
&aFindFileData );;
+ hFind = FindFirstFile( szFilePath,
&aFindFileData );
aFindFileData.cFileName[0] = 0;
}
}
diff --git a/main/sc/source/filter/xml/xmlnexpi.cxx
b/main/sc/source/filter/xml/xmlnexpi.cxx
index d036c8b765..a546407814 100644
--- a/main/sc/source/filter/xml/xmlnexpi.cxx
+++ b/main/sc/source/filter/xml/xmlnexpi.cxx
@@ -240,7 +240,7 @@ SvXMLImportContext
*ScXMLNamedExpressionContext::CreateChildContext( sal_uInt16
switch( rTokenMap.Get( nPrefix, rLName ) )
{
}*/
- return new SvXMLImportContext( GetImport(), nPrefix, rLName );;
+ return new SvXMLImportContext( GetImport(), nPrefix, rLName );
}
void ScXMLNamedExpressionContext::EndElement()
diff --git a/main/sc/source/ui/docshell/olinefun.cxx
b/main/sc/source/ui/docshell/olinefun.cxx
index f933b038f5..feb8e856af 100644
--- a/main/sc/source/ui/docshell/olinefun.cxx
+++ b/main/sc/source/ui/docshell/olinefun.cxx
@@ -307,9 +307,9 @@ sal_Bool ScOutlineDocFunc::AutoOutline( const ScRange&
rRange, sal_Bool bRecord,
SCCOLROW nCol1, nCol2, nRow1, nRow2;
pTable->GetColArray()->GetRange( nCol1, nCol2 );
pTable->GetRowArray()->GetRange( nRow1, nRow2 );
- SCCOL nOutStartCol = static_cast<SCCOL>(nCol1);;
+ SCCOL nOutStartCol = static_cast<SCCOL>(nCol1);
SCROW nOutStartRow = nRow1;
- SCCOL nOutEndCol = static_cast<SCCOL>(nCol2);;
+ SCCOL nOutEndCol = static_cast<SCCOL>(nCol2);
SCROW nOutEndRow = nRow2;
pUndoDoc = new ScDocument( SCDOCMODE_UNDO );
diff --git a/main/sd/source/ui/dlg/prltempl.cxx
b/main/sd/source/ui/dlg/prltempl.cxx
index 5c8a30bfa0..e8aeedf7c7 100644
--- a/main/sd/source/ui/dlg/prltempl.cxx
+++ b/main/sd/source/ui/dlg/prltempl.cxx
@@ -100,7 +100,7 @@ SdPresLayoutTemplateDlg::SdPresLayoutTemplateDlg(
SfxObjectShell* pDocSh,
aInputSet.Put( rStyleBase.GetItemSet() );
// need parent-relationship
- const SfxItemSet* pParentItemSet =
rStyleBase.GetItemSet().GetParent();;
+ const SfxItemSet* pParentItemSet =
rStyleBase.GetItemSet().GetParent();
if( pParentItemSet )
aInputSet.SetParent( pParentItemSet );
diff --git a/main/sd/source/ui/view/drawview.cxx
b/main/sd/source/ui/view/drawview.cxx
index 34bba0f450..f368cab5eb 100644
--- a/main/sd/source/ui/view/drawview.cxx
+++ b/main/sd/source/ui/view/drawview.cxx
@@ -540,7 +540,7 @@ void DrawView::PresPaint(const Region& rRegion)
sal_Bool DrawView::IsObjMarkable(SdrObject* pObj, SdrPageView* pPV) const
{
- return FmFormView::IsObjMarkable(pObj, pPV);;
+ return FmFormView::IsObjMarkable(pObj, pPV);
}
/*************************************************************************
diff --git a/main/setup_native/source/win32/stwrapper/stwrapper.cxx
b/main/setup_native/source/win32/stwrapper/stwrapper.cxx
index eb4feb6583..4bd907a8bc 100644
--- a/main/setup_native/source/win32/stwrapper/stwrapper.cxx
+++ b/main/setup_native/source/win32/stwrapper/stwrapper.cxx
@@ -279,13 +279,13 @@ int WINAPI _tWinMain( HINSTANCE /*hInstance*/, HINSTANCE,
LPTSTR, int )
TCHAR szProductSource[1024] = {0};
TCHAR szInstanceURN[1024] = {0};
-// -i) INSTANCE_URN="$2"; shift;
-// -t) TARGET_URN="$2"; shift;
-// -p) PRODUCT_NAME="$2"; shift;
-// -e) PRODUCT_VERSION="$2"; shift;
-// -P) PARENT_PRODUCT_NAME="$2"; shift;
-// -S) PRODUCT_SOURCE="$2"; shift;
-// "usage: $0 [-i <instance urn>] -p <product name> -e <product
version> -t <urn> -S <source> -P <parent product name>"
+// -i) INSTANCE_URN="$2"; shift;;
+// -t) TARGET_URN="$2"; shift;;
+// -p) PRODUCT_NAME="$2"; shift;;
+// -e) PRODUCT_VERSION="$2"; shift;;
+// -P) PARENT_PRODUCT_NAME="$2"; shift;;
+// -S) PRODUCT_SOURCE="$2"; shift;;
+// "usage: $0 [-i <instance urn>] -p <product name> -e <product
version> -t <urn> -S <source> -P <parent product name>"
int i = 1;
while ( i < nArgs )
diff --git a/main/sfx2/source/appl/helpinterceptor.cxx
b/main/sfx2/source/appl/helpinterceptor.cxx
index bdb5ca036b..46c66c78c5 100644
--- a/main/sfx2/source/appl/helpinterceptor.cxx
+++ b/main/sfx2/source/appl/helpinterceptor.cxx
@@ -239,7 +239,7 @@ Sequence< ::rtl::OUString > SAL_CALL
HelpInterceptor_Impl::getInterceptedURLs()
{
Sequence< ::rtl::OUString > aURLList( 1 );
aURLList[0] = DEFINE_CONST_UNICODE("vnd.sun.star.help://*");
- return aURLList;;
+ return aURLList;
}
// -----------------------------------------------------------------------
diff --git a/main/sfx2/source/bastyp/progress.cxx
b/main/sfx2/source/bastyp/progress.cxx
index 6dea6bd400..efacc2cfd1 100644
--- a/main/sfx2/source/bastyp/progress.cxx
+++ b/main/sfx2/source/bastyp/progress.cxx
@@ -175,7 +175,7 @@ SfxProgress::SfxProgress
bSuspended(sal_True)
{
pImp->bRunning = sal_True;
- pImp->bAllowRescheduling = Application::IsInExecute();;
+ pImp->bAllowRescheduling = Application::IsInExecute();
pImp->xObjSh = pObjSh;
pImp->aText = rText;
diff --git a/main/sfx2/source/config/evntconf.cxx
b/main/sfx2/source/config/evntconf.cxx
index 07f0a41376..1008e87ff4 100644
--- a/main/sfx2/source/config/evntconf.cxx
+++ b/main/sfx2/source/config/evntconf.cxx
@@ -169,7 +169,7 @@ uno::Any CreateEventData_Impl( const SvxMacro *pMacro )
uno::Sequence < beans::PropertyValue > aProperties(3);
beans::PropertyValue *pValues = aProperties.getArray();
- ::rtl::OUString aType =
::rtl::OUString::createFromAscii( STAR_BASIC );;
+ ::rtl::OUString aType =
::rtl::OUString::createFromAscii( STAR_BASIC );
::rtl::OUString aLib = pMacro->GetLibName();
::rtl::OUString aMacro = pMacro->GetMacName();
diff --git a/main/shell/source/cmdmail/syscmdmail.cxx
b/main/shell/source/cmdmail/syscmdmail.cxx
index 6d10208eaa..911518917b 100644
--- a/main/shell/source/cmdmail/syscmdmail.cxx
+++ b/main/shell/source/cmdmail/syscmdmail.cxx
@@ -71,7 +71,7 @@ namespace
const sal_Char *pStart = rStr.getStr();
const sal_Char *pFrom = pStart;
const sal_Int32 nLen = rStr.getLength();
- sal_Int32 nPrev = 0;;
+ sal_Int32 nPrev = 0;
do
{
rBuffer.append( pFrom, nIndex - nPrev );
diff --git a/main/shell/source/win32/sysmail/sysmailclient.cxx
b/main/shell/source/win32/sysmail/sysmailclient.cxx
index 6e7778c0c1..490498c9be 100644
--- a/main/shell/source/win32/sysmail/sysmailclient.cxx
+++ b/main/shell/source/win32/sysmail/sysmailclient.cxx
@@ -103,7 +103,7 @@ namespace /* private */
const sal_Unicode *pStart = rStr.getStr();
const sal_Unicode *pFrom = pStart;
const sal_Int32 nLen = rStr.getLength();
- sal_Int32 nPrev = 0;;
+ sal_Int32 nPrev = 0;
do
{
aBuffer.append( pFrom, nIndex - nPrev );
diff --git a/main/slideshow/source/engine/shapes/viewmediashape.cxx
b/main/slideshow/source/engine/shapes/viewmediashape.cxx
index 975feff805..f0c7968390 100644
--- a/main/slideshow/source/engine/shapes/viewmediashape.cxx
+++ b/main/slideshow/source/engine/shapes/viewmediashape.cxx
@@ -185,7 +185,7 @@ namespace slideshow
bool ViewMediaShape::render( const ::basegfx::B2DRectangle& rBounds
) const
{
- ::cppcanvas::CanvasSharedPtr pCanvas = mpViewLayer->getCanvas();;
+ ::cppcanvas::CanvasSharedPtr pCanvas = mpViewLayer->getCanvas();
if( !pCanvas )
return false;
@@ -205,7 +205,7 @@ namespace slideshow
{
maBounds = rNewBounds;
- ::cppcanvas::CanvasSharedPtr pCanvas = mpViewLayer->getCanvas();;
+ ::cppcanvas::CanvasSharedPtr pCanvas = mpViewLayer->getCanvas();
if( !pCanvas )
return false;
diff --git a/main/svl/source/config/asiancfg.cxx
b/main/svl/source/config/asiancfg.cxx
index a85ccfe607..2debd46e59 100644
--- a/main/svl/source/config/asiancfg.cxx
+++ b/main/svl/source/config/asiancfg.cxx
@@ -77,7 +77,7 @@ Sequence<OUString> lcl_GetPropertyNames()
OUString* pNames = aNames.getArray();
pNames[0] = C2U("IsKerningWesternTextOnly");
pNames[1] = C2U("CompressCharacterDistance");
- return aNames;;
+ return aNames;
}
// ---------------------------------------------------------------------------
SvxAsianConfig::SvxAsianConfig(sal_Bool bEnableNotify) :
diff --git a/main/svx/source/stbctrls/zoomsliderctrl.cxx
b/main/svx/source/stbctrls/zoomsliderctrl.cxx
index 740d9977bb..51a1788a24 100644
--- a/main/svx/source/stbctrls/zoomsliderctrl.cxx
+++ b/main/svx/source/stbctrls/zoomsliderctrl.cxx
@@ -95,7 +95,7 @@ sal_uInt16 SvxZoomSliderControl::Offset2Zoom( long nOffset )
const
sal_uInt16 nRet = 0;
if ( nOffset < nSliderXOffset )
- return mpImpl->mnMinZoom;;
+ return mpImpl->mnMinZoom;
if ( nOffset > nControlWidth - nSliderXOffset )
return mpImpl->mnMaxZoom;
@@ -346,7 +346,7 @@ void SvxZoomSliderControl::Paint( const UserDrawEvent&
rUsrEvt )
sal_Bool SvxZoomSliderControl::MouseButtonDown( const MouseEvent & rEvt )
{
if ( !mpImpl->mbValuesSet )
- return sal_True;;
+ return sal_True;
const Rectangle aControlRect = getControlRect();
const Point aPoint = rEvt.GetPosPixel();
@@ -403,7 +403,7 @@ sal_Bool SvxZoomSliderControl::MouseButtonDown( const
MouseEvent & rEvt )
sal_Bool SvxZoomSliderControl::MouseMove( const MouseEvent & rEvt )
{
if ( !mpImpl->mbValuesSet )
- return sal_True;;
+ return sal_True;
const short nButtons = rEvt.GetButtons();
diff --git a/main/svx/source/table/propertyset.cxx
b/main/svx/source/table/propertyset.cxx
index 348676a8ac..d7bd5bbc42 100644
--- a/main/svx/source/table/propertyset.cxx
+++ b/main/svx/source/table/propertyset.cxx
@@ -119,7 +119,7 @@ Property SAL_CALL FastPropertySetInfo::getPropertyByName(
const OUString& aName
sal_Bool SAL_CALL FastPropertySetInfo::hasPropertyByName( const OUString&
aName ) throw (RuntimeException)
{
- return hasProperty( aName ) != 0 ? sal_True : sal_False;;
+ return hasProperty( aName ) != 0 ? sal_True : sal_False;
}
//
-----------------------------------------------------------------------------
diff --git a/main/sw/sdi/_textsh.sdi b/main/sw/sdi/_textsh.sdi
index df729844e2..152ac7da77 100644
--- a/main/sw/sdi/_textsh.sdi
+++ b/main/sw/sdi/_textsh.sdi
@@ -1468,7 +1468,7 @@ interface BaseText
]
SID_ATTR_CHAR_LANGUAGE // status(final|play)
[
- ExecMethod = ExecTxtCtrl;;
+ ExecMethod = ExecTxtCtrl;
StateMethod = GetTxtFontCtrlState;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
diff --git a/main/sw/source/core/doc/docsort.cxx
b/main/sw/source/core/doc/docsort.cxx
index 7f3a6bc7e6..d0e70f89ad 100644
--- a/main/sw/source/core/doc/docsort.cxx
+++ b/main/sw/source/core/doc/docsort.cxx
@@ -529,7 +529,7 @@ sal_Bool SwDoc::SortTbl(const SwSelBoxes& rBoxes, const
SwSortOptions& rOpt)
_FndBox aFndBox( 0, 0 );
{
_FndPara aPara( rBoxes, &aFndBox );
- pTblNd->GetTable().GetTabLines().ForEach( &_FndLineCopyCol,
&aPara );;
+ pTblNd->GetTable().GetTabLines().ForEach( &_FndLineCopyCol,
&aPara );
}
if(!aFndBox.GetLines().Count())
diff --git a/main/sw/source/core/docnode/finalthreadmanager.cxx
b/main/sw/source/core/docnode/finalthreadmanager.cxx
index 0eaa836c84..4c724cc07a 100644
--- a/main/sw/source/core/docnode/finalthreadmanager.cxx
+++ b/main/sw/source/core/docnode/finalthreadmanager.cxx
@@ -390,7 +390,7 @@ void SAL_CALL FinalThreadManager::cancelAllJobs() throw
(css::uno::RuntimeExcept
if ( mpCancelJobsThread == 0 )
{
- mpCancelJobsThread = new CancelJobsThread( aThreads );;
+ mpCancelJobsThread = new CancelJobsThread( aThreads );
if ( !mpCancelJobsThread->create() )
{
// error handling
diff --git a/main/sw/source/core/text/txthyph.cxx
b/main/sw/source/core/text/txthyph.cxx
index 5f4284dfc8..282cacdc58 100644
--- a/main/sw/source/core/text/txthyph.cxx
+++ b/main/sw/source/core/text/txthyph.cxx
@@ -83,7 +83,7 @@ sal_Bool SwTxtFrm::Hyphenate( SwInterHyphInfo &rHyphInf )
ASSERT( ! IsVertical() || ! IsSwapped(),"swapped frame at
SwTxtFrm::Hyphenate" );
if( !pBreakIt->GetBreakIter().is() )
- return sal_False;;
+ return sal_False;
// Wir machen den Laden erstmal dicht:
ASSERT( !IsLocked(), "SwTxtFrm::Hyphenate: this is locked" );
// 4935: Der frame::Frame muss eine gueltige SSize haben!
diff --git a/main/sw/source/core/undo/unins.cxx
b/main/sw/source/core/undo/unins.cxx
index 7cabe9962f..f95e7357ca 100644
--- a/main/sw/source/core/undo/unins.cxx
+++ b/main/sw/source/core/undo/unins.cxx
@@ -374,7 +374,7 @@ void SwUndoInsert::RepeatImpl(::sw::RepeatContext &
rContext)
SwDoc & rDoc = rContext.GetDoc();
SwNodeIndex aNd( rDoc.GetNodes(), nNode );
- SwCntntNode* pCNd = aNd.GetNode().GetCntntNode();;
+ SwCntntNode* pCNd = aNd.GetNode().GetCntntNode();
if( !bIsAppend && 1 == nLen ) // >1 dann immer nur Text,
ansonsten Grafik/OLE/Text/...
{
diff --git a/main/sw/source/core/unocore/unoframe.cxx
b/main/sw/source/core/unocore/unoframe.cxx
index 4b90b31bf7..9247615eb1 100644
--- a/main/sw/source/core/unocore/unoframe.cxx
+++ b/main/sw/source/core/unocore/unoframe.cxx
@@ -3563,7 +3563,7 @@ void SAL_CALL SwXTextEmbeddedObject::release()throw()
::uno::Any SAL_CALL SwXTextEmbeddedObject::queryInterface( const uno::Type&
aType )
throw( uno::RuntimeException)
{
- ::uno::Any aRet = SwXFrame::queryInterface(aType);;
+ ::uno::Any aRet = SwXFrame::queryInterface(aType);
if(aRet.getValueType() == ::getCppuVoidType())
aRet = SwXTextEmbeddedObjectBaseClass::queryInterface(aType);
return aRet;
diff --git a/main/sw/source/ui/inc/swcont.hxx b/main/sw/source/ui/inc/swcont.hxx
index 0c8576a880..c60138323d 100644
--- a/main/sw/source/ui/inc/swcont.hxx
+++ b/main/sw/source/ui/inc/swcont.hxx
@@ -97,7 +97,7 @@ public:
//zuerst nach Position dann nach Name sortieren
return
nYPosition != rCont.nYPosition ?
nYPosition < rCont.nYPosition :
-
sContentName < rCont.sContentName;;
+
sContentName < rCont.sContentName;
}
long GetYPos() const {return nYPosition;}
diff --git a/main/sw/source/ui/misc/pgfnote.cxx
b/main/sw/source/ui/misc/pgfnote.cxx
index 2373f9f1c0..f9a9ed76a1 100644
--- a/main/sw/source/ui/misc/pgfnote.cxx
+++ b/main/sw/source/ui/misc/pgfnote.cxx
@@ -178,7 +178,7 @@ SwFootNotePage::SwFootNotePage(Window *pParent, const
SfxItemSet &rSet) :
SetMetric( aLineDistEdit, aMetric );
MeasurementSystem eSys =
SvtSysLocale().GetLocaleData().getMeasurementSystemEnum();
long nHeightValue = MEASURE_METRIC != eSys ? 1440 : 1134;
-
aMaxHeightEdit.SetValue(aMaxHeightEdit.Normalize(nHeightValue),FUNIT_TWIP);;
+
aMaxHeightEdit.SetValue(aMaxHeightEdit.Normalize(nHeightValue),FUNIT_TWIP);
aMaxHeightEdit.SetAccessibleRelationLabeledBy(&aMaxHeightBtn);
}
diff --git a/main/sw/source/ui/uiview/viewprt.cxx
b/main/sw/source/ui/uiview/viewprt.cxx
index 50c8654833..f21cccd165 100644
--- a/main/sw/source/ui/uiview/viewprt.cxx
+++ b/main/sw/source/ui/uiview/viewprt.cxx
@@ -245,7 +245,7 @@ void __EXPORT SwView::ExecutePrint(SfxRequest& rReq)
{
short nBtn = SvxPrtQryBox(&GetEditWin()).Execute();
if( RET_CANCEL == nBtn )
- return;;
+ return;
if( RET_OK == nBtn )
bPrintSelection = true;
diff --git a/main/sw/source/ui/uno/unotxdoc.cxx
b/main/sw/source/ui/uno/unotxdoc.cxx
index a2cb0de6ec..12fdadcf07 100644
--- a/main/sw/source/ui/uno/unotxdoc.cxx
+++ b/main/sw/source/ui/uno/unotxdoc.cxx
@@ -835,7 +835,7 @@ sal_Int32 SwXTextDocument::replaceAll(const Reference<
util::XSearchDescriptor >
else if(pSearch->bStyles)
{
SwTxtFmtColl *pSearchColl =
lcl_GetParaStyle(pSearch->sSearchText, pUnoCrsr->GetDoc());
- SwTxtFmtColl *pReplaceColl =
lcl_GetParaStyle(pSearch->sReplaceText, pUnoCrsr->GetDoc());;
+ SwTxtFmtColl *pReplaceColl =
lcl_GetParaStyle(pSearch->sReplaceText, pUnoCrsr->GetDoc());
sal_Bool bCancel;
nResult = pUnoCrsr->Find( *pSearchColl,
@@ -3353,7 +3353,7 @@ uno::Sequence< lang::Locale > SAL_CALL
SwXTextDocument::getDocumentLanguages(
for (sal_uInt16 i = 0; i < pColls->Count(); ++i)
{
const SwAttrSet &rAttrSet = (*pColls)[i]->GetAttrSet();
- LanguageType nLang = LANGUAGE_DONTKNOW;;
+ LanguageType nLang = LANGUAGE_DONTKNOW;
if (bLatin)
{
nLang = rAttrSet.GetLanguage( sal_False ).GetLanguage();
diff --git a/main/testtools/source/bridgetest/cli/cli_cs_bridgetest.cs
b/main/testtools/source/bridgetest/cli/cli_cs_bridgetest.cs
index 7591896bed..9a8e49d3e9 100644
--- a/main/testtools/source/bridgetest/cli/cli_cs_bridgetest.cs
+++ b/main/testtools/source/bridgetest/cli/cli_cs_bridgetest.cs
@@ -971,7 +971,7 @@ static bool raiseException(XBridgeTest xLBT )
private void perform_test( XBridgeTest xLBT )
{
- bool bRet= true;;
+ bool bRet= true;
bRet = check( performTest( xLBT ), "standard test" ) && bRet;
bRet = check( raiseException( xLBT ) , "exception test" )&& bRet;
bRet = check( raiseOnewayException( xLBT ), "oneway exception test" )
&& bRet;
diff --git a/main/ucbhelper/source/provider/providerhelper.cxx
b/main/ucbhelper/source/provider/providerhelper.cxx
index da74d3b361..266bf0a74f 100644
--- a/main/ucbhelper/source/provider/providerhelper.cxx
+++ b/main/ucbhelper/source/provider/providerhelper.cxx
@@ -182,7 +182,7 @@ sal_Int32 SAL_CALL
ContentProviderImplHelper::compareContentIds(
rtl::OUString aURL1( Id1->getContentIdentifier() );
rtl::OUString aURL2( Id2->getContentIdentifier() );
- return aURL1.compareTo( aURL2 );;
+ return aURL1.compareTo( aURL2 );
}
//=========================================================================
diff --git a/main/vbahelper/source/vbahelper/vbapagesetupbase.cxx
b/main/vbahelper/source/vbahelper/vbapagesetupbase.cxx
index e0977e3089..fdd3930727 100644
--- a/main/vbahelper/source/vbahelper/vbapagesetupbase.cxx
+++ b/main/vbahelper/source/vbahelper/vbapagesetupbase.cxx
@@ -150,7 +150,7 @@ double SAL_CALL VbaPageSetupBase::getRightMargin() throw
(css::uno::RuntimeExcep
{
}
- return Millimeter::getInPoints( rightMargin );;
+ return Millimeter::getInPoints( rightMargin );
}
void SAL_CALL VbaPageSetupBase::setRightMargin( double margin ) throw
(css::uno::RuntimeException)
@@ -180,7 +180,7 @@ double SAL_CALL VbaPageSetupBase::getLeftMargin() throw
(css::uno::RuntimeExcept
{
}
- return Millimeter::getInPoints( leftMargin );;
+ return Millimeter::getInPoints( leftMargin );
}
void SAL_CALL VbaPageSetupBase::setLeftMargin( double margin ) throw
(css::uno::RuntimeException)
@@ -209,7 +209,7 @@ double SAL_CALL VbaPageSetupBase::getHeaderMargin() throw
(css::uno::RuntimeExce
{
}
- return Millimeter::getInPoints( headerMargin );;
+ return Millimeter::getInPoints( headerMargin );
}
void SAL_CALL VbaPageSetupBase::setHeaderMargin( double margin ) throw
(css::uno::RuntimeException)
@@ -238,7 +238,7 @@ double SAL_CALL VbaPageSetupBase::getFooterMargin() throw
(css::uno::RuntimeExce
{
}
- return Millimeter::getInPoints( footerMargin );;
+ return Millimeter::getInPoints( footerMargin );
}
void SAL_CALL VbaPageSetupBase::setFooterMargin( double margin ) throw
(css::uno::RuntimeException)
diff --git a/main/vcl/aqua/source/window/salobj.cxx
b/main/vcl/aqua/source/window/salobj.cxx
index c3c6769bfc..0b616d3665 100644
--- a/main/vcl/aqua/source/window/salobj.cxx
+++ b/main/vcl/aqua/source/window/salobj.cxx
@@ -185,7 +185,7 @@ void AquaSalObject::setClippedPosSize()
aClipViewRect.size.height = mnClipHeight;
aClipPt.x = mnClipX;
if( mnClipY == 0 )
- aClipPt.y = mnHeight - mnClipHeight;;
+ aClipPt.y = mnHeight - mnClipHeight;
}
mpFrame->VCLToCocoa( aClipViewRect, false );
diff --git a/main/vcl/source/window/toolbox.cxx
b/main/vcl/source/window/toolbox.cxx
index b05098d13d..23fe53642b 100644
--- a/main/vcl/source/window/toolbox.cxx
+++ b/main/vcl/source/window/toolbox.cxx
@@ -2668,7 +2668,7 @@ void ToolBox::ImplFormat( sal_Bool bResize )
}
else
{
- maUpperRect.Top() = nTop+nMax+TB_SPIN_OFFSET;;
+ maUpperRect.Top() = nTop+nMax+TB_SPIN_OFFSET;
maUpperRect.Bottom() =
maUpperRect.Top()+TB_SPIN_SIZE-1;
maUpperRect.Left() = nLeft;
maLowerRect.Right() =
mnDX-mnRightBorder-mnBorderX-TB_BORDER_OFFSET2-1;
diff --git a/main/vcl/unx/generic/app/i18n_ic.cxx
b/main/vcl/unx/generic/app/i18n_ic.cxx
index cf6cce347f..8728161feb 100644
--- a/main/vcl/unx/generic/app/i18n_ic.cxx
+++ b/main/vcl/unx/generic/app/i18n_ic.cxx
@@ -201,7 +201,7 @@ SalI18N_InputContext::SalI18N_InputContext ( SalFrame
*pFrame ) :
maClientData.aText.pUnicodeBuffer =
(sal_Unicode*)malloc(PREEDIT_BUFSZ * sizeof(sal_Unicode));
maClientData.aText.pCharStyle =
- (XIMFeedback*)malloc(PREEDIT_BUFSZ * sizeof(XIMFeedback));;
+ (XIMFeedback*)malloc(PREEDIT_BUFSZ * sizeof(XIMFeedback));
maClientData.aText.nSize = PREEDIT_BUFSZ;
maClientData.aText.nCursorPos = 0;
maClientData.aText.nLength = 0;
diff --git a/main/vcl/unx/kde4/KDESalGraphics.cxx
b/main/vcl/unx/kde4/KDESalGraphics.cxx
index cb7fee823f..6fc1fb0448 100644
--- a/main/vcl/unx/kde4/KDESalGraphics.cxx
+++ b/main/vcl/unx/kde4/KDESalGraphics.cxx
@@ -249,7 +249,7 @@ sal_Bool KDESalGraphics::drawNativeControl( ControlType
type, ControlPart part,
OSL_ASSERT( value.getType() != CTRL_SPINBUTTONS );
const SpinbuttonValue* pSpinVal = static_cast<const SpinbuttonValue
*>(&value);
Rectangle aButtonRect( pSpinVal->maUpperRect);
- aButtonRect.Union( pSpinVal->maLowerRect );;
+ aButtonRect.Union( pSpinVal->maLowerRect );
widgetRect = QRect( aButtonRect.Left(), aButtonRect.Top(),
aButtonRect.Right(), aButtonRect.Bottom() );
}
diff --git a/main/xml2cmp/source/x2cclass/xml_cdff.cxx
b/main/xml2cmp/source/x2cclass/xml_cdff.cxx
index f508a580ce..449da151ee 100644
--- a/main/xml2cmp/source/x2cclass/xml_cdff.cxx
+++ b/main/xml2cmp/source/x2cclass/xml_cdff.cxx
@@ -131,7 +131,7 @@ CompDescrsFromAnXmlFile::Parse( const UniString &
i_sXmlFilePath )
//
Start new token:
pTokenStart = pBufferPosition;
nTokenLength = 0;
-
bWithinElement = TRUE;;
+
bWithinElement = TRUE;
}
else
{
diff --git a/main/xml2cmp/source/xcd/xmltree.cxx
b/main/xml2cmp/source/xcd/xmltree.cxx
index 82a1b9539d..9e8ed2a9e1 100644
--- a/main/xml2cmp/source/xcd/xmltree.cxx
+++ b/main/xml2cmp/source/xcd/xmltree.cxx
@@ -151,7 +151,7 @@ CompDescrList::Create_and_Add_NewElement()
void
CompDescrList::Get_SupportedServices( List< const MultipleTextElement * > &
o_rResult ) const
{
- unsigned i_max = aCDs.size();;
+ unsigned i_max = aCDs.size();
for (unsigned i = 0; i < i_max; ++i)
{
o_rResult.push_back(& aCDs[i]->SupportedServices());
@@ -161,7 +161,7 @@ CompDescrList::Get_SupportedServices( List< const
MultipleTextElement * > & o_rR
void
CompDescrList::Get_Types( List< const MultipleTextElement * > & o_rResult )
const
{
- unsigned i_max = aCDs.size();;
+ unsigned i_max = aCDs.size();
for (unsigned i = 0; i < i_max; ++i)
{
o_rResult.push_back(& aCDs[i]->Types());
@@ -171,7 +171,7 @@ CompDescrList::Get_Types( List< const MultipleTextElement *
> & o_rResult ) cons
void
CompDescrList::Get_ServiceDependencies( List< const MultipleTextElement * > &
o_rResult ) const
{
- unsigned i_max = aCDs.size();;
+ unsigned i_max = aCDs.size();
for (unsigned i = 0; i < i_max; ++i)
{
o_rResult.push_back(& aCDs[i]->ServiceDependencies());
diff --git a/main/xmlsecurity/source/xmlsec/saxhelper.cxx
b/main/xmlsecurity/source/xmlsec/saxhelper.cxx
index 40846767db..3ec3562e6d 100644
--- a/main/xmlsecurity/source/xmlsec/saxhelper.cxx
+++ b/main/xmlsecurity/source/xmlsec/saxhelper.cxx
@@ -100,7 +100,7 @@ const xmlChar** attrlist_to_nxmlstr( const cssu::Sequence<
cssxcsax::XMLAttribut
const xmlChar** attrs = NULL ;
rtl::OUString oustr ;
- sal_Int32 nLength = aAttributes.getLength();;
+ sal_Int32 nLength = aAttributes.getLength();
if( nLength != 0 )
{