This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new 6bcc9fe0e9 Remove second semicolon (work in progress)
6bcc9fe0e9 is described below
commit 6bcc9fe0e9ad8e3adcad10b35c622961480f57f3
Author: mseidel <[email protected]>
AuthorDate: Fri Apr 18 13:17:56 2025 +0200
Remove second semicolon (work in progress)
---
main/accessibility/source/standard/vclxaccessibletoolbox.cxx | 2 +-
main/connectivity/source/drivers/adabas/BDriver.cxx | 2 +-
main/cui/source/options/optsave.cxx | 2 +-
main/dbaccess/source/core/misc/DatabaseDataProvider.cxx | 2 +-
main/desktop/win32/source/setup/setup.cpp | 2 +-
main/editeng/source/misc/unolingu.cxx | 4 ++--
main/extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx | 2 +-
main/filter/source/flash/swfwriter1.cxx | 2 +-
main/filter/source/msfilter/eschesdo.cxx | 4 ++--
main/filter/source/t602/t602filter.cxx | 2 +-
main/framework/source/fwe/helper/undomanagerhelper.cxx | 2 +-
main/framework/source/uielement/toolbarmanager.cxx | 2 +-
main/jvmfwk/source/elements.cxx | 2 +-
main/registry/test/testregcpp.cxx | 2 +-
main/sal/qa/osl/pipe/osl_Pipe.cxx | 2 +-
main/sc/source/ui/undo/undodat.cxx | 2 +-
main/sd/source/filter/ppt/pptin.cxx | 2 +-
main/sd/source/ui/animations/SlideTransitionPane.cxx | 2 +-
main/sfx2/source/appl/appopen.cxx | 2 +-
main/sfx2/source/view/viewfrm.cxx | 2 +-
.../source/engine/transitions/slidetransitionfactory.cxx | 2 +-
main/starmath/source/cfgitem.cxx | 2 +-
main/svtools/source/control/headbar.cxx | 2 +-
main/svtools/source/dialogs/property.cxx | 2 +-
main/svtools/source/uno/unoiface.cxx | 2 +-
main/svx/source/form/fmsrcimp.cxx | 2 +-
main/svx/source/items/numfmtsh.cxx | 2 +-
main/sw/source/core/layout/findfrm.cxx | 2 +-
main/sw/source/core/text/itrcrsr.cxx | 2 +-
main/sw/source/core/text/pormulti.cxx | 2 +-
main/sw/source/core/undo/rolbck.cxx | 2 +-
main/sw/source/core/unocore/unocrsrhelper.cxx | 4 ++--
main/sw/source/filter/html/parcss1.cxx | 2 +-
main/sw/source/filter/html/swhtml.cxx | 2 +-
main/sw/source/ui/app/docsh.cxx | 2 +-
main/sw/source/ui/shells/drwtxtex.cxx | 2 +-
main/sw/source/ui/uiview/viewling.cxx | 2 +-
main/sw/source/ui/uno/unomod.cxx | 2 +-
main/sw/source/ui/vba/vbadocumentproperties.cxx | 2 +-
main/testtools/source/bridgetest/cli/cli_cpp_bridgetest.cxx | 2 +-
main/tools/source/generic/poly.cxx | 6 +++---
main/unotools/source/ucbhelper/ucblockbytes.cxx | 8 ++++----
main/vcl/aqua/source/gdi/salnativewidgets.cxx | 2 +-
main/vcl/source/gdi/pngread.cxx | 2 +-
main/vcl/unx/generic/fontmanager/parseAFM.cxx | 2 +-
45 files changed, 53 insertions(+), 53 deletions(-)
diff --git a/main/accessibility/source/standard/vclxaccessibletoolbox.cxx
b/main/accessibility/source/standard/vclxaccessibletoolbox.cxx
index 390a47335c..ff921d9816 100644
--- a/main/accessibility/source/standard/vclxaccessibletoolbox.cxx
+++ b/main/accessibility/source/standard/vclxaccessibletoolbox.cxx
@@ -440,7 +440,7 @@ void VCLXAccessibleToolBox::UpdateAllItems_Impl()
for ( i = 0; i < nCount; ++i )
{
Any aNewValue;
- aNewValue <<= getAccessibleChild( (sal_Int32)i );;
+ aNewValue <<= getAccessibleChild( (sal_Int32)i );
NotifyAccessibleEvent( AccessibleEventId::CHILD, Any(),
aNewValue );
}
}
diff --git a/main/connectivity/source/drivers/adabas/BDriver.cxx
b/main/connectivity/source/drivers/adabas/BDriver.cxx
index e819999572..2d64eaf262 100644
--- a/main/connectivity/source/drivers/adabas/BDriver.cxx
+++ b/main/connectivity/source/drivers/adabas/BDriver.cxx
@@ -593,7 +593,7 @@ oslGenericFunction ODriver::getOdbcFunction(sal_Int32
_nIndex) const
switch(_nIndex)
{
case ODBC3SQLAllocHandle:
- pFunction = (oslGenericFunction)pODBC3SQLAllocHandle;;
+ pFunction = (oslGenericFunction)pODBC3SQLAllocHandle;
break;
case ODBC3SQLConnect:
pFunction = (oslGenericFunction)pODBC3SQLConnect;
diff --git a/main/cui/source/options/optsave.cxx
b/main/cui/source/options/optsave.cxx
index e33622abe0..95aa0c5477 100644
--- a/main/cui/source/options/optsave.cxx
+++ b/main/cui/source/options/optsave.cxx
@@ -303,7 +303,7 @@ bool SfxSaveTabPage::AcceptFilter( sal_uInt16 nPos )
{
bAlien = pImpl->aAlienArr[nPos][nFilter];
bODF = pImpl->aODFArr[nPos][nFilter];
- sUIName = pUIFilters[nFilter];;
+ sUIName = pUIFilters[nFilter];
break;
}
}
diff --git a/main/dbaccess/source/core/misc/DatabaseDataProvider.cxx
b/main/dbaccess/source/core/misc/DatabaseDataProvider.cxx
index 9eff4cfef1..73a97fced6 100644
--- a/main/dbaccess/source/core/misc/DatabaseDataProvider.cxx
+++ b/main/dbaccess/source/core/misc/DatabaseDataProvider.cxx
@@ -305,7 +305,7 @@ uno::Any
DatabaseDataProvider::impl_getNumberFormatKey_nothrow(const ::rtl::OUSt
uno::Reference< chart2::data::XDataSequence > SAL_CALL
DatabaseDataProvider::createDataSequenceByRangeRepresentation(const
::rtl::OUString & _sRangeRepresentation) throw (uno::RuntimeException,
lang::IllegalArgumentException)
{
osl::MutexGuard g(m_aMutex);
- uno::Reference< chart2::data::XDataSequence > xData =
m_xInternal->createDataSequenceByRangeRepresentation(_sRangeRepresentation);;
+ uno::Reference< chart2::data::XDataSequence > xData =
m_xInternal->createDataSequenceByRangeRepresentation(_sRangeRepresentation);
uno::Reference<beans::XPropertySet> xProp(xData,uno::UNO_QUERY);
const static ::rtl::OUString
s_sNumberFormatKey(RTL_CONSTASCII_USTRINGPARAM("NumberFormatKey"));
if ( xProp.is() &&
xProp->getPropertySetInfo()->hasPropertyByName(s_sNumberFormatKey) )
diff --git a/main/desktop/win32/source/setup/setup.cpp
b/main/desktop/win32/source/setup/setup.cpp
index c1a41d79bc..2b6166e910 100644
--- a/main/desktop/win32/source/setup/setup.cpp
+++ b/main/desktop/win32/source/setup/setup.cpp
@@ -1644,7 +1644,7 @@ boolean SetupAppX::GetCmdLineParameters( LPTSTR *pCmdLine
)
return false;
}
else
- return true;;
+ return true;
}
//--------------------------------------------------------------------------
diff --git a/main/editeng/source/misc/unolingu.cxx
b/main/editeng/source/misc/unolingu.cxx
index 6e4ab8f7b6..7ebed0db9d 100644
--- a/main/editeng/source/misc/unolingu.cxx
+++ b/main/editeng/source/misc/unolingu.cxx
@@ -278,8 +278,8 @@ void SvxLinguConfigUpdate::UpdateAll( sal_Bool bForceCheck )
Sequence< OUString > aAvailSvcs(
xLngSvcMgr->getAvailableServices( aService, aLocale ));
#if OSL_DEBUG_LEVEL > 1
- const OUString * pCfgSvcs = aCfgSvcs.getConstArray();;
- const OUString * pAvailSvcs = aAvailSvcs.getConstArray();;
+ const OUString * pCfgSvcs = aCfgSvcs.getConstArray();
+ const OUString * pAvailSvcs = aAvailSvcs.getConstArray();
(void) pCfgSvcs;
(void) pAvailSvcs;
#endif
diff --git a/main/extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx
b/main/extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx
index e66029f139..78e2374ac7 100644
--- a/main/extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx
+++ b/main/extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx
@@ -328,7 +328,7 @@ namespace pcr
implGetAvailableDataTypeNames( aListEntries );
aDescriptor.PrimaryButtonId =
rtl::OUString::createFromAscii(UID_PROP_ADD_DATA_TYPE);
- aDescriptor.SecondaryButtonId =
rtl::OUString::createFromAscii(UID_PROP_REMOVE_DATA_TYPE);;
+ aDescriptor.SecondaryButtonId =
rtl::OUString::createFromAscii(UID_PROP_REMOVE_DATA_TYPE);
aDescriptor.HasPrimaryButton = aDescriptor.HasSecondaryButton =
sal_True;
aDescriptor.PrimaryButtonImageURL = ::rtl::OUString(
RTL_CONSTASCII_USTRINGPARAM(
"private:graphicrepository/extensions/res/buttonplus.png" ) );
aDescriptor.SecondaryButtonImageURL = ::rtl::OUString(
RTL_CONSTASCII_USTRINGPARAM(
"private:graphicrepository/extensions/res/buttonminus.png" ) );
diff --git a/main/filter/source/flash/swfwriter1.cxx
b/main/filter/source/flash/swfwriter1.cxx
index 23e6e3702e..109f27d6ee 100644
--- a/main/filter/source/flash/swfwriter1.cxx
+++ b/main/filter/source/flash/swfwriter1.cxx
@@ -879,7 +879,7 @@ sal_uInt16 Writer::defineBitmap( const BitmapEx &bmpSource,
sal_Int32 nJPEGQuali
}
//Figure out JPEG size
- const sal_uInt8* pJpgData = NULL;;
+ const sal_uInt8* pJpgData = NULL;
sal_uInt32 nJpgDataLength = 0xffffffff;
Graphic aGraphic( bmpSource );
diff --git a/main/filter/source/msfilter/eschesdo.cxx
b/main/filter/source/msfilter/eschesdo.cxx
index 14c3e9565d..9b117b2e94 100644
--- a/main/filter/source/msfilter/eschesdo.cxx
+++ b/main/filter/source/msfilter/eschesdo.cxx
@@ -350,7 +350,7 @@ sal_uInt32 ImplEESdrWriter::ImplWriteShape(
ImplEESdrObject& rObj,
{
mpEscherEx->OpenContainer( ESCHER_SpContainer );
ADD_SHAPE( ESCHER_ShpInst_Ellipse, 0xa00 );
// Flags: Connector | HasSpt
- aPropOpt.CreateFillProperties( rObj.mXPropSet,
sal_True );;
+ aPropOpt.CreateFillProperties( rObj.mXPropSet,
sal_True );
}
else
{
@@ -1135,7 +1135,7 @@ ImplEESdrObject::ImplEESdrObject( ImplEscherExSdr& rEx,
{
// why not declare a const parameter if the object will
// not be modified?
- mXShape = uno::Reference< drawing::XShape >::query(
((SdrObject*)&rObj)->getUnoShape() );;
+ mXShape = uno::Reference< drawing::XShape >::query(
((SdrObject*)&rObj)->getUnoShape() );
Init( rEx );
}
}
diff --git a/main/filter/source/t602/t602filter.cxx
b/main/filter/source/t602/t602filter.cxx
index c7bbe655c7..ccfbec54f8 100644
--- a/main/filter/source/t602/t602filter.cxx
+++ b/main/filter/source/t602/t602filter.cxx
@@ -178,7 +178,7 @@ T602ImportFilter::~T602ImportFilter()
(aData[1] != 'C') || (aData[2] != 'T') || (aData[3] != ' '))
return ::rtl::OUString();
- return rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "writer_T602_Document"
) );;
+ return rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "writer_T602_Document"
) );
}
// XFilter
diff --git a/main/framework/source/fwe/helper/undomanagerhelper.cxx
b/main/framework/source/fwe/helper/undomanagerhelper.cxx
index e66db3e69b..74dd87d867 100644
--- a/main/framework/source/fwe/helper/undomanagerhelper.cxx
+++ b/main/framework/source/fwe/helper/undomanagerhelper.cxx
@@ -625,7 +625,7 @@ namespace framework
size_t nContextElements = 0;
- const bool isHiddenContext = m_aContextVisibilities.top();;
+ const bool isHiddenContext = m_aContextVisibilities.top();
m_aContextVisibilities.pop();
const bool bHadRedoActions = ( rUndoManager.GetRedoActionCount(
IUndoManager::TopLevel ) > 0 );
diff --git a/main/framework/source/uielement/toolbarmanager.cxx
b/main/framework/source/uielement/toolbarmanager.cxx
index 453d9c1ffe..2358318dc9 100644
--- a/main/framework/source/uielement/toolbarmanager.cxx
+++ b/main/framework/source/uielement/toolbarmanager.cxx
@@ -308,7 +308,7 @@ ToolBarManager::ToolBarManager( const Reference<
XMultiServiceFactory >& rServic
idx++; // will become 0 if '/' not found: use full string
::rtl::OString aHelpIdAsString( HELPID_PREFIX_TESTTOOL );
::rtl::OUString aToolbarName = rResourceName.copy( idx );
- aHelpIdAsString += rtl::OUStringToOString( aToolbarName,
RTL_TEXTENCODING_UTF8 );;
+ aHelpIdAsString += rtl::OUStringToOString( aToolbarName,
RTL_TEXTENCODING_UTF8 );
m_pToolBar->SetHelpId( aHelpIdAsString );
m_aAsyncUpdateControllersTimer.SetTimeout( 50 );
diff --git a/main/jvmfwk/source/elements.cxx b/main/jvmfwk/source/elements.cxx
index 0395586291..9284269545 100644
--- a/main/jvmfwk/source/elements.cxx
+++ b/main/jvmfwk/source/elements.cxx
@@ -295,7 +295,7 @@ void NodeJava::load()
sNil = xmlGetNsProp(
cur, (xmlChar*) "nil", (xmlChar*) NS_SCHEMA_INSTANCE);
if (sNil == NULL)
- throw FrameworkException(JFW_E_ERROR, sExcMsg);;
+ throw FrameworkException(JFW_E_ERROR, sExcMsg);
if (xmlStrcmp(sNil, (xmlChar*) "false") == 0)
{
CXmlCharPtr sEnabled( xmlNodeListGetString(
diff --git a/main/registry/test/testregcpp.cxx
b/main/registry/test/testregcpp.cxx
index 1a72023488..45aa3bb4b0 100644
--- a/main/registry/test/testregcpp.cxx
+++ b/main/registry/test/testregcpp.cxx
@@ -405,7 +405,7 @@ void test_registry_CppApi()
// Link Test
//
- REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/myFourthKey/X"),
key7), "test_registry_CppApi error 7c)");;
+ REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/myFourthKey/X"),
key7), "test_registry_CppApi error 7c)");
REG_ENSURE(!key6.createLink(OUString::createFromAscii("myFirstLink"),
OUString::createFromAscii("/myFourthKey/X")), "test_registry_CppApi error 7d");
REG_ENSURE(!key6.createKey(OUString::createFromAscii("mySixthSubKey"),
key7), "test_registry_CppApi error 7e");
diff --git a/main/sal/qa/osl/pipe/osl_Pipe.cxx
b/main/sal/qa/osl/pipe/osl_Pipe.cxx
index a3338cb8ec..8072d786bd 100644
--- a/main/sal/qa/osl/pipe/osl_Pipe.cxx
+++ b/main/sal/qa/osl/pipe/osl_Pipe.cxx
@@ -538,7 +538,7 @@ namespace osl_StreamPipe
/** testing the methods:
inline StreamPipe();
- inline StreamPipe(oslPipe Pipe);;
+ inline StreamPipe(oslPipe Pipe);
inline StreamPipe(const StreamPipe& Pipe);
inline StreamPipe(const ::rtl::OUString& strName, oslPipeOptions
Options = osl_Pipe_OPEN);
inline StreamPipe(const ::rtl::OUString& strName, oslPipeOptions
Options, const Security &rSec );
diff --git a/main/sc/source/ui/undo/undodat.cxx
b/main/sc/source/ui/undo/undodat.cxx
index 8df5aeb1fb..67c674e5a6 100644
--- a/main/sc/source/ui/undo/undodat.cxx
+++ b/main/sc/source/ui/undo/undodat.cxx
@@ -1479,7 +1479,7 @@ ScUndoRepeatDB::ScUndoRepeatDB( ScDocShell* pNewDocShell,
SCTAB nNewTab,
{
aOldQuery = *pOldQ;
aNewQuery = *pNewQ;
- bQuerySize = sal_True;;
+ bQuerySize = sal_True;
}
}
diff --git a/main/sd/source/filter/ppt/pptin.cxx
b/main/sd/source/filter/ppt/pptin.cxx
index 5d5936ccd6..4e5879edf0 100644
--- a/main/sd/source/filter/ppt/pptin.cxx
+++ b/main/sd/source/filter/ppt/pptin.cxx
@@ -1888,7 +1888,7 @@ void ImplSdPPTImport::ImportPageEffect( SdPage* pPage,
const sal_Bool bNewAnimat
for( ;aIter != aEnd; aIter++ )
{
- Ppt97AnimationPtr pPpt97Animation = (*aIter).second;;
+ Ppt97AnimationPtr pPpt97Animation = (*aIter).second;
if( pPpt97Animation.get() )
pPpt97Animation->createAndSetCustomAnimationEffect(
(*aIter).first );
}
diff --git a/main/sd/source/ui/animations/SlideTransitionPane.cxx
b/main/sd/source/ui/animations/SlideTransitionPane.cxx
index c56d77df1d..2a4487b5bc 100644
--- a/main/sd/source/ui/animations/SlideTransitionPane.cxx
+++ b/main/sd/source/ui/animations/SlideTransitionPane.cxx
@@ -547,7 +547,7 @@ void SlideTransitionPane::UpdateLook (void)
{
SetBackground(::sfx2::sidebar::Theme::GetWallpaper(::sfx2::sidebar::Theme::Paint_PanelBackground));
maFL_APPLY_TRANSITION.SetBackground(Wallpaper());
- maFL_MODIFY_TRANSITION.SetBackground(Wallpaper());;
+ maFL_MODIFY_TRANSITION.SetBackground(Wallpaper());
maFT_SPEED.SetBackground(Wallpaper());
maFT_SOUND.SetBackground(Wallpaper());
maFL_ADVANCE_SLIDE.SetBackground(Wallpaper());
diff --git a/main/sfx2/source/appl/appopen.cxx
b/main/sfx2/source/appl/appopen.cxx
index 4b58708caa..d6f8a29df3 100644
--- a/main/sfx2/source/appl/appopen.cxx
+++ b/main/sfx2/source/appl/appopen.cxx
@@ -1279,7 +1279,7 @@ void SfxApplication::OpenDocExec_Impl( SfxRequest& rReq )
xTrans->parseStrict( aURL );
Reference < XDispatchProvider > xProv( xTargetFrame, UNO_QUERY );
- Reference < XDispatch > xDisp = xProv.is() ? xProv->queryDispatch(
aURL, aTarget, FrameSearchFlag::ALL ) : Reference < XDispatch >();;
+ Reference < XDispatch > xDisp = xProv.is() ? xProv->queryDispatch(
aURL, aTarget, FrameSearchFlag::ALL ) : Reference < XDispatch >();
RTL_LOGFILE_PRODUCT_CONTEXT( aLog2, "PERFORMANCE -
SfxApplication::OpenDocExec_Impl" );
if ( xDisp.is() )
xDisp->dispatch( aURL, aArgs );
diff --git a/main/sfx2/source/view/viewfrm.cxx
b/main/sfx2/source/view/viewfrm.cxx
index 1b1d28b860..82faace16a 100644
--- a/main/sfx2/source/view/viewfrm.cxx
+++ b/main/sfx2/source/view/viewfrm.cxx
@@ -2553,7 +2553,7 @@ void SfxViewFrame::ExecView_Impl
{
pViewShell->DoVerb( pItem->GetValue() );
rReq.Done();
- break;;
+ break;
}
}
}
diff --git
a/main/slideshow/source/engine/transitions/slidetransitionfactory.cxx
b/main/slideshow/source/engine/transitions/slidetransitionfactory.cxx
index b1f324103c..4ccf61dabb 100644
--- a/main/slideshow/source/engine/transitions/slidetransitionfactory.cxx
+++ b/main/slideshow/source/engine/transitions/slidetransitionfactory.cxx
@@ -112,7 +112,7 @@ class PluginSlideChange: public SlideChangeBase
~TransitionViewPair()
{
mxTransition.clear();
- mpView.reset();;
+ mpView.reset();
}
void update( double t )
diff --git a/main/starmath/source/cfgitem.cxx b/main/starmath/source/cfgitem.cxx
index 411f3a28bc..cdc82f4b4c 100644
--- a/main/starmath/source/cfgitem.cxx
+++ b/main/starmath/source/cfgitem.cxx
@@ -780,7 +780,7 @@ void SmMathConfig::SaveFontFormatList()
aNodeNameDelim += aFntFmtId;
aNodeNameDelim += aDelim;
- const OUString *pName = aNames.getConstArray();;
+ const OUString *pName = aNames.getConstArray();
// Name
pVal->Name = aNodeNameDelim;
diff --git a/main/svtools/source/control/headbar.cxx
b/main/svtools/source/control/headbar.cxx
index 0f4a7e1a1c..fcb927e06f 100644
--- a/main/svtools/source/control/headbar.cxx
+++ b/main/svtools/source/control/headbar.cxx
@@ -600,7 +600,7 @@ void HeaderBar::ImplDrawItem( OutputDevice* pDev,
else if ( nBits & HIB_BOTTOM )
nArrowY =
aRect.Bottom()-HEAD_ARROWSIZE2-1;
else
- nArrowY =
aRect.Top()+((aRect.GetHeight()-HEAD_ARROWSIZE2)/2);;
+ nArrowY =
aRect.Top()+((aRect.GetHeight()-HEAD_ARROWSIZE2)/2);
}
nArrowY -= HEAD_ARROWSIZE1-1;
if ( nBits & HIB_DOWNARROW )
diff --git a/main/svtools/source/dialogs/property.cxx
b/main/svtools/source/dialogs/property.cxx
index 3fea8a5596..9acce69562 100644
--- a/main/svtools/source/dialogs/property.cxx
+++ b/main/svtools/source/dialogs/property.cxx
@@ -857,7 +857,7 @@ void SvListBoxForProperties::UpdatePlayGround()
{
nStart=(sal_uInt16)nThumbPos;
nEnd=(sal_uInt16)(nThumbPos-nDelta);
- aPEnd.Y()=(nThumbPos-nDelta)*nRowHeight;;
+ aPEnd.Y()=(nThumbPos-nDelta)*nRowHeight;
}
aSize.Height()=nRowHeight;
diff --git a/main/svtools/source/uno/unoiface.cxx
b/main/svtools/source/uno/unoiface.cxx
index 99f032f4d7..3272877f4f 100644
--- a/main/svtools/source/uno/unoiface.cxx
+++ b/main/svtools/source/uno/unoiface.cxx
@@ -1513,7 +1513,7 @@ RMItemData SVTXRoadmap::GetRMItemData( const
::com::sun::star::container::Contai
aValue =
xPropertySet->getPropertyValue(::rtl::OUString::createFromAscii( "Enabled" ));
aValue >>= aCurRMItemData.b_Enabled;
}
- return aCurRMItemData;;
+ return aCurRMItemData;
}
void SVTXRoadmap::elementInserted( const
::com::sun::star::container::ContainerEvent& _rEvent
)throw(::com::sun::star::uno::RuntimeException)
diff --git a/main/svx/source/form/fmsrcimp.cxx
b/main/svx/source/form/fmsrcimp.cxx
index d1458706f7..61ca3a7fc6 100644
--- a/main/svx/source/form/fmsrcimp.cxx
+++ b/main/svx/source/form/fmsrcimp.cxx
@@ -901,7 +901,7 @@ void FmSearchEngine::Init(const ::rtl::OUString&
sVisibleFields)
}
}
// set the field selection back to the first
- pFieldNames = seqFieldNames.getArray();;
+ pFieldNames = seqFieldNames.getArray();
DBG_ASSERT(nFoundIndex != -1, "FmSearchEngine::Init : Invalid
field name were given !");
m_arrFieldMapping.push_back(nFoundIndex);
}
diff --git a/main/svx/source/items/numfmtsh.cxx
b/main/svx/source/items/numfmtsh.cxx
index a01c1fb80d..047d0a49d2 100644
--- a/main/svx/source/items/numfmtsh.cxx
+++ b/main/svx/source/items/numfmtsh.cxx
@@ -827,7 +827,7 @@ short SvxNumberFormatShell::FillEListWithSysCurrencys(
SvStrings& rList,short nS
// short nIq=0;
NfIndexTableOffset eOffsetStart=NF_CURRENCY_START;
- NfIndexTableOffset eOffsetEnd=NF_CURRENCY_END;;
+ NfIndexTableOffset eOffsetEnd=NF_CURRENCY_END;
long nIndex;
for(nIndex=eOffsetStart;nIndex<=eOffsetEnd;nIndex++)
diff --git a/main/sw/source/core/layout/findfrm.cxx
b/main/sw/source/core/layout/findfrm.cxx
index e85c0d3ff2..c93bbc2b64 100644
--- a/main/sw/source/core/layout/findfrm.cxx
+++ b/main/sw/source/core/layout/findfrm.cxx
@@ -1082,7 +1082,7 @@ SwCntntFrm* SwFrm::_FindPrevCnt( const bool _bInSameFtn )
{
// current content frame is the first content in
the
// footnote - no previous content exists.
- pPrevCntntFrm = 0L;;
+ pPrevCntntFrm = 0L;
}
}
}
diff --git a/main/sw/source/core/text/itrcrsr.cxx
b/main/sw/source/core/text/itrcrsr.cxx
index 4d2f67978e..9ab5de654e 100644
--- a/main/sw/source/core/text/itrcrsr.cxx
+++ b/main/sw/source/core/text/itrcrsr.cxx
@@ -701,7 +701,7 @@ void SwTxtCursor::_GetCharRect( SwRect* pOrig, const
xub_StrLen nOfst,
{
pLastBidiPor = (SwBidiPortion*)pPor;
nLastBidiPorWidth = pLastBidiPor->Width() +
- pLastBidiPor->CalcSpacing(
nSpaceAdd, aInf );;
+ pLastBidiPor->CalcSpacing(
nSpaceAdd, aInf );
}
}
diff --git a/main/sw/source/core/text/pormulti.cxx
b/main/sw/source/core/text/pormulti.cxx
index 512b39c68c..c15617f0f5 100644
--- a/main/sw/source/core/text/pormulti.cxx
+++ b/main/sw/source/core/text/pormulti.cxx
@@ -579,7 +579,7 @@ sal_Bool SwDoubleLinePortion::ChgSpaceAdd( SwLineLayout*
pCurr,
void SwDoubleLinePortion::ResetSpaceAdd( SwLineLayout* pCurr )
{
- pCurr->RemoveFirstLLSpaceAdd();;
+ pCurr->RemoveFirstLLSpaceAdd();
if( !pCurr->GetLLSpaceAddCount() )
pCurr->FinishSpaceAdd();
}
diff --git a/main/sw/source/core/undo/rolbck.cxx
b/main/sw/source/core/undo/rolbck.cxx
index f1f98e030a..7b6c60dd0d 100644
--- a/main/sw/source/core/undo/rolbck.cxx
+++ b/main/sw/source/core/undo/rolbck.cxx
@@ -287,7 +287,7 @@ SwHistorySetTxtFld::SwHistorySetTxtFld( SwTxtFld* pTxtFld,
sal_uLong nNodePos )
String SwHistorySetTxtFld::GetDescription() const
{
- return m_pFld->GetField()->GetDescription();;
+ return m_pFld->GetField()->GetDescription();
}
SwHistorySetTxtFld::~SwHistorySetTxtFld()
diff --git a/main/sw/source/core/unocore/unocrsrhelper.cxx
b/main/sw/source/core/unocore/unocrsrhelper.cxx
index 3dc815223a..61dc99034f 100644
--- a/main/sw/source/core/unocore/unocrsrhelper.cxx
+++ b/main/sw/source/core/unocore/unocrsrhelper.cxx
@@ -560,7 +560,7 @@ sal_Bool getCrsrPropertyValue(
}
eNewState =
aCharStyles.getLength() ?
- PropertyState_DIRECT_VALUE :
PropertyState_DEFAULT_VALUE;;
+ PropertyState_DIRECT_VALUE :
PropertyState_DEFAULT_VALUE;
if(pAny)
(*pAny) <<= aCharStyles;
}
@@ -640,7 +640,7 @@ void setNumberingProperty(const Any& rValue, SwPaM& rPam)
SwCharFmt* pCharFmt = 0;
for(sal_uInt16 nCharFmt = 0; nCharFmt < nChCount;
nCharFmt++)
{
- SwCharFmt& rChFmt =
*((*(pDoc->GetCharFmts()))[nCharFmt]);;
+ SwCharFmt& rChFmt =
*((*(pDoc->GetCharFmts()))[nCharFmt]);
if(rChFmt.GetName() == pNewCharStyles[i])
{
pCharFmt = &rChFmt;
diff --git a/main/sw/source/filter/html/parcss1.cxx
b/main/sw/source/filter/html/parcss1.cxx
index 08df544e56..e64a6ebee5 100644
--- a/main/sw/source/filter/html/parcss1.cxx
+++ b/main/sw/source/filter/html/parcss1.cxx
@@ -207,7 +207,7 @@ CSS1Token CSS1Parser::GetNextToken()
{
case '{':
if( !cQuoteCh
&& !bOldEscape )
-
nBlockLvl++;;
+
nBlockLvl++;
break;
case ';':
if( !cQuoteCh
&& !bOldEscape )
diff --git a/main/sw/source/filter/html/swhtml.cxx
b/main/sw/source/filter/html/swhtml.cxx
index fa0cb8fbf6..7512f3f101 100644
--- a/main/sw/source/filter/html/swhtml.cxx
+++ b/main/sw/source/filter/html/swhtml.cxx
@@ -2512,7 +2512,7 @@ ViewShell *SwHTMLParser::CallEndAction( sal_Bool
bChkAction, sal_Bool bChkPtr )
const sal_Bool bOldLock = pActionViewShell->IsViewLocked();
pActionViewShell->LockView( sal_True );
const sal_Bool bOldEndActionByVirDev =
pActionViewShell->IsEndActionByVirDev();
- pActionViewShell->SetEndActionByVirDev( sal_True );;
+ pActionViewShell->SetEndActionByVirDev( sal_True );
((SwEditShell*)pActionViewShell)->EndAction();
pActionViewShell->SetEndActionByVirDev( bOldEndActionByVirDev );
pActionViewShell->LockView( bOldLock );
diff --git a/main/sw/source/ui/app/docsh.cxx b/main/sw/source/ui/app/docsh.cxx
index 7f0166534c..6dbaa40b62 100644
--- a/main/sw/source/ui/app/docsh.cxx
+++ b/main/sw/source/ui/app/docsh.cxx
@@ -644,7 +644,7 @@ sal_Bool SwDocShell::ConvertTo( SfxMedium& rMedium )
}
// --> FME 2007-5-7 #i76360# Update document statistics
- SwDocStat aDocStat( mpDoc->GetDocStat() );;
+ SwDocStat aDocStat( mpDoc->GetDocStat() );
mpDoc->UpdateDocStat( aDocStat );
// <--
CalcLayoutForOLEObjects(); // format for OLE objets
diff --git a/main/sw/source/ui/shells/drwtxtex.cxx
b/main/sw/source/ui/shells/drwtxtex.cxx
index 2e27095a0e..cd564439c8 100644
--- a/main/sw/source/ui/shells/drwtxtex.cxx
+++ b/main/sw/source/ui/shells/drwtxtex.cxx
@@ -638,7 +638,7 @@ void SwDrawTextShell::GetState(SfxItemSet& rSet)
{
case SID_LANGUAGE_STATUS://20412:
{
- nSlotId =
SwLangHelper::GetLanguageStatus(pOLV,rSet);;
+ nSlotId =
SwLangHelper::GetLanguageStatus(pOLV,rSet);
break;
}
diff --git a/main/sw/source/ui/uiview/viewling.cxx
b/main/sw/source/ui/uiview/viewling.cxx
index 6dfef6ced4..605640bbdf 100644
--- a/main/sw/source/ui/uiview/viewling.cxx
+++ b/main/sw/source/ui/uiview/viewling.cxx
@@ -192,7 +192,7 @@ void SwView::ExecLingu(SfxRequest &rReq)
const SwPosition
*pPoint = pWrtShell->GetCrsr()->GetPoint();
sal_Bool bRestoreCursor
= pPoint->nNode.GetNode().IsTxtNode();
const SwNodeIndex
aPointNodeIndex( pPoint->nNode );
- xub_StrLen nPointIndex
= pPoint->nContent.GetIndex();;
+ xub_StrLen nPointIndex
= pPoint->nContent.GetIndex();
// since this
conversion is not interactive the whole converted
// document should be
undone in a single undo step.
diff --git a/main/sw/source/ui/uno/unomod.cxx b/main/sw/source/ui/uno/unomod.cxx
index 747e1d0ea7..09f7b301b7 100644
--- a/main/sw/source/ui/uno/unomod.cxx
+++ b/main/sw/source/ui/uno/unomod.cxx
@@ -211,7 +211,7 @@ static ChainablePropertySetInfo *
lcl_createPrintSettingsInfo()
Reference< uno::XInterface > SAL_CALL SwXModule_createInstance(
const Reference< XMultiServiceFactory > & /*rSMgr*/) throw( Exception )
{
- static Reference< uno::XInterface > xModule = (cppu::OWeakObject*)new
SwXModule();;
+ static Reference< uno::XInterface > xModule = (cppu::OWeakObject*)new
SwXModule();
return xModule;
}
/* -----------------------------17.04.01 13:11--------------------------------
diff --git a/main/sw/source/ui/vba/vbadocumentproperties.cxx
b/main/sw/source/ui/vba/vbadocumentproperties.cxx
index 2443fa0748..931d61ea02 100644
--- a/main/sw/source/ui/vba/vbadocumentproperties.cxx
+++ b/main/sw/source/ui/vba/vbadocumentproperties.cxx
@@ -345,7 +345,7 @@ rtl::OUString
SwVbaCustomDocumentProperty::getLinkSource( ) throw
(script::BasicErrorException, uno::RuntimeException)
{
// #FIXME we need to store the link content somewhere
- return rtl::OUString();;
+ return rtl::OUString();
}
void
diff --git a/main/testtools/source/bridgetest/cli/cli_cpp_bridgetest.cxx
b/main/testtools/source/bridgetest/cli/cli_cpp_bridgetest.cxx
index 80d7ca9e0a..40c70333bf 100644
--- a/main/testtools/source/bridgetest/cli/cli_cpp_bridgetest.cxx
+++ b/main/testtools/source/bridgetest/cli/cli_cpp_bridgetest.cxx
@@ -914,7 +914,7 @@ static bool raiseException(XBridgeTest* xLBT )
static 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/tools/source/generic/poly.cxx
b/main/tools/source/generic/poly.cxx
index 2147fc730a..7d064cc784 100644
--- a/main/tools/source/generic/poly.cxx
+++ b/main/tools/source/generic/poly.cxx
@@ -636,8 +636,8 @@ Polygon::Polygon( const Point& rBezPt1, const Point&
rCtrlPt1,
const double fY0 = rBezPt1.Y();
const double fX1 = 3.0 * rCtrlPt1.X();
const double fY1 = 3.0 * rCtrlPt1.Y();
- const double fX2 = 3.0 * rCtrlPt2.X();;
- const double fY2 = 3.0 * rCtrlPt2.Y();;
+ const double fX2 = 3.0 * rCtrlPt2.X();
+ const double fY2 = 3.0 * rCtrlPt2.Y();
const double fX3 = rBezPt2.X();
const double fY3 = rBezPt2.Y();
@@ -1868,7 +1868,7 @@ sal_Bool Polygon::operator==( const Polygon& rPoly ) const
sal_Bool Polygon::IsEqual( const Polygon& rPoly ) const
{
- sal_Bool bIsEqual = sal_True;;
+ sal_Bool bIsEqual = sal_True;
sal_uInt16 i;
if ( GetSize() != rPoly.GetSize() )
bIsEqual = sal_False;
diff --git a/main/unotools/source/ucbhelper/ucblockbytes.cxx
b/main/unotools/source/ucbhelper/ucblockbytes.cxx
index 1adf9ebbed..83b7f21486 100644
--- a/main/unotools/source/ucbhelper/ucblockbytes.cxx
+++ b/main/unotools/source/ucbhelper/ucblockbytes.cxx
@@ -1637,7 +1637,7 @@ IMPL_LINK( UcbLockBytes, DataAvailHdl, void*, EMPTYARG )
UcbLockBytesRef UcbLockBytes::CreateInputLockBytes( const Reference<
XInputStream >& xInputStream )
{
if( !xInputStream.is() )
- return NULL;;
+ return NULL;
UcbLockBytesRef xLockBytes = new UcbLockBytes();
xLockBytes->setDontClose_Impl();
@@ -1649,7 +1649,7 @@ UcbLockBytesRef UcbLockBytes::CreateInputLockBytes( const
Reference< XInputStrea
UcbLockBytesRef UcbLockBytes::CreateLockBytes( const Reference< XStream >&
xStream )
{
if( !xStream.is() )
- return NULL;;
+ return NULL;
UcbLockBytesRef xLockBytes = new UcbLockBytes();
xLockBytes->setDontClose_Impl();
@@ -1662,7 +1662,7 @@ UcbLockBytesRef UcbLockBytes::CreateLockBytes( const
Reference < XContent >& xCo
const Reference < XInputStream >& xPostData, const Reference <
XInteractionHandler >& xInteractionHandler, UcbLockBytesHandler* pHandler )
{
if( !xContent.is() )
- return NULL;;
+ return NULL;
UcbLockBytesRef xLockBytes = new UcbLockBytes( pHandler );
xLockBytes->SetSynchronMode( !pHandler );
@@ -1701,7 +1701,7 @@ UcbLockBytesRef UcbLockBytes::CreateLockBytes( const
Reference < XContent >& xCo
StreamMode eOpenMode, const Reference < XInteractionHandler >&
xInteractionHandler, UcbLockBytesHandler* pHandler )
{
if( !xContent.is() )
- return NULL;;
+ return NULL;
UcbLockBytesRef xLockBytes = new UcbLockBytes( pHandler );
xLockBytes->SetSynchronMode( !pHandler );
diff --git a/main/vcl/aqua/source/gdi/salnativewidgets.cxx
b/main/vcl/aqua/source/gdi/salnativewidgets.cxx
index 9c7598a7a8..df0f75fbab 100644
--- a/main/vcl/aqua/source/gdi/salnativewidgets.cxx
+++ b/main/vcl/aqua/source/gdi/salnativewidgets.cxx
@@ -798,7 +798,7 @@ sal_Bool AquaSalGraphics::drawNativeControl(ControlType
nType,
{
aTrackDraw.bounds = rc;
aTrackDraw.min = pSLVal->mnMin;
- aTrackDraw.max = pSLVal->mnMax;;
+ aTrackDraw.max = pSLVal->mnMax;
aTrackDraw.value = pSLVal->mnCur;
aTrackDraw.reserved = 0;
aTrackDraw.attributes = kThemeTrackShowThumb;
diff --git a/main/vcl/source/gdi/pngread.cxx b/main/vcl/source/gdi/pngread.cxx
index 59d6f57de3..eb503bd998 100644
--- a/main/vcl/source/gdi/pngread.cxx
+++ b/main/vcl/source/gdi/pngread.cxx
@@ -301,7 +301,7 @@ bool PNGReaderImpl::ReadNextChunk()
return false;
// calculate chunktype CRC (swap it back to original byte order)
- sal_uInt32 nChunkType = mnChunkType;;
+ sal_uInt32 nChunkType = mnChunkType;
#if defined(__LITTLEENDIAN) || defined(OSL_LITENDIAN)
nChunkType = SWAPLONG( nChunkType );
#endif
diff --git a/main/vcl/unx/generic/fontmanager/parseAFM.cxx
b/main/vcl/unx/generic/fontmanager/parseAFM.cxx
index 4676d62693..86b4359237 100644
--- a/main/vcl/unx/generic/fontmanager/parseAFM.cxx
+++ b/main/vcl/unx/generic/fontmanager/parseAFM.cxx
@@ -924,7 +924,7 @@ static int parseCharMetrics( FileInputStream* fp, FontInfo*
fi)
(*tail)->lig = (char *)strdup(keyword);
break; }
case ENDCHARMETRICS:
- cont = false;;
+ cont = false;
break;
case ENDFONTMETRICS:
cont = false;