summaryrefslogtreecommitdiff
path: root/svx/source/unogallery/unogaltheme.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unogallery/unogaltheme.cxx')
-rw-r--r--svx/source/unogallery/unogaltheme.cxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/svx/source/unogallery/unogaltheme.cxx b/svx/source/unogallery/unogaltheme.cxx
index fcd614a5b5ff..325721d0ed43 100644
--- a/svx/source/unogallery/unogaltheme.cxx
+++ b/svx/source/unogallery/unogaltheme.cxx
@@ -39,8 +39,6 @@ using namespace ::com::sun::star;
namespace unogallery {
-
-
GalleryTheme::GalleryTheme( const OUString& rThemeName )
{
mpGallery = ::Gallery::GetGalleryInstance();
@@ -51,7 +49,6 @@ GalleryTheme::GalleryTheme( const OUString& rThemeName )
}
-
GalleryTheme::~GalleryTheme()
{
const SolarMutexGuard aGuard;
@@ -70,7 +67,6 @@ GalleryTheme::~GalleryTheme()
}
-
OUString GalleryTheme::getImplementationName_Static()
throw()
{
@@ -78,7 +74,6 @@ OUString GalleryTheme::getImplementationName_Static()
}
-
uno::Sequence< OUString > GalleryTheme::getSupportedServiceNames_Static()
throw()
{
@@ -126,7 +121,6 @@ uno::Sequence< sal_Int8 > SAL_CALL GalleryTheme::getImplementationId()
}
-
uno::Type SAL_CALL GalleryTheme::getElementType()
throw (uno::RuntimeException, std::exception)
{
@@ -134,7 +128,6 @@ uno::Type SAL_CALL GalleryTheme::getElementType()
}
-
sal_Bool SAL_CALL GalleryTheme::hasElements()
throw (uno::RuntimeException, std::exception)
{
@@ -144,7 +137,6 @@ sal_Bool SAL_CALL GalleryTheme::hasElements()
}
-
sal_Int32 SAL_CALL GalleryTheme::getCount()
throw (uno::RuntimeException, std::exception)
{
@@ -154,7 +146,6 @@ sal_Int32 SAL_CALL GalleryTheme::getCount()
}
-
uno::Any SAL_CALL GalleryTheme::getByIndex( ::sal_Int32 nIndex )
throw (lang::IndexOutOfBoundsException, lang::WrappedTargetException, uno::RuntimeException, std::exception)
{
@@ -180,7 +171,6 @@ uno::Any SAL_CALL GalleryTheme::getByIndex( ::sal_Int32 nIndex )
}
-
OUString SAL_CALL GalleryTheme::getName( )
throw (uno::RuntimeException, std::exception)
{
@@ -194,7 +184,6 @@ OUString SAL_CALL GalleryTheme::getName( )
}
-
void SAL_CALL GalleryTheme::update( )
throw (uno::RuntimeException, std::exception)
{
@@ -208,7 +197,6 @@ void SAL_CALL GalleryTheme::update( )
}
-
::sal_Int32 SAL_CALL GalleryTheme::insertURLByIndex(
const OUString& rURL, ::sal_Int32 nIndex )
throw (lang::WrappedTargetException, uno::RuntimeException, std::exception)
@@ -241,7 +229,6 @@ void SAL_CALL GalleryTheme::update( )
}
-
::sal_Int32 SAL_CALL GalleryTheme::insertGraphicByIndex(
const uno::Reference< graphic::XGraphic >& rxGraphic, sal_Int32 nIndex )
throw (lang::WrappedTargetException, uno::RuntimeException, std::exception)
@@ -269,7 +256,6 @@ void SAL_CALL GalleryTheme::update( )
}
-
::sal_Int32 SAL_CALL GalleryTheme::insertDrawingByIndex(
const uno::Reference< lang::XComponent >& Drawing, sal_Int32 nIndex )
throw (lang::WrappedTargetException, uno::RuntimeException, std::exception)
@@ -325,7 +311,6 @@ void SAL_CALL GalleryTheme::update( )
}
-
void SAL_CALL GalleryTheme::removeByIndex( sal_Int32 nIndex )
throw (lang::IndexOutOfBoundsException, uno::RuntimeException, std::exception)
{
@@ -341,7 +326,6 @@ void SAL_CALL GalleryTheme::removeByIndex( sal_Int32 nIndex )
}
-
void GalleryTheme::Notify( SfxBroadcaster&, const SfxHint& rHint )
{
const SolarMutexGuard aGuard;
@@ -378,7 +362,6 @@ void GalleryTheme::Notify( SfxBroadcaster&, const SfxHint& rHint )
}
-
void GalleryTheme::implReleaseItems( GalleryObject* pObj )
{
const SolarMutexGuard aGuard;
@@ -396,10 +379,6 @@ void GalleryTheme::implReleaseItems( GalleryObject* pObj )
}
-
-
-
-
void GalleryTheme::implRegisterGalleryItem( ::unogallery::GalleryItem& rItem )
{
const SolarMutexGuard aGuard;
@@ -409,7 +388,6 @@ void GalleryTheme::implRegisterGalleryItem( ::unogallery::GalleryItem& rItem )
}
-
void GalleryTheme::implDeregisterGalleryItem( ::unogallery::GalleryItem& rItem )
{
const SolarMutexGuard aGuard;