summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unopage.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:20:00 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:41:09 +0200
commited6b8a100c1aabb342573f252509573bbe124d29 (patch)
tree35874493d9470202b3221aa2a1666b6647494242 /sd/source/ui/unoidl/unopage.cxx
parent78f6407978aa48c3cbb116bc281940dbf1f2dcbc (diff)
remove whitespaces
Change-Id: I9daea42a433b5032931a722878874917cf37f4d1
Diffstat (limited to 'sd/source/ui/unoidl/unopage.cxx')
-rw-r--r--sd/source/ui/unoidl/unopage.cxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/sd/source/ui/unoidl/unopage.cxx b/sd/source/ui/unoidl/unopage.cxx
index 048d6fe1416e..359bade9b760 100644
--- a/sd/source/ui/unoidl/unopage.cxx
+++ b/sd/source/ui/unoidl/unopage.cxx
@@ -717,7 +717,6 @@ void SAL_CALL SdGenericDrawPage::setPropertyValue( const OUString& aPropertyName
}
}
-
throw lang::IllegalArgumentException();
}
case WID_LOOP_SOUND:
@@ -1384,7 +1383,6 @@ Reference< drawing::XShape > SdGenericDrawPage::_CreateShape(SdrObject *pObj) c
if(!xShape.is())
xShape = SvxFmDrawPage::_CreateShape( pObj );
-
if( eKind != PRESOBJ_NONE )
{
OUString aShapeType("com.sun.star.presentation.");
@@ -1466,8 +1464,6 @@ Reference< drawing::XShape > SdGenericDrawPage::_CreateShape(SdrObject *pObj) c
}
-
-
// XServiceInfo
Sequence< OUString > SAL_CALL SdGenericDrawPage::getSupportedServiceNames()
throw(uno::RuntimeException, std::exception)
@@ -1479,8 +1475,6 @@ Sequence< OUString > SAL_CALL SdGenericDrawPage::getSupportedServiceNames()
return aSeq;
}
-
-
// XLinkTargetSupplier
Reference< container::XNameAccess > SAL_CALL SdGenericDrawPage::getLinks( )
throw(uno::RuntimeException, std::exception)
@@ -1488,22 +1482,16 @@ Reference< container::XNameAccess > SAL_CALL SdGenericDrawPage::getLinks( )
return new SdPageLinkTargets( (SdGenericDrawPage*)this );
}
-
-
void SdGenericDrawPage::setBackground( const Any& ) throw(lang::IllegalArgumentException)
{
OSL_FAIL( "Don't call me, I'm useless!" );
}
-
-
void SdGenericDrawPage::getBackground( Any& ) throw()
{
OSL_FAIL( "Don't call me, I'm useless!" );
}
-
-
OUString SdGenericDrawPage::getBookmarkURL() const
{
OUStringBuffer aRet;
@@ -1522,7 +1510,6 @@ OUString SdGenericDrawPage::getBookmarkURL() const
return aRet.makeStringAndClear();
}
-
void SdGenericDrawPage::setBookmarkURL( OUString& rURL )
{
if( SvxFmDrawPage::mpPage )
@@ -1544,7 +1531,6 @@ void SdGenericDrawPage::setBookmarkURL( OUString& rURL )
}
}
-
Reference< drawing::XShape > SAL_CALL SdGenericDrawPage::combine( const Reference< drawing::XShapes >& xShapes )
throw( uno::RuntimeException, std::exception )
{
@@ -1581,7 +1567,6 @@ Reference< drawing::XShape > SAL_CALL SdGenericDrawPage::combine( const Referenc
return xShape;
}
-
void SAL_CALL SdGenericDrawPage::split( const Reference< drawing::XShape >& xGroup )
throw( uno::RuntimeException, std::exception )
{
@@ -1600,7 +1585,6 @@ void SAL_CALL SdGenericDrawPage::split( const Reference< drawing::XShape >& xGro
GetModel()->SetModified();
}
-
Reference< drawing::XShape > SAL_CALL SdGenericDrawPage::bind( const Reference< drawing::XShapes >& xShapes )
throw( uno::RuntimeException, std::exception )
{
@@ -1634,7 +1618,6 @@ Reference< drawing::XShape > SAL_CALL SdGenericDrawPage::bind( const Reference<
return xShape;
}
-
void SAL_CALL SdGenericDrawPage::unbind( const Reference< drawing::XShape >& xShape )
throw( uno::RuntimeException, std::exception )
{
@@ -1858,11 +1841,9 @@ Reference< XAnimationNode > SAL_CALL SdGenericDrawPage::getAnimationNode() throw
SdPage *pSdPage = static_cast<SdPage*>(SvxFmDrawPage::mpPage);
-
return pSdPage->getAnimationNode();
}
-
// SdPageLinkTargets
SdPageLinkTargets::SdPageLinkTargets( SdGenericDrawPage* pUnoPage ) throw()
{
@@ -2019,7 +2000,6 @@ Sequence< OUString > SAL_CALL SdPageLinkTargets::getSupportedServiceNames()
return aSeq;
}
-
// SdDrawPage
SdDrawPage::SdDrawPage( SdXImpressDocument* pModel, SdPage* pPage ) throw()
: SdGenericDrawPage( pModel, pPage, ImplGetDrawPagePropertySet( pModel->IsImpressDocument(), pPage->GetPageKind() ) )
@@ -2146,7 +2126,6 @@ OUString getPageApiName( SdPage* pPage )
return aPageName;
}
-
OUString getPageApiNameFromUiName( const OUString& rUIName )
{
OUString aApiName;
@@ -3104,7 +3083,6 @@ void SAL_CALL SdMasterPage::remove( const Reference< drawing::XShape >& xShape )
SdGenericDrawPage::remove( xShape );
}
-
Reference< uno::XInterface > createUnoPageImpl( SdPage* pPage )
{
Reference< uno::XInterface > xPage;