diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-06-25 05:20:47 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-06-25 05:41:10 +0200 |
commit | 37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24 (patch) | |
tree | 060cf0aafda3f205b3e12508465a5403826d014d /sc/inc/targuno.hxx | |
parent | ed6b8a100c1aabb342573f252509573bbe124d29 (diff) |
remove whitespace
Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2
Diffstat (limited to 'sc/inc/targuno.hxx')
-rw-r--r-- | sc/inc/targuno.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/inc/targuno.hxx b/sc/inc/targuno.hxx index a9e4a1f6b5c8..978cf286557d 100644 --- a/sc/inc/targuno.hxx +++ b/sc/inc/targuno.hxx @@ -53,7 +53,6 @@ class ScDocShell; - #define SC_LINKTARGETTYPE_SHEET 0 #define SC_LINKTARGETTYPE_RANGENAME 1 #define SC_LINKTARGETTYPE_DBAREA 2 @@ -62,10 +61,8 @@ class ScDocShell; #define SCLINKTARGET_SERVICE "com.sun.star.document.LinkTarget" - //! Graphic / OleObject (need separate collections!) - class ScLinkTargetTypesObj : public ::cppu::WeakImplHelper2< ::com::sun::star::container::XNameAccess, ::com::sun::star::lang::XServiceInfo >, @@ -99,7 +96,6 @@ public: virtual ::com::sun::star::uno::Sequence< OUString> SAL_CALL getSupportedServiceNames(void) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE; }; - class ScLinkTargetTypeObj : public ::cppu::WeakImplHelper3< ::com::sun::star::beans::XPropertySet, ::com::sun::star::document::XLinkTargetSupplier, @@ -162,7 +158,6 @@ public: virtual ::com::sun::star::uno::Sequence< OUString> SAL_CALL getSupportedServiceNames(void) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE; }; - class ScLinkTargetsObj : public ::cppu::WeakImplHelper2< ::com::sun::star::container::XNameAccess, ::com::sun::star::lang::XServiceInfo > @@ -192,7 +187,6 @@ public: virtual ::com::sun::star::uno::Sequence< OUString> SAL_CALL getSupportedServiceNames(void) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE; }; - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |