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 d05a678705 Remove second semicolon (done?)
d05a678705 is described below
commit d05a678705c51acd00d01d5f3bcd5d62d773da66
Author: mseidel <[email protected]>
AuthorDate: Fri Apr 18 16:39:43 2025 +0200
Remove second semicolon (done?)
---
main/cui/source/tabpages/numpages.cxx | 2 +-
main/editeng/source/accessibility/AccessibleEditableTextPara.cxx | 2 +-
main/editeng/source/editeng/impedit4.cxx | 2 +-
main/filter/source/msfilter/msocximex.cxx | 2 +-
main/framework/source/fwe/classes/addonsoptions.cxx | 2 +-
.../src/JavaSetup/org/openoffice/setup/Installer/LinuxInstaller.java | 2 +-
.../JavaSetup/org/openoffice/setup/Installer/SolarisInstaller.java | 2 +-
.../java/l10nconv/java/com/sun/star/tooling/DirtyTags/TagPair.java | 2 +-
main/odk/examples/DevelopersGuide/Drawing/DrawingDemo.java | 4 ++--
main/odk/examples/DevelopersGuide/Forms/DocumentHelper.java | 2 +-
.../DevelopersGuide/OfficeDev/Linguistic/SampleHyphenator.java | 2 +-
main/odk/examples/DevelopersGuide/UCB/ResourceManager.java | 2 +-
.../src/org/apache/openoffice/ooxml/viewer/OOXMLViewer.java | 2 +-
.../qadevOOo/java/OOoRunner/src/main/java/mod/_fwl/FilterFactory.java | 2 +-
main/sc/source/ui/view/printfun.cxx | 2 +-
main/scp2/macros/macro.pl | 2 +-
main/scripting/examples/java/Newsgroup/PostNewsgroup.java | 2 +-
.../java/com/sun/star/script/framework/container/ParcelContainer.java | 2 +-
.../org/openoffice/netbeans/modules/office/utils/PackageRemover.java | 2 +-
main/sfx2/source/dialog/templdlg.cxx | 2 +-
main/solenv/bin/modules/installer/archivefiles.pm | 2 +-
main/solenv/bin/modules/installer/systemactions.pm | 4 ++--
main/svx/source/form/navigatortree.cxx | 2 +-
main/svx/source/unodraw/unoshape.cxx | 2 +-
main/sw/source/core/text/txtfrm.cxx | 2 +-
main/sw/source/filter/html/css1atr.cxx | 2 +-
main/sw/source/ui/dochdl/swdtflvr.cxx | 2 +-
main/sw/source/ui/index/cnttab.cxx | 2 +-
main/tools/source/fsys/urlobj.cxx | 2 +-
.../openoffice/xmerge/converter/xml/sxc/pexcel/records/Workbook.java | 2 +-
.../openoffice/xmerge/converter/xml/sxc/SxcDocumentDeserializer.java | 2 +-
31 files changed, 33 insertions(+), 33 deletions(-)
diff --git a/main/cui/source/tabpages/numpages.cxx
b/main/cui/source/tabpages/numpages.cxx
index d3280cdaf1..816f875210 100644
--- a/main/cui/source/tabpages/numpages.cxx
+++ b/main/cui/source/tabpages/numpages.cxx
@@ -4045,7 +4045,7 @@ void SvxNumOptionsTabPage::PageCreated(SfxAllItemSet aSet)
{
ListBox& myCharFmtLB = GetCharFmtListBox();
const List *pList = (pListItem)->GetList();
- sal_uInt32 nCount = pList->Count();;
+ sal_uInt32 nCount = pList->Count();
for(sal_uInt32 i = 0; i < nCount; i++)
{
myCharFmtLB.InsertEntry(*(const
String*)(pList->GetObject(i)) );
diff --git a/main/editeng/source/accessibility/AccessibleEditableTextPara.cxx
b/main/editeng/source/accessibility/AccessibleEditableTextPara.cxx
index 8ad9c7285b..0ad04f741e 100644
--- a/main/editeng/source/accessibility/AccessibleEditableTextPara.cxx
+++ b/main/editeng/source/accessibility/AccessibleEditableTextPara.cxx
@@ -2208,7 +2208,7 @@ namespace accessibility
//the text value doesn't contain the bullet characters. all of
the bullet and numbering info are exposed
//by the IAText::attributes(). So here must do special support
for bullet line.
sal_Int32 nCurIndex=0, nLastIndex=0, nCurLineLen=0;
- sal_Int32 nLastLineLen = 0, nBulletLen = 0;;
+ sal_Int32 nLastLineLen = 0, nBulletLen = 0;
// get the line before the line the index points into
for( nLine=0, nCurIndex=0, nLastIndex=0; nLine<nLineCount;
++nLine )
{
diff --git a/main/editeng/source/editeng/impedit4.cxx
b/main/editeng/source/editeng/impedit4.cxx
index eb0a15e446..2929425979 100644
--- a/main/editeng/source/editeng/impedit4.cxx
+++ b/main/editeng/source/editeng/impedit4.cxx
@@ -713,7 +713,7 @@ sal_uInt32 ImpEditEngine::WriteRTF( SvStream& rOutput,
EditSelection aSel )
nIndex = nIndex + pTextPortion->GetLen();
}
- rOutput << OOO_STRING_SVTOOLS_RTF_PAR <<
OOO_STRING_SVTOOLS_RTF_PARD << OOO_STRING_SVTOOLS_RTF_PLAIN;;
+ rOutput << OOO_STRING_SVTOOLS_RTF_PAR <<
OOO_STRING_SVTOOLS_RTF_PARD << OOO_STRING_SVTOOLS_RTF_PLAIN;
rOutput << endl;
}
// RTF-Nachspann...
diff --git a/main/filter/source/msfilter/msocximex.cxx
b/main/filter/source/msfilter/msocximex.cxx
index 989d569c61..b971aae7ea 100644
--- a/main/filter/source/msfilter/msocximex.cxx
+++ b/main/filter/source/msfilter/msocximex.cxx
@@ -3696,7 +3696,7 @@ void OCX_MultiPage::ProcessControl(OCX_Control* pControl,
SvStorageStream* /* pS
pPage->mnLeft = mnLeft;
pPage->mnBackColor = mnBackColor;
- oStream = pPage->getContainerStream();;
+ oStream = pPage->getContainerStream();
// Position of controls is relative to pos of this MuliPage
// Control
pPage->FullRead( oStream );
diff --git a/main/framework/source/fwe/classes/addonsoptions.cxx
b/main/framework/source/fwe/classes/addonsoptions.cxx
index fab406ffad..070a0e0448 100644
--- a/main/framework/source/fwe/classes/addonsoptions.cxx
+++ b/main/framework/source/fwe/classes/addonsoptions.cxx
@@ -1316,7 +1316,7 @@ sal_Bool AddonsOptions_Impl::ReadStatusBarItem(
aStatusbarItem[ OFFSET_STATUSBARITEM_TITLE ].Value <<=
aStatusbarItemNodePropValues[ OFFSET_STATUSBARITEM_TITLE ];
aStatusbarItem[ OFFSET_STATUSBARITEM_CONTEXT ].Value <<=
aStatusbarItemNodePropValues[ OFFSET_STATUSBARITEM_CONTEXT ];
aStatusbarItem[ OFFSET_STATUSBARITEM_ALIGN ].Value <<=
aStatusbarItemNodePropValues[ OFFSET_STATUSBARITEM_ALIGN ];
- aStatusbarItem[ OFFSET_STATUSBARITEM_AUTOSIZE ].Value <<=
aStatusbarItemNodePropValues[ OFFSET_STATUSBARITEM_AUTOSIZE ];;
+ aStatusbarItem[ OFFSET_STATUSBARITEM_AUTOSIZE ].Value <<=
aStatusbarItemNodePropValues[ OFFSET_STATUSBARITEM_AUTOSIZE ];
aStatusbarItem[ OFFSET_STATUSBARITEM_OWNERDRAW ].Value <<=
aStatusbarItemNodePropValues[ OFFSET_STATUSBARITEM_OWNERDRAW ];
// Configuration uses hyper for long. Therefore transform into
sal_Int32
diff --git
a/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/LinuxInstaller.java
b/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/LinuxInstaller.java
index a46dd426f6..298138960b 100644
---
a/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/LinuxInstaller.java
+++
b/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/LinuxInstaller.java
@@ -503,7 +503,7 @@ public class LinuxInstaller extends Installer {
String databaseString = "";
String databasePath = null;
- HashMap map = new HashMap();;
+ HashMap map = new HashMap();
boolean useLocalDatabase = false;
if (installData.isUserInstallation()) {
diff --git
a/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/SolarisInstaller.java
b/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/SolarisInstaller.java
index d786499948..faa09e5c86 100644
---
a/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/SolarisInstaller.java
+++
b/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/SolarisInstaller.java
@@ -373,7 +373,7 @@ public class SolarisInstaller extends Installer {
String pkgCommand;
String[] pkgCommandArray;
boolean useLocalRoot = false;
- HashMap map = new HashMap();;
+ HashMap map = new HashMap();
if (installData.isUserInstallation()) {
rootPath = installData.getDatabasePath();
diff --git
a/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/DirtyTags/TagPair.java
b/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/DirtyTags/TagPair.java
index 23012dd532..df6eaaeb7e 100644
---
a/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/DirtyTags/TagPair.java
+++
b/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/DirtyTags/TagPair.java
@@ -90,7 +90,7 @@ public class TagPair {
if(tagList.size()==0){
return;
}
- ArrayList contentList=new ArrayList();;
+ ArrayList contentList=new ArrayList();
Tag tag=(Tag)tagList.get(0);
tagList.remove(0);
diff --git a/main/odk/examples/DevelopersGuide/Drawing/DrawingDemo.java
b/main/odk/examples/DevelopersGuide/Drawing/DrawingDemo.java
index 63724c585d..59f2715cb6 100644
--- a/main/odk/examples/DevelopersGuide/Drawing/DrawingDemo.java
+++ b/main/odk/examples/DevelopersGuide/Drawing/DrawingDemo.java
@@ -311,7 +311,7 @@ public class DrawingDemo
pPolyPoints[ 1 ].X = nPageWidth / 2;
pPolyPoints[ 1 ].Y = nPageHeight;
pPolyFlags[ 1 ] = PolygonFlags.CONTROL;
- pPolyPoints[ 2 ].X = nPageWidth / 2;;
+ pPolyPoints[ 2 ].X = nPageWidth / 2;
pPolyPoints[ 2 ].Y = nPageHeight;
pPolyFlags[ 2 ] = PolygonFlags.CONTROL;
pPolyPoints[ 3 ].X = nPageWidth;
@@ -324,7 +324,7 @@ public class DrawingDemo
pPolyPoints[ 5 ].X = nPageWidth / 2;
pPolyPoints[ 5 ].Y = nPageHeight / 2;
pPolyFlags[ 5 ] = PolygonFlags.CONTROL;
- pPolyPoints[ 6 ].X = nPageWidth / 2;;
+ pPolyPoints[ 6 ].X = nPageWidth / 2;
pPolyPoints[ 6 ].Y = nPageHeight / 2;
pPolyFlags[ 6 ] = PolygonFlags.CONTROL;
pPolyPoints[ 7 ].X = 1000;
diff --git a/main/odk/examples/DevelopersGuide/Forms/DocumentHelper.java
b/main/odk/examples/DevelopersGuide/Forms/DocumentHelper.java
index 132355dac8..c6797dbccd 100644
--- a/main/odk/examples/DevelopersGuide/Forms/DocumentHelper.java
+++ b/main/odk/examples/DevelopersGuide/Forms/DocumentHelper.java
@@ -179,7 +179,7 @@ public class DocumentHelper
// get the parent
XChild xAsChild = (XChild)UnoRuntime.queryInterface( XChild.class,
aForm );
XIndexContainer xContainer =
(XIndexContainer)UnoRuntime.queryInterface(
- XIndexContainer.class, xAsChild.getParent() );;
+ XIndexContainer.class, xAsChild.getParent() );
// append a new form to this parent container
return createSubForm( xContainer, sInitialName );
}
diff --git
a/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleHyphenator.java
b/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleHyphenator.java
index 4c6559066d..a44e84165a 100644
---
a/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleHyphenator.java
+++
b/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleHyphenator.java
@@ -82,7 +82,7 @@ public class SampleHyphenator extends ComponentBase implements
"HyphMinWordLength"
};
aPropChgHelper = new PropChgHelper_Hyph( (XHyphenator) this, aProps );
- aEvtListeners = new ArrayList();;
+ aEvtListeners = new ArrayList();
bDisposing = false;
}
diff --git a/main/odk/examples/DevelopersGuide/UCB/ResourceManager.java
b/main/odk/examples/DevelopersGuide/UCB/ResourceManager.java
index d5dcd539c8..5e223d4d28 100644
--- a/main/odk/examples/DevelopersGuide/UCB/ResourceManager.java
+++ b/main/odk/examples/DevelopersGuide/UCB/ResourceManager.java
@@ -203,7 +203,7 @@ public class ResourceManager {
}
if ( m_contenturl == null || m_contenturl.equals( "" )) {
- m_contenturl = Helper.prependCurrentDirAsAbsoluteFileURL(
"data/data.txt" );;
+ m_contenturl = Helper.prependCurrentDirAsAbsoluteFileURL(
"data/data.txt" );
}
if ( m_targetFolderURL == null || m_targetFolderURL.equals( "" )) {
diff --git
a/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/OOXMLViewer.java
b/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/OOXMLViewer.java
index 7ad490a969..60f2c7b550 100644
---
a/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/OOXMLViewer.java
+++
b/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/OOXMLViewer.java
@@ -82,7 +82,7 @@ public class OOXMLViewer
default:
System.out.printf("unknown option '%s'\n",
aArguments[nIndex]);
- System.exit(1);;
+ System.exit(1);
break;
}
diff --git
a/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwl/FilterFactory.java
b/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwl/FilterFactory.java
index dfc925648e..70f27bce9d 100644
--- a/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwl/FilterFactory.java
+++ b/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwl/FilterFactory.java
@@ -101,7 +101,7 @@ public class FilterFactory extends TestCase {
// XNameContainer; XNameReplace
String filterName = filterNames[0];
- Object[] instance = null;;
+ Object[] instance = null;
PropertyValue instanceProp = new PropertyValue();
try{
instance = (Object[]) xNA.getByName(filterName);
diff --git a/main/sc/source/ui/view/printfun.cxx
b/main/sc/source/ui/view/printfun.cxx
index d790af7923..55944e92b5 100644
--- a/main/sc/source/ui/view/printfun.cxx
+++ b/main/sc/source/ui/view/printfun.cxx
@@ -649,7 +649,7 @@ void lcl_FillHFParam( ScPrintHFParam& rParam, const
SfxItemSet* pHFSet )
rParam.nRight = nTmp < 0 ? 0 : sal_uInt16(nTmp);
rParam.pBorder = (const SvxBoxItem*)
&pHFSet->Get(ATTR_BORDER);
rParam.pBack = (const SvxBrushItem*)
&pHFSet->Get(ATTR_BACKGROUND);
- rParam.pShadow = (const
SvxShadowItem*)&pHFSet->Get(ATTR_SHADOW);;
+ rParam.pShadow = (const
SvxShadowItem*)&pHFSet->Get(ATTR_SHADOW);
// jetzt doch wieder schon im Dialog:
// rParam.nHeight += rParam.nDistance;
// nicht mehr im Dialog ???
diff --git a/main/scp2/macros/macro.pl b/main/scp2/macros/macro.pl
index 70db74d9be..c7830d892a 100644
--- a/main/scp2/macros/macro.pl
+++ b/main/scp2/macros/macro.pl
@@ -22,7 +22,7 @@
my $completelangiso_var = $ENV{COMPLETELANGISO_VAR};
-my $lastcompletelangiso_var;;
+my $lastcompletelangiso_var;
my $outfile = "";
if ( !defined $completelangiso_var) {
diff --git a/main/scripting/examples/java/Newsgroup/PostNewsgroup.java
b/main/scripting/examples/java/Newsgroup/PostNewsgroup.java
index e888eb8f81..192ff78c15 100644
--- a/main/scripting/examples/java/Newsgroup/PostNewsgroup.java
+++ b/main/scripting/examples/java/Newsgroup/PostNewsgroup.java
@@ -97,7 +97,7 @@ public class PostNewsgroup extends JFrame
});
Container container = getContentPane();
- container.setLayout( new GridBagLayout() );;
+ container.setLayout( new GridBagLayout() );
GridBagConstraints constraints = new GridBagConstraints();
constraints.fill = GridBagConstraints.BOTH;
diff --git
a/main/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java
b/main/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java
index 525cd928d4..c993f8ba24 100644
---
a/main/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java
+++
b/main/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java
@@ -59,7 +59,7 @@ public class ParcelContainer implements XNameAccess
static protected XSimpleFileAccess m_xSFA;
protected XComponentContext m_xCtx;
private ParcelContainer parent = null;
- private Collection childContainers = new ArrayList(10);;
+ private Collection childContainers = new ArrayList(10);
private boolean isPkgContainer = false;
/**
diff --git
a/main/scripting/java/org/openoffice/netbeans/modules/office/utils/PackageRemover.java
b/main/scripting/java/org/openoffice/netbeans/modules/office/utils/PackageRemover.java
index 36129ed4b5..d14d685bf4 100644
---
a/main/scripting/java/org/openoffice/netbeans/modules/office/utils/PackageRemover.java
+++
b/main/scripting/java/org/openoffice/netbeans/modules/office/utils/PackageRemover.java
@@ -84,7 +84,7 @@ public class PackageRemover {
idx = idx + ParcelZipper.CONTENTS_DIRNAME.length();
if (line.charAt(idx) == '.')
- return "package " + line.substring(idx + 1);;
+ return "package " + line.substring(idx + 1);
return null;
}
diff --git a/main/sfx2/source/dialog/templdlg.cxx
b/main/sfx2/source/dialog/templdlg.cxx
index 41a8c78a5f..3401d2bafe 100644
--- a/main/sfx2/source/dialog/templdlg.cxx
+++ b/main/sfx2/source/dialog/templdlg.cxx
@@ -2123,7 +2123,7 @@ void
SfxCommonTemplateDialog_Impl::SaveFactoryStyleFilter( SfxObjectShell* i_pOb
{
Sequence< PropertyValue > lProps(1);
lProps[0].Name = DEFINE_CONST_UNICODE("ooSetupFactoryStyleFilter");
- lProps[0].Value = makeAny( i_nFilter );;
+ lProps[0].Value = makeAny( i_nFilter );
xContainer->replaceByName( getModuleIdentifier( xModuleManager,
i_pObjSh ), makeAny( lProps ) );
}
}
diff --git a/main/solenv/bin/modules/installer/archivefiles.pm
b/main/solenv/bin/modules/installer/archivefiles.pm
index e5855aebec..d8224c6a42 100644
--- a/main/solenv/bin/modules/installer/archivefiles.pm
+++ b/main/solenv/bin/modules/installer/archivefiles.pm
@@ -464,7 +464,7 @@ sub resolving_archive_flag
{
$installer::logger::Lang->printf(
"WARNING: %s not included in install set (does
not exist in zip file)!\n",
- $name);;
+ $name);
}
}
}
diff --git a/main/solenv/bin/modules/installer/systemactions.pm
b/main/solenv/bin/modules/installer/systemactions.pm
index 6a8e12ed1d..830aa66337 100644
--- a/main/solenv/bin/modules/installer/systemactions.pm
+++ b/main/solenv/bin/modules/installer/systemactions.pm
@@ -118,7 +118,7 @@ sub create_directory
$installer::logger::Lang->print("\n");
$installer::logger::Lang->printf(
"Attention: Created directory
\"\" in the second try.\n",
- $directory);;
+ $directory);
my $localcall = "chmod 775 $directory
\>\/dev\/null 2\>\&1";
system($localcall);
@@ -144,7 +144,7 @@ sub create_directory
$installer::logger::Lang->print("\n");
$installer::logger::Lang->printf(
"Another process created this directory
in exactly this moment :-) : %s\n",
- $directory);;
+ $directory);
}
}
}
diff --git a/main/svx/source/form/navigatortree.cxx
b/main/svx/source/form/navigatortree.cxx
index 3756455bc2..31b7a4ba82 100644
--- a/main/svx/source/form/navigatortree.cxx
+++ b/main/svx/source/form/navigatortree.cxx
@@ -1515,7 +1515,7 @@ namespace svxform
if (!IsFormEntry(pParentEntry))
return NULL;
- FmFormData* pParentFormData =
(FmFormData*)pParentEntry->GetUserData();;
+ FmFormData* pParentFormData =
(FmFormData*)pParentEntry->GetUserData();
Reference< XForm > xParentForm(
pParentFormData->GetFormIface());
//////////////////////////////////////////////////////////////////////
diff --git a/main/svx/source/unodraw/unoshape.cxx
b/main/svx/source/unodraw/unoshape.cxx
index 8bfb9d6de2..d5b8289c40 100644
--- a/main/svx/source/unodraw/unoshape.cxx
+++ b/main/svx/source/unodraw/unoshape.cxx
@@ -2023,7 +2023,7 @@ void SvxShape::endSetPropertyValues()
const OUString* pNames = aPropertyNames.getConstArray();
uno::Sequence< uno::Any > aRet( nCount );
- uno::Any* pValue = aRet.getArray();;
+ uno::Any* pValue = aRet.getArray();
if( mpImpl->mpMaster )
{
diff --git a/main/sw/source/core/text/txtfrm.cxx
b/main/sw/source/core/text/txtfrm.cxx
index 3f9cea5ebc..349303387b 100644
--- a/main/sw/source/core/text/txtfrm.cxx
+++ b/main/sw/source/core/text/txtfrm.cxx
@@ -1483,7 +1483,7 @@ sal_Bool lcl_ErgoVadis( SwTxtFrm* pFrm, xub_StrLen &rPos,
const PrepareHint ePre
if( ePrep == PREP_ERGOSUM )
{
if( !rFtnInfo.aErgoSum.Len() )
- return sal_False;;
+ return sal_False;
rPos = pFrm->GetOfst();
}
else
diff --git a/main/sw/source/filter/html/css1atr.cxx
b/main/sw/source/filter/html/css1atr.cxx
index c51d759665..ea65a37001 100644
--- a/main/sw/source/filter/html/css1atr.cxx
+++ b/main/sw/source/filter/html/css1atr.cxx
@@ -2872,7 +2872,7 @@ static Writer& OutCSS1_SvxFontWeight( Writer& rWrt, const
SfxPoolItem& rHt )
break;
case WEIGHT_ULTRABOLD: pStr = sCSS1_PV_extra_bold; break;
default:
- pStr = sCSS1_PV_normal;;
+ pStr = sCSS1_PV_normal;
}
if( pStr )
diff --git a/main/sw/source/ui/dochdl/swdtflvr.cxx
b/main/sw/source/ui/dochdl/swdtflvr.cxx
index 1cae0677e0..d346f213cc 100644
--- a/main/sw/source/ui/dochdl/swdtflvr.cxx
+++ b/main/sw/source/ui/dochdl/swdtflvr.cxx
@@ -770,7 +770,7 @@ int SwTransferable::PrepareForCopy( sal_Bool bIsCut )
{
int nRet = 1;
if(!pWrtShell)
- return 0;;
+ return 0;
String sGrfNm;
const int nSelection = pWrtShell->GetSelectionType();
diff --git a/main/sw/source/ui/index/cnttab.cxx
b/main/sw/source/ui/index/cnttab.cxx
index f3120165d6..d46d8e05dd 100644
--- a/main/sw/source/ui/index/cnttab.cxx
+++ b/main/sw/source/ui/index/cnttab.cxx
@@ -2794,7 +2794,7 @@ IMPL_LINK(SwTOXEntryTabPage, LevelHdl, SvTreeListBox*,
pBox)
// #i21237#
SwFormTokens aPattern = m_pCurrentForm->GetPattern(nLevel + 1);
- SwFormTokens::iterator aIt = aPattern.begin();;
+ SwFormTokens::iterator aIt = aPattern.begin();
while(aIt != aPattern.end())
{
diff --git a/main/tools/source/fsys/urlobj.cxx
b/main/tools/source/fsys/urlobj.cxx
index 1c03c34315..c6e7cd705b 100644
--- a/main/tools/source/fsys/urlobj.cxx
+++ b/main/tools/source/fsys/urlobj.cxx
@@ -2839,7 +2839,7 @@ bool INetURLObject::parseHostOrNetBiosName(
case ']':
case '`':
case '|':
- return false;;
+ return false;
}
if (pCanonic != NULL) {
appendUCS4(
diff --git
a/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Workbook.java
b/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Workbook.java
index e08ca67fac..73e5316aac 100644
---
a/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Workbook.java
+++
b/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Workbook.java
@@ -54,7 +54,7 @@ OfficeConstants {
private Vector definedNames = new Vector();
private static final CodePage cp;
private static final Window1 win1;
- private static final BeginningOfFile bof;;
+ private static final BeginningOfFile bof;
private static final Eof eof;
private String fileName;
diff --git
a/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/SxcDocumentDeserializer.java
b/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/SxcDocumentDeserializer.java
index f07148ffb8..e96b97c432 100644
---
a/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/SxcDocumentDeserializer.java
+++
b/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/SxcDocumentDeserializer.java
@@ -267,7 +267,7 @@ public abstract class SxcDocumentDeserializer implements
OfficeConstants,
// add settings
NodeList settingsList =
settings.getElementsByTagName(TAG_OFFICE_SETTINGS);
- Node settingsNode = settingsList.item(0);;
+ Node settingsNode = settingsList.item(0);
processSettings(settingsNode);
}