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 94f40e846a Remove second semicolon (work in progress)
94f40e846a is described below

commit 94f40e846ad5ad50c2a5a04ce7779e4e0d5135df
Author: mseidel <[email protected]>
AuthorDate: Thu Apr 17 21:22:58 2025 +0200

    Remove second semicolon (work in progress)
---
 main/autodoc/source/ary/kernel/slots.cxx                     |  6 +++---
 main/basic/source/runtime/step2.cxx                          |  6 +++---
 main/canvas/source/cairo/cairo_spritecanvashelper.cxx        |  2 +-
 main/chart2/source/controller/main/DragMethod_Base.cxx       |  2 +-
 main/codemaker/source/codemaker/global.cxx                   |  2 +-
 main/connectivity/source/drivers/file/fanalyzer.cxx          |  2 +-
 main/dbaccess/source/core/dataaccess/ContentHelper.cxx       |  2 +-
 main/desktop/source/app/appinit.cxx                          |  2 +-
 main/dtrans/source/os2/dnd/DragSource.cxx                    |  2 +-
 main/dtrans/source/os2/dnd/DropTarget.cxx                    |  2 +-
 main/dtrans/source/win32/dnd/source.cxx                      |  2 +-
 main/dtrans/source/win32/dnd/target.cxx                      |  2 +-
 main/editeng/source/uno/unoedprx.cxx                         |  2 +-
 main/framework/source/services/urltransformer.cxx            |  2 +-
 main/i18npool/source/breakiterator/breakiterator_unicode.cxx |  2 +-
 main/l10ntools/source/help/HelpLinker.cxx                    |  2 +-
 main/reportdesign/source/ui/report/ReportWindow.cxx          |  2 +-
 main/sal/qa/osl/security/osl_Security.cxx                    |  4 ++--
 main/sc/source/core/data/document.cxx                        |  8 ++++----
 main/sc/source/ui/miscdlgs/conflictsdlg.cxx                  |  2 +-
 main/sd/source/ui/view/drtxtob.cxx                           |  2 +-
 main/sd/source/ui/view/sdview2.cxx                           |  4 ++--
 main/setup_native/source/win32/stwrapper/stwrapper.cxx       | 12 ++++++------
 main/stoc/source/proxy_factory/proxyfac.cxx                  |  2 +-
 main/svx/source/svdraw/svdopath.cxx                          |  2 +-
 main/sw/source/filter/html/htmlplug.cxx                      | 12 ++++++------
 main/sw/source/ui/fldui/changedb.cxx                         |  2 +-
 main/sw/source/ui/uiview/uivwimp.cxx                         |  2 +-
 main/tools/source/fsys/unx.cxx                               |  2 +-
 main/writerfilter/source/dmapper/FFDataHandler.cxx           |  2 +-
 main/writerfilter/source/doctok/WW8Picture.cxx               |  6 +++---
 main/xmloff/source/core/nmspmap.cxx                          |  4 ++--
 main/xmloff/source/style/xmlstyle.cxx                        |  2 +-
 main/xmloff/source/text/txtexppr.cxx                         |  4 ++--
 34 files changed, 57 insertions(+), 57 deletions(-)

diff --git a/main/autodoc/source/ary/kernel/slots.cxx 
b/main/autodoc/source/ary/kernel/slots.cxx
index af4db2e2ba..eb9808c5c4 100644
--- a/main/autodoc/source/ary/kernel/slots.cxx
+++ b/main/autodoc/source/ary/kernel/slots.cxx
@@ -82,7 +82,7 @@ Slot_MapLocalCe::~Slot_MapLocalCe()
 uintt
 Slot_MapLocalCe::Size() const
 {
-       return pData->size();;
+       return pData->size();
 }
 
 void
@@ -112,7 +112,7 @@ Slot_MapOperations::~Slot_MapOperations()
 uintt
 Slot_MapOperations::Size() const
 {
-       return pData->size();;
+       return pData->size();
 }
 
 void
@@ -140,7 +140,7 @@ Slot_ListLocalCe::~Slot_ListLocalCe()
 uintt
 Slot_ListLocalCe::Size() const
 {
-       return pData->size();;
+       return pData->size();
 }
 
 void
diff --git a/main/basic/source/runtime/step2.cxx 
b/main/basic/source/runtime/step2.cxx
index d8fb41497c..997ea3f099 100644
--- a/main/basic/source/runtime/step2.cxx
+++ b/main/basic/source/runtime/step2.cxx
@@ -881,7 +881,7 @@ void SbiRuntime::StepSTMNT( sal_uInt32 nOp1, sal_uInt32 
nOp2 )
        // #29955 for-Schleifen-Ebene korrigieren, #67452 NICHT im 
Error-Handler sonst Chaos
        if( !bInError )
        {
-               // (Bei Spr�ngen aus Schleifen tritt hier eine Differenz auf)
+               // (Bei Sprüngen aus Schleifen tritt hier eine Differenz auf)
                sal_uInt16 nExspectedForLevel = static_cast<sal_uInt16>( nOp2 / 
0x100 );
                if( pGosubStk )
                        nExspectedForLevel = nExspectedForLevel + 
pGosubStk->nStartForLvl;
@@ -893,7 +893,7 @@ void SbiRuntime::StepSTMNT( sal_uInt32 nOp1, sal_uInt32 
nOp2 )
        }
 
        // 16.10.96: #31460 Neues Konzept fuer StepInto/Over/Out
-       // Erkl�rung siehe bei _ImplGetBreakCallLevel.
+       // Erklärung siehe bei _ImplGetBreakCallLevel.
        if( pInst->nCallLvl <= pInst->nBreakCallLvl )
        //if( nFlags & SbDEBUG_STEPINTO )
        {
@@ -1165,7 +1165,7 @@ void SbiRuntime::StepLOCAL( sal_uInt32 nOp1, sal_uInt32 
nOp2 )
 void SbiRuntime::StepPUBLIC_Impl( sal_uInt32 nOp1, sal_uInt32 nOp2, bool 
bUsedForClassModule )
 {
        String aName( pImg->GetString( static_cast<short>( nOp1 ) ) );
-       SbxDataType t = (SbxDataType)(SbxDataType)(nOp2 & 0xffff);;
+       SbxDataType t = (SbxDataType)(SbxDataType)(nOp2 & 0xffff);
        sal_Bool bFlag = pMod->IsSet( SBX_NO_MODIFY );
        pMod->SetFlag( SBX_NO_MODIFY );
        SbxVariableRef p = pMod->Find( aName, SbxCLASS_PROPERTY );
diff --git a/main/canvas/source/cairo/cairo_spritecanvashelper.cxx 
b/main/canvas/source/cairo/cairo_spritecanvashelper.cxx
index d7763ac426..e28fa4ded9 100644
--- a/main/canvas/source/cairo/cairo_spritecanvashelper.cxx
+++ b/main/canvas/source/cairo/cairo_spritecanvashelper.cxx
@@ -119,7 +119,7 @@ namespace cairocanvas
         {
             if( rSprite.is() )
             {
-                ::boost::polymorphic_downcast< Sprite* >( rSprite.get() 
)->redraw( pCairo, true );;
+                ::boost::polymorphic_downcast< Sprite* >( rSprite.get() 
)->redraw( pCairo, true );
             }
         }
 
diff --git a/main/chart2/source/controller/main/DragMethod_Base.cxx 
b/main/chart2/source/controller/main/DragMethod_Base.cxx
index e8fdcb32d7..a537a8238f 100644
--- a/main/chart2/source/controller/main/DragMethod_Base.cxx
+++ b/main/chart2/source/controller/main/DragMethod_Base.cxx
@@ -64,7 +64,7 @@ DragMethod_Base::~DragMethod_Base()
 
 Reference< frame::XModel > DragMethod_Base::getChartModel() const
 {
-    return Reference< frame::XModel >( m_xChartModel );;
+    return Reference< frame::XModel >( m_xChartModel );
 }
 
 rtl::OUString DragMethod_Base::getUndoDescription() const
diff --git a/main/codemaker/source/codemaker/global.cxx 
b/main/codemaker/source/codemaker/global.cxx
index c28ddf9fa4..f450f0abc0 100644
--- a/main/codemaker/source/codemaker/global.cxx
+++ b/main/codemaker/source/codemaker/global.cxx
@@ -163,7 +163,7 @@ OString createFileNameFromType( const OString& destination,
     OUString uSysFileName;
     OSL_VERIFY( FileBase::getSystemPathFromFileURL(
         convertToFileUrl(fileName), uSysFileName) == FileBase::E_None );    
-       return OUStringToOString(uSysFileName, osl_getThreadTextEncoding());;
+       return OUStringToOString(uSysFileName, osl_getThreadTextEncoding());
 }
 
 sal_Bool fileExists(const OString& fileName)
diff --git a/main/connectivity/source/drivers/file/fanalyzer.cxx 
b/main/connectivity/source/drivers/file/fanalyzer.cxx
index c60f4de5a1..2ccce72973 100644
--- a/main/connectivity/source/drivers/file/fanalyzer.cxx
+++ b/main/connectivity/source/drivers/file/fanalyzer.cxx
@@ -296,7 +296,7 @@ sal_Bool OSQLAnalyzer::hasFunctions() const
                                m_bHasSelectionCode = aIter->first->hasCode();
                }
        }
-       return m_bHasSelectionCode;;
+       return m_bHasSelectionCode;
 }
 // 
-----------------------------------------------------------------------------
 void OSQLAnalyzer::setSelectionEvaluationResult(OValueRefRow& _pRow,const 
::std::vector<sal_Int32>& _rColumnMapping)
diff --git a/main/dbaccess/source/core/dataaccess/ContentHelper.cxx 
b/main/dbaccess/source/core/dataaccess/ContentHelper.cxx
index b871ed45e3..a3c294d65f 100644
--- a/main/dbaccess/source/core/dataaccess/ContentHelper.cxx
+++ b/main/dbaccess/source/core/dataaccess/ContentHelper.cxx
@@ -353,7 +353,7 @@ void SAL_CALL OContentHelper::initialize( const Sequence< 
Any >& _aArguments ) t
 {
        const Any* pBegin = _aArguments.getConstArray();
        const Any* pEnd = pBegin + _aArguments.getLength();
-       PropertyValue aValue;;
+       PropertyValue aValue;
        for(;pBegin != pEnd;++pBegin)
        {
                *pBegin >>= aValue;
diff --git a/main/desktop/source/app/appinit.cxx 
b/main/desktop/source/app/appinit.cxx
index 5c76969332..9afbe14a19 100644
--- a/main/desktop/source/app/appinit.cxx
+++ b/main/desktop/source/app/appinit.cxx
@@ -197,7 +197,7 @@ static bool configureUcb(bool bServer, rtl::OUString const 
& rPortalConnect)
     }
 #endif // GNOME_VFS_ENABLED
 
-    return ret;;
+    return ret;
 }
 
 Reference< XMultiServiceFactory > Desktop::CreateApplicationServiceManager()
diff --git a/main/dtrans/source/os2/dnd/DragSource.cxx 
b/main/dtrans/source/os2/dnd/DragSource.cxx
index 9a6cfc5bb6..44a84dc6cb 100644
--- a/main/dtrans/source/os2/dnd/DragSource.cxx
+++ b/main/dtrans/source/os2/dnd/DragSource.cxx
@@ -202,7 +202,7 @@ throw( RuntimeException)
 //
 OUString SAL_CALL DragSource::getImplementationName(  ) throw 
(RuntimeException)
 {
-    return OUString(RTL_CONSTASCII_USTRINGPARAM(OS2_DNDSOURCE_IMPL_NAME));;
+    return OUString(RTL_CONSTASCII_USTRINGPARAM(OS2_DNDSOURCE_IMPL_NAME));
 }
 
 sal_Bool SAL_CALL DragSource::supportsService( const OUString& ServiceName ) 
throw (RuntimeException)
diff --git a/main/dtrans/source/os2/dnd/DropTarget.cxx 
b/main/dtrans/source/os2/dnd/DropTarget.cxx
index 53ba4a8f4f..b7e32c114b 100644
--- a/main/dtrans/source/os2/dnd/DropTarget.cxx
+++ b/main/dtrans/source/os2/dnd/DropTarget.cxx
@@ -209,7 +209,7 @@ void SAL_CALL DropTarget::dropComplete(sal_Bool success) 
throw (RuntimeException
 //
 OUString SAL_CALL DropTarget::getImplementationName() throw (RuntimeException)
 {
-    return OUString(RTL_CONSTASCII_USTRINGPARAM(OS2_DNDTARGET_IMPL_NAME));;
+    return OUString(RTL_CONSTASCII_USTRINGPARAM(OS2_DNDTARGET_IMPL_NAME));
 }
 
 sal_Bool SAL_CALL DropTarget::supportsService( const OUString& ServiceName ) 
throw (RuntimeException)
diff --git a/main/dtrans/source/win32/dnd/source.cxx 
b/main/dtrans/source/win32/dnd/source.cxx
index 1a33899bf7..a85b10ed21 100644
--- a/main/dtrans/source/win32/dnd/source.cxx
+++ b/main/dtrans/source/win32/dnd/source.cxx
@@ -334,7 +334,7 @@ dwEffect
 // XServiceInfo
 OUString SAL_CALL DragSource::getImplementationName(  ) throw 
(RuntimeException)
 {
-       return OUString(RTL_CONSTASCII_USTRINGPARAM(DNDSOURCE_IMPL_NAME));;
+       return OUString(RTL_CONSTASCII_USTRINGPARAM(DNDSOURCE_IMPL_NAME));
 }
 // XServiceInfo
 sal_Bool SAL_CALL DragSource::supportsService( const OUString& ServiceName ) 
throw (RuntimeException)
diff --git a/main/dtrans/source/win32/dnd/target.cxx 
b/main/dtrans/source/win32/dnd/target.cxx
index 83eb3f50c3..2ac65276b5 100644
--- a/main/dtrans/source/win32/dnd/target.cxx
+++ b/main/dtrans/source/win32/dnd/target.cxx
@@ -261,7 +261,7 @@ DWORD WINAPI DndTargetOleSTAFunc(LPVOID pParams)
 // XServiceInfo
 OUString SAL_CALL DropTarget::getImplementationName(  ) throw 
(RuntimeException)
 {
-       return OUString(RTL_CONSTASCII_USTRINGPARAM(DNDTARGET_IMPL_NAME));;
+       return OUString(RTL_CONSTASCII_USTRINGPARAM(DNDTARGET_IMPL_NAME));
 }
 // XServiceInfo
 sal_Bool SAL_CALL DropTarget::supportsService( const OUString& ServiceName ) 
throw (RuntimeException)
diff --git a/main/editeng/source/uno/unoedprx.cxx 
b/main/editeng/source/uno/unoedprx.cxx
index d5411d2a54..e7c4a81b26 100644
--- a/main/editeng/source/uno/unoedprx.cxx
+++ b/main/editeng/source/uno/unoedprx.cxx
@@ -511,7 +511,7 @@ String SvxAccessibleTextAdapter::GetText( const ESelection& 
rSel ) const
     if( aEndIndex.InBullet() )
     {
         // append trailing bullet
-        sStr += aBulletInfo2.aText;;
+        sStr += aBulletInfo2.aText;
 
         DBG_ASSERT(sStr.Len() - (aEndIndex.GetBulletLen() - 
aEndIndex.GetBulletOffset()) >= 0 &&
                    sStr.Len() - (aEndIndex.GetBulletLen() - 
aEndIndex.GetBulletOffset()) <= USHRT_MAX,
diff --git a/main/framework/source/services/urltransformer.cxx 
b/main/framework/source/services/urltransformer.cxx
index ad3c64a346..349debcb96 100644
--- a/main/framework/source/services/urltransformer.cxx
+++ b/main/framework/source/services/urltransformer.cxx
@@ -193,7 +193,7 @@ sal_Bool SAL_CALL URLTransformer::parseStrict( URL& aURL ) 
throw( RuntimeExcepti
                        // in framework!
                        aURL.Protocol   = aProtocol;
                        aURL.Main               = aURL.Complete;
-                       aURL.Path               = aURL.Complete.copy( 
nURLIndex+1 );;
+                       aURL.Path               = aURL.Complete.copy( 
nURLIndex+1 );
 
                        // Return "URL is parsed".
                        return sal_True;
diff --git a/main/i18npool/source/breakiterator/breakiterator_unicode.cxx 
b/main/i18npool/source/breakiterator/breakiterator_unicode.cxx
index c289726b37..c69e871d6a 100644
--- a/main/i18npool/source/breakiterator/breakiterator_unicode.cxx
+++ b/main/i18npool/source/breakiterator/breakiterator_unicode.cxx
@@ -388,7 +388,7 @@ LineBreakResults SAL_CALL 
BreakIterator_Unicode::getLineBreak(
                     lbr.breakType = BreakType::HYPHENATION;
                 } else {
                     lbr.breakIndex = line.aBreakIterator->preceding(nStartPos);
-                    lbr.breakType = BreakType::WORDBOUNDARY;;
+                    lbr.breakType = BreakType::WORDBOUNDARY;
                 }
             } else { //word boundary break
                 lbr.breakIndex = line.aBreakIterator->preceding(nStartPos);
diff --git a/main/l10ntools/source/help/HelpLinker.cxx 
b/main/l10ntools/source/help/HelpLinker.cxx
index 5d74deac49..59f774648d 100644
--- a/main/l10ntools/source/help/HelpLinker.cxx
+++ b/main/l10ntools/source/help/HelpLinker.cxx
@@ -1080,7 +1080,7 @@ HELPLINKER_DLLPUBLIC bool compileExtensionHelp
         {
             XML_Error nError = XML_GetErrorCode( parser );
             o_rHelpProcessingErrorInfo.m_eErrorClass = 
HELPPROCESSING_XMLPARSING_ERROR;
-            o_rHelpProcessingErrorInfo.m_aErrorMsg = 
rtl::OUString::createFromAscii( XML_ErrorString( nError ) );;
+            o_rHelpProcessingErrorInfo.m_aErrorMsg = 
rtl::OUString::createFromAscii( XML_ErrorString( nError ) );
             o_rHelpProcessingErrorInfo.m_aXMLParsingFile = aTreeFileURL;
             // CRAHSES!!! o_rHelpProcessingErrorInfo.m_nXMLParsingLine = 
XML_GetCurrentLineNumber( parser );
             bSuccess = false;
diff --git a/main/reportdesign/source/ui/report/ReportWindow.cxx 
b/main/reportdesign/source/ui/report/ReportWindow.cxx
index 4b184a911c..5925e94ea0 100644
--- a/main/reportdesign/source/ui/report/ReportWindow.cxx
+++ b/main/reportdesign/source/ui/report/ReportWindow.cxx
@@ -163,7 +163,7 @@ sal_Int32 OReportWindow::GetTotalWidth() const
        {
         Fraction aStartWidth(long(REPORT_ENDMARKER_WIDTH + 
REPORT_STARTMARKER_WIDTH ));
         const Fraction aZoom(m_pView->getController().getZoomValue(),100);
-        aStartWidth *= aZoom; // m_aViewsWindow.GetMapMode().GetScaleX();;
+        aStartWidth *= aZoom; // m_aViewsWindow.GetMapMode().GetScaleX();
                const sal_Int32 nPaperWidth = 
getStyleProperty<awt::Size>(m_pView->getController().getReportDefinition(),PROPERTY_PAPERSIZE).Width;
         Fraction aPaperWidth(nPaperWidth,1);
         aPaperWidth *= aZoom;
diff --git a/main/sal/qa/osl/security/osl_Security.cxx 
b/main/sal/qa/osl/security/osl_Security.cxx
index d154df990e..6745845c8a 100644
--- a/main/sal/qa/osl/security/osl_Security.cxx
+++ b/main/sal/qa/osl/security/osl_Security.cxx
@@ -569,8 +569,8 @@ int main(int argc, char **argv)
        aStringForward = ::rtl::OUString::createFromAscii( getForwardString() );
        if ( !aStringForward.equals( aNullURL ) && aStringForward.indexOf( 
(sal_Unicode)' ' ) != -1 )
        {
-               sal_Int32 nFirstSpacePoint = aStringForward.indexOf( 
(sal_Unicode)' ' );;
-               sal_Int32 nLastSpacePoint = aStringForward.lastIndexOf( 
(sal_Unicode)' ' );;
+               sal_Int32 nFirstSpacePoint = aStringForward.indexOf( 
(sal_Unicode)' ' );
+               sal_Int32 nLastSpacePoint = aStringForward.lastIndexOf( 
(sal_Unicode)' ' );
                if ( nFirstSpacePoint == nLastSpacePoint )  
                /// only forwarded two parameters, username and password.
                {
diff --git a/main/sc/source/core/data/document.cxx 
b/main/sc/source/core/data/document.cxx
index bb1efbf423..9cf88a70e2 100644
--- a/main/sc/source/core/data/document.cxx
+++ b/main/sc/source/core/data/document.cxx
@@ -3666,7 +3666,7 @@ void ScDocument::SetColHidden(SCCOL nStartCol, SCCOL 
nEndCol, SCTAB nTab, bool b
 SCROW ScDocument::FirstVisibleRow(SCROW nStartRow, SCROW nEndRow, SCTAB nTab)
 {
        if (!ValidTab(nTab) || !pTab[nTab])
-               return ::std::numeric_limits<SCROW>::max();;
+               return ::std::numeric_limits<SCROW>::max();
 
        return pTab[nTab]->FirstVisibleRow(nStartRow, nEndRow);
 }
@@ -3674,7 +3674,7 @@ SCROW ScDocument::FirstVisibleRow(SCROW nStartRow, SCROW 
nEndRow, SCTAB nTab)
 SCROW ScDocument::LastVisibleRow(SCROW nStartRow, SCROW nEndRow, SCTAB nTab)
 {
        if (!ValidTab(nTab) || !pTab[nTab])
-               return ::std::numeric_limits<SCROW>::max();;
+               return ::std::numeric_limits<SCROW>::max();
 
        return pTab[nTab]->LastVisibleRow(nStartRow, nEndRow);
 }
@@ -3730,7 +3730,7 @@ void ScDocument::SetColFiltered(SCCOL nStartCol, SCCOL 
nEndCol, SCTAB nTab, bool
 SCROW ScDocument::FirstNonFilteredRow(SCROW nStartRow, SCROW nEndRow, SCTAB 
nTab)
 {
        if (!ValidTab(nTab) || !pTab[nTab])
-               return ::std::numeric_limits<SCROW>::max();;
+               return ::std::numeric_limits<SCROW>::max();
 
        return pTab[nTab]->FirstNonFilteredRow(nStartRow, nEndRow);
 }
@@ -3738,7 +3738,7 @@ SCROW ScDocument::FirstNonFilteredRow(SCROW nStartRow, 
SCROW nEndRow, SCTAB nTab
 SCROW ScDocument::LastNonFilteredRow(SCROW nStartRow, SCROW nEndRow, SCTAB 
nTab)
 {
        if (!ValidTab(nTab) || !pTab[nTab])
-               return ::std::numeric_limits<SCROW>::max();;
+               return ::std::numeric_limits<SCROW>::max();
 
        return pTab[nTab]->LastNonFilteredRow(nStartRow, nEndRow);
 }
diff --git a/main/sc/source/ui/miscdlgs/conflictsdlg.cxx 
b/main/sc/source/ui/miscdlgs/conflictsdlg.cxx
index 9515fc31bb..b520303c08 100644
--- a/main/sc/source/ui/miscdlgs/conflictsdlg.cxx
+++ b/main/sc/source/ui/miscdlgs/conflictsdlg.cxx
@@ -288,7 +288,7 @@ bool ScConflictsFinder::Find()
 
         if ( aOwnActions.size() )
         {
-            ScConflictsListEntry* pEntry = GetEntry( 
pSharedAction->GetActionNumber(), aOwnActions );;
+            ScConflictsListEntry* pEntry = GetEntry( 
pSharedAction->GetActionNumber(), aOwnActions );
             ScChangeActionList::iterator aEnd = aOwnActions.end();
             for ( ScChangeActionList::iterator aItr = aOwnActions.begin(); 
aItr != aEnd; ++aItr )
             {
diff --git a/main/sd/source/ui/view/drtxtob.cxx 
b/main/sd/source/ui/view/drtxtob.cxx
index f04c7c339f..2aa46e5205 100644
--- a/main/sd/source/ui/view/drtxtob.cxx
+++ b/main/sd/source/ui/view/drtxtob.cxx
@@ -406,7 +406,7 @@ void TextObjectBar::GetAttrState( SfxItemSet& rSet )
             {
                                if( mpView && mpView->GetTextEditOutlinerView() 
)
                                {
-                                       EditView & rEditView = 
mpView->GetTextEditOutlinerView()->GetEditView();;
+                                       EditView & rEditView = 
mpView->GetTextEditOutlinerView()->GetEditView();
                                        String          aStatusVal;
                                        LanguageType    nLang = LANGUAGE_NONE;
                                        bool bIsLookUpWord = 
GetStatusValueForThesaurusFromContext( aStatusVal, nLang, rEditView );
diff --git a/main/sd/source/ui/view/sdview2.cxx 
b/main/sd/source/ui/view/sdview2.cxx
index 283d57d594..0e90345677 100644
--- a/main/sd/source/ui/view/sdview2.cxx
+++ b/main/sd/source/ui/view/sdview2.cxx
@@ -1031,12 +1031,12 @@ void ImplProcessObjectList(SdrObject* pObj, 
SdrObjectVector& rVector )
 
 SdrModel* View::GetMarkedObjModel() const
 {
-       return FmFormView::GetMarkedObjModel();;
+       return FmFormView::GetMarkedObjModel();
 }
 
 sal_Bool View::Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst 
/* =NULL */, sal_uInt32 nOptions /* =0 */)
 {
-       return FmFormView::Paste( rMod, rPos, pLst,nOptions );;
+       return FmFormView::Paste( rMod, rPos, pLst,nOptions );
 }
 
 } // end of namespace sd
diff --git a/main/setup_native/source/win32/stwrapper/stwrapper.cxx 
b/main/setup_native/source/win32/stwrapper/stwrapper.cxx
index 123dbd209a..eb4feb6583 100644
--- a/main/setup_native/source/win32/stwrapper/stwrapper.cxx
+++ b/main/setup_native/source/win32/stwrapper/stwrapper.cxx
@@ -279,12 +279,12 @@ 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;;
+//      -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;
diff --git a/main/stoc/source/proxy_factory/proxyfac.cxx 
b/main/stoc/source/proxy_factory/proxyfac.cxx
index ac6e5b7bdb..f71cc8f23c 100644
--- a/main/stoc/source/proxy_factory/proxyfac.cxx
+++ b/main/stoc/source/proxy_factory/proxyfac.cxx
@@ -452,7 +452,7 @@ Reference< XAggregation > FactoryImpl::createProxy(
 OUString FactoryImpl::getImplementationName()
     throw (RuntimeException)
 {
-    return proxyfac_getImplementationName();;
+    return proxyfac_getImplementationName();
 }
 
 
//______________________________________________________________________________
diff --git a/main/svx/source/svdraw/svdopath.cxx 
b/main/svx/source/svdraw/svdopath.cxx
index bd8147891d..6ab887ca13 100644
--- a/main/svx/source/svdraw/svdopath.cxx
+++ b/main/svx/source/svdraw/svdopath.cxx
@@ -1455,7 +1455,7 @@ FASTBOOL ImpPathForDragAndCreate::EndCreate(SdrDragStat& 
rStat, SdrCreateCmd eCm
                                }
                        } else {
                                if (nActPoint==1 && IsBezier(pU->eAktKind) && 
!pU->bBezHasCtrl0) {
-                                       pU->aBezControl0=rStat.GetNow();;
+                                       pU->aBezControl0=rStat.GetNow();
                                        pU->bBezHasCtrl0=sal_True;
                                        nActPoint--;
                                }
diff --git a/main/sw/source/filter/html/htmlplug.cxx 
b/main/sw/source/filter/html/htmlplug.cxx
index 8e1e2c42e9..3c874d6723 100644
--- a/main/sw/source/filter/html/htmlplug.cxx
+++ b/main/sw/source/filter/html/htmlplug.cxx
@@ -124,7 +124,7 @@ const sal_uLong HTML_FRMOPTS_OLE_CSS1               =
        HTML_FRMOPT_S_ALIGN |
        HTML_FRMOPT_S_SPACE;
 
-/*  */
+/* */
 
 void SwHTMLParser::SetFixSize( const Size& rPixSize,
                                                           const Size& 
rTwipDfltSize,
@@ -298,7 +298,7 @@ void SwHTMLParser::SetSpace( const Size& rPixSpace,
        }
 }
 
-/*  */
+/* */
 
 void SwHTMLParser::InsertEmbed()
 {
@@ -492,7 +492,7 @@ void SwHTMLParser::InsertEmbed()
        }
 }
 
-/*  */
+/* */
 
 #ifdef SOLAR_JAVA
 void SwHTMLParser::NewObject()
@@ -588,7 +588,7 @@ void SwHTMLParser::NewObject()
 
        // Objects that are declared only are not evaluated. Moreover, only
        // Java applets are supported.
-       sal_Bool bIsApplet = sal_False;;
+       sal_Bool bIsApplet = sal_False;
 
        if( !bDeclare && aClassID.Len() == 42 &&
                aClassID.EqualsAscii( "clsid:", 0, 6 ) )
@@ -828,7 +828,7 @@ void SwHTMLParser::InsertParam()
 }
 
 
-/*  */
+/* */
 
 void SwHTMLParser::InsertFloatingFrame()
 {
@@ -972,7 +972,7 @@ void SwHTMLParser::InsertFloatingFrame()
        bInFloatingFrame = sal_True;
 }
 
-/*  */
+/* */
 
 /*
 #define SWHTML_OPTTYPE_IGNORE 0
diff --git a/main/sw/source/ui/fldui/changedb.cxx 
b/main/sw/source/ui/fldui/changedb.cxx
index aa2343df24..d0d819500a 100644
--- a/main/sw/source/ui/fldui/changedb.cxx
+++ b/main/sw/source/ui/fldui/changedb.cxx
@@ -299,7 +299,7 @@ IMPL_LINK( SwChangeDBDlg, ButtonHdl, Button *, EMPTYARG )
        sal_Bool bIsTable = sal_False;
        aData.sDataSource = aAvailDBTLB.GetDBName(sTableName, sColumnName, 
&bIsTable);
        aData.sCommand = sTableName;
-       aData.nCommandType = bIsTable ? 0 : 1;;
+       aData.nCommandType = bIsTable ? 0 : 1;
        pSh->ChgDBData(aData);
        ShowDBName(pSh->GetDBData());
        EndDialog(RET_OK);
diff --git a/main/sw/source/ui/uiview/uivwimp.cxx 
b/main/sw/source/ui/uiview/uivwimp.cxx
index 38bb08531a..1fcdd7c197 100644
--- a/main/sw/source/ui/uiview/uivwimp.cxx
+++ b/main/sw/source/ui/uiview/uivwimp.cxx
@@ -256,7 +256,7 @@ void SwView_Impl::Invalidate()
 void SwView_Impl::AddTransferable(SwTransferable& rTransferable)
 {
     //prevent removing of the non-referenced SwTransferable
-    rTransferable.m_refCount++;;
+    rTransferable.m_refCount++;
     {
         xTransferable = Reference<XUnoTunnel> (&rTransferable);
     }
diff --git a/main/tools/source/fsys/unx.cxx b/main/tools/source/fsys/unx.cxx
index e76b6214e8..2063940f5c 100644
--- a/main/tools/source/fsys/unx.cxx
+++ b/main/tools/source/fsys/unx.cxx
@@ -445,7 +445,7 @@ sal_uInt16 DirReader_Impl::Read()
                 if ( pDir->pStatLst ) //Status fuer Sort gewuenscht?
                     pDir->ImpSortedInsert( pTemp, new FileStat( aStat ) );
                 else
-                    pDir->ImpSortedInsert( pTemp, NULL );;
+                    pDir->ImpSortedInsert( pTemp, NULL );
                                return 1;
             }
             else
diff --git a/main/writerfilter/source/dmapper/FFDataHandler.cxx 
b/main/writerfilter/source/dmapper/FFDataHandler.cxx
index 2a0c9ee39f..153d13a81e 100644
--- a/main/writerfilter/source/dmapper/FFDataHandler.cxx
+++ b/main/writerfilter/source/dmapper/FFDataHandler.cxx
@@ -369,7 +369,7 @@ void FFDataHandler::lcl_sprm(Sprm & r_Sprm)
     case NS_ooxml::LN_CT_FFDDList_listEntry:
     /* WRITERFILTERSTATUS done: 100, planned: 2, spent: 0 */
         {
-            m_DropDownEntries.push_back(r_Sprm.getValue()->getString());;
+            m_DropDownEntries.push_back(r_Sprm.getValue()->getString());
         }
         break;
     case NS_ooxml::LN_CT_FFData_ddList:
diff --git a/main/writerfilter/source/doctok/WW8Picture.cxx 
b/main/writerfilter/source/doctok/WW8Picture.cxx
index 88ef831570..f5eb9d664a 100644
--- a/main/writerfilter/source/doctok/WW8Picture.cxx
+++ b/main/writerfilter/source/doctok/WW8Picture.cxx
@@ -128,7 +128,7 @@ static sal_uInt32 lcl_FFDATA_formatting_offset(WW8FFDATA & 
rRef)
         break;
     }
     
-    return nResult;;
+    return nResult;
 }
 
 static sal_uInt32 lcl_FFDATA_help_offset(WW8FFDATA & rRef)
@@ -137,7 +137,7 @@ static sal_uInt32 lcl_FFDATA_help_offset(WW8FFDATA & rRef)
 
     nResult += (rRef.getU16(nResult) + 2) * 2;
     
-    return nResult;;
+    return nResult;
 }
 
 static sal_uInt32 lcl_FFDATA_tooltip_offset(WW8FFDATA & rRef)
@@ -146,7 +146,7 @@ static sal_uInt32 lcl_FFDATA_tooltip_offset(WW8FFDATA & 
rRef)
 
     nResult += (rRef.getU16(nResult) + 2) * 2;
     
-    return nResult;;
+    return nResult;
 }
 
 rtl::OUString WW8FFDATA::get_default()
diff --git a/main/xmloff/source/core/nmspmap.cxx 
b/main/xmloff/source/core/nmspmap.cxx
index 4c62cef5e1..a754a63ed5 100644
--- a/main/xmloff/source/core/nmspmap.cxx
+++ b/main/xmloff/source/core/nmspmap.cxx
@@ -227,7 +227,7 @@ OUString SvXMLNamespaceMap::GetQNameByKey( sal_uInt16 nKey,
                 sQName.append ( sal_Unicode(':') );
                 sQName.append ( rLocalName );
             }
-                       return sQName.makeStringAndClear();;
+                       return sQName.makeStringAndClear();
                }
                case XML_NAMESPACE_XML:
                {
@@ -236,7 +236,7 @@ OUString SvXMLNamespaceMap::GetQNameByKey( sal_uInt16 nKey,
                        sQName.append ( GetXMLToken(XML_XML) );
                        sQName.append ( sal_Unicode(':') );
                        sQName.append ( rLocalName );
-                       return sQName.makeStringAndClear();;
+                       return sQName.makeStringAndClear();
                }
                default:
                {
diff --git a/main/xmloff/source/style/xmlstyle.cxx 
b/main/xmloff/source/style/xmlstyle.cxx
index badd9830fc..137ec5ce9e 100644
--- a/main/xmloff/source/style/xmlstyle.cxx
+++ b/main/xmloff/source/style/xmlstyle.cxx
@@ -179,7 +179,7 @@ SvXMLImportContext *SvXMLStyleContext::CreateChildContext( 
sal_uInt16 nPrefix,
                                                                                
        const OUString& rLocalName,
                                                                                
        const uno::Reference< xml::sax::XAttributeList > & )
 {
-       return new SvXMLImportContext( GetImport(), nPrefix, rLocalName );;
+       return new SvXMLImportContext( GetImport(), nPrefix, rLocalName );
 }
 
 void SvXMLStyleContext::StartElement( const uno::Reference< 
xml::sax::XAttributeList > & xAttrList )
diff --git a/main/xmloff/source/text/txtexppr.cxx 
b/main/xmloff/source/text/txtexppr.cxx
index 39605a0a90..fd32616128 100644
--- a/main/xmloff/source/text/txtexppr.cxx
+++ b/main/xmloff/source/text/txtexppr.cxx
@@ -910,7 +910,7 @@ void XMLTextExportPropertySetMapper::ContextFilter(
         if( pHoriOrientRelState && TextContentAnchorType_AT_FRAME == eAnchor )
             pHoriOrientRelState->mnIndex = -1;
         if( pHoriOrientRelFrameState && TextContentAnchorType_AT_FRAME != 
eAnchor )
-            pHoriOrientRelFrameState->mnIndex = -1;;
+            pHoriOrientRelFrameState->mnIndex = -1;
 
         if( pVertOrientState && TextContentAnchorType_AT_CHARACTER == eAnchor )
             pVertOrientState->mnIndex = -1;
@@ -972,7 +972,7 @@ void XMLTextExportPropertySetMapper::ContextFilter(
         if( pShapeHoriOrientRelState && TextContentAnchorType_AT_FRAME == 
eAnchor )
             pShapeHoriOrientRelState->mnIndex = -1;
         if( pShapeHoriOrientRelFrameState && TextContentAnchorType_AT_FRAME != 
eAnchor )
-            pShapeHoriOrientRelFrameState->mnIndex = -1;;
+            pShapeHoriOrientRelFrameState->mnIndex = -1;
 
         if( pShapeVertOrientState && TextContentAnchorType_AT_CHARACTER == 
eAnchor )
             pShapeVertOrientState->mnIndex = -1;

Reply via email to