summaryrefslogtreecommitdiff
path: root/sw/source/ui/uno/unotxvw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/uno/unotxvw.cxx')
-rw-r--r--sw/source/ui/uno/unotxvw.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/ui/uno/unotxvw.cxx b/sw/source/ui/uno/unotxvw.cxx
index 3635eb417c6b..b0b37db7f369 100644
--- a/sw/source/ui/uno/unotxvw.cxx
+++ b/sw/source/ui/uno/unotxvw.cxx
@@ -336,7 +336,7 @@ sal_Bool SwXTextView::select(const uno::Any& aInterface) throw( lang::IllegalArg
}
}
- uno::Reference< text::XTextTable > xTbl(xInterface, uno::UNO_QUERY);;
+ uno::Reference< text::XTextTable > xTbl(xInterface, uno::UNO_QUERY);
if(xTbl.is() && xIfcTunnel.is())
{
@@ -385,7 +385,7 @@ sal_Bool SwXTextView::select(const uno::Any& aInterface) throw( lang::IllegalArg
return sal_True;
}
}
- uno::Reference< text::XTextContent > xBkm(xInterface, uno::UNO_QUERY);;
+ uno::Reference< text::XTextContent > xBkm(xInterface, uno::UNO_QUERY);
if(xBkm.is() && xIfcTunnel.is())
{
@@ -522,7 +522,7 @@ uno::Any SwXTextView::getSelection(void) throw( uno::RuntimeException )
OSL_ENSURE(rSh.GetTableFmt(), "kein Tabellenformat?");
uno::Reference< text::XTextTableCursor > xCrsr = new SwXTextTableCursor(*rSh.GetTableFmt(),
rSh.GetTableCrsr());
- aRef = uno::Reference< uno::XInterface > (xCrsr, uno::UNO_QUERY);;
+ aRef = uno::Reference< uno::XInterface > (xCrsr, uno::UNO_QUERY);
break;
}
@@ -591,7 +591,7 @@ uno::Any SwXTextView::getSelection(void) throw( uno::RuntimeException )
{
SdrObject* pObj = rMarkList.GetMark(i)->GetMarkedSdrObj();
uno::Reference< uno::XInterface > xInt = pSvxDrawPage->GetInterface( pObj );
- uno::Reference< drawing::XShape > xShape(xInt, uno::UNO_QUERY);;
+ uno::Reference< drawing::XShape > xShape(xInt, uno::UNO_QUERY);
xShCol->add(xShape);
}
aRef = uno::Reference< uno::XInterface >(xShCol, uno::UNO_QUERY);
@@ -1941,7 +1941,7 @@ sal_Int64 SAL_CALL SwXTextViewCursor::getSomething(
{
return sal::static_int_cast< sal_Int64 >( reinterpret_cast< sal_IntPtr >( this ));
}
- return OTextCursorHelper::getSomething(rId);;
+ return OTextCursorHelper::getSomething(rId);
}
IMPLEMENT_FORWARD_XINTERFACE2(SwXTextViewCursor,SwXTextViewCursor_Base,OTextCursorHelper)