summaryrefslogtreecommitdiff
path: root/sc/inc/targuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/targuno.hxx')
-rw-r--r--sc/inc/targuno.hxx6
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: */