diff options
Diffstat (limited to 'sc/inc/linkuno.hxx')
-rw-r--r-- | sc/inc/linkuno.hxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sc/inc/linkuno.hxx b/sc/inc/linkuno.hxx index feeaaea56d0f..481ab28f9f97 100644 --- a/sc/inc/linkuno.hxx +++ b/sc/inc/linkuno.hxx @@ -294,7 +294,7 @@ public: ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); - // aus get/setPropertyValue gerufen: + // called from get/setPropertyValue: ::rtl::OUString getFileName(void) const; void setFileName(const ::rtl::OUString& FileName); ::rtl::OUString getFilter(void) const; @@ -499,8 +499,6 @@ public: throw(::com::sun::star::uno::RuntimeException); }; -// ============================================================================ - class ScExternalSheetCacheObj : public cppu::WeakImplHelper1< ::com::sun::star::sheet::XExternalSheetCache > { public: @@ -534,8 +532,6 @@ private: size_t mnIndex; }; -// ============================================================================ - class ScExternalDocLinkObj : public cppu::WeakImplHelper1< ::com::sun::star::sheet::XExternalDocLink > { public: @@ -582,8 +578,6 @@ private: sal_uInt16 mnFileId; }; -// ============================================================================ - /** This is the UNO API equivalent of ScExternalRefManager. */ class ScExternalDocLinksObj : public cppu::WeakImplHelper1< ::com::sun::star::sheet::XExternalDocLinks > { |