summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorJesse <jspears@umd.edu>2011-12-14 14:43:58 -0500
committerMichael Meeks <michael.meeks@suse.com>2011-12-15 16:38:50 +0000
commit6a8f6c4b1324e28c598a065683103ac2ef8ea3fc (patch)
treed59cda7401565170e32c7d06af9755f3110651fd /xmloff
parent63a817d2fb00f248053566c8b8364667432fa8b3 (diff)
Removed extra semicolons
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/core/nmspmap.cxx4
-rw-r--r--xmloff/source/core/xmlexp.cxx2
-rw-r--r--xmloff/source/style/xmlstyle.cxx2
-rw-r--r--xmloff/source/text/txtexppr.cxx4
4 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/source/core/nmspmap.cxx b/xmloff/source/core/nmspmap.cxx
index b6b2054518e9..24605cedb849 100644
--- a/xmloff/source/core/nmspmap.cxx
+++ b/xmloff/source/core/nmspmap.cxx
@@ -228,7 +228,7 @@ OUString SvXMLNamespaceMap::GetQNameByKey( sal_uInt16 nKey,
sQName.append ( sal_Unicode(':') );
sQName.append ( rLocalName );
}
- return sQName.makeStringAndClear();;
+ return sQName.makeStringAndClear();
}
case XML_NAMESPACE_XML:
{
@@ -237,7 +237,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/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx
index a074d03607e1..8576daed90ed 100644
--- a/xmloff/source/core/xmlexp.cxx
+++ b/xmloff/source/core/xmlexp.cxx
@@ -2437,7 +2437,7 @@ void SvXMLExport::DisposingModel()
{
mxModel.clear();
// Shapes in Writer cannot be named via context menu (#i51726#)
- meModelType = SvtModuleOptions::E_UNKNOWN_FACTORY;;
+ meModelType = SvtModuleOptions::E_UNKNOWN_FACTORY;
mxEventListener.clear();
}
diff --git a/xmloff/source/style/xmlstyle.cxx b/xmloff/source/style/xmlstyle.cxx
index b091d14663c7..668577c0322b 100644
--- a/xmloff/source/style/xmlstyle.cxx
+++ b/xmloff/source/style/xmlstyle.cxx
@@ -176,7 +176,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/xmloff/source/text/txtexppr.cxx b/xmloff/source/text/txtexppr.cxx
index 48c2e64943b8..f7eb9c925487 100644
--- a/xmloff/source/text/txtexppr.cxx
+++ b/xmloff/source/text/txtexppr.cxx
@@ -881,7 +881,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;
@@ -943,7 +943,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;