diff options
Diffstat (limited to 'sw/inc/unotxdoc.hxx')
-rw-r--r-- | sw/inc/unotxdoc.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx index 22ec2f78e0f3..742e493d4715 100644 --- a/sw/inc/unotxdoc.hxx +++ b/sw/inc/unotxdoc.hxx @@ -428,8 +428,6 @@ public: // ::com::sun::star::util::XCloneable virtual ::com::sun::star::uno::Reference< ::com::sun::star::util::XCloneable > SAL_CALL createClone( ) throw (::com::sun::star::uno::RuntimeException, std::exception); - - // void Invalidate(); void Reactivate(SwDocShell* pNewDocShell); SwXDocumentPropertyHelper * GetPropertyHelper (); @@ -446,7 +444,6 @@ public: SwXDrawPage* GetDrawPage(); SwDocShell* GetDocShell() {return pDocShell;} - void * SAL_CALL operator new( size_t ) throw(); void SAL_CALL operator delete( void * ) throw(); @@ -485,7 +482,6 @@ public: virtual sal_Bool SAL_CALL supportsService(const OUString& ServiceName) throw( css::uno::RuntimeException, std::exception ); virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames(void) throw( css::uno::RuntimeException, std::exception ); - // void Invalidate() {pxDoc = 0;} }; @@ -504,7 +500,6 @@ class SwXLinkNameAccessWrapper : public cppu::WeakImplHelper4 css::uno::Reference< css::text::XTextDocument > xDoc; SwXTextDocument* pxDoc; - public: SwXLinkNameAccessWrapper(css::uno::Reference< css::container::XNameAccess > xAccess, const OUString& rLinkDisplayName, OUString sSuffix); @@ -588,7 +583,6 @@ public: virtual void onChange(); }; - /* The class SwViewOptionAdjust_Impl is used to adjust the SwViewOption of the current SwViewShell so that fields are not printed as commands and hidden characters are always invisible. Hidden text and place holders |