summaryrefslogtreecommitdiff
path: root/sw/inc/unotxdoc.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-01 14:28:22 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-01 14:28:22 +0000
commit6fd71714bcfcf9c1174513284c1483617f932a5f (patch)
tree68b3b6b051ad8b92940c778ed59f063f3b1d418b /sw/inc/unotxdoc.hxx
parent7c85348bc310c33b089206e32dcd54597ad7d725 (diff)
INTEGRATION: CWS sw008 (1.9.114); FILE MERGED
2003/03/07 11:07:53 oj 1.9.114.1: #97593# change BaseClass member method
Diffstat (limited to 'sw/inc/unotxdoc.hxx')
-rw-r--r--sw/inc/unotxdoc.hxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx
index 7e31e9161eed..3e96e370d4c0 100644
--- a/sw/inc/unotxdoc.hxx
+++ b/sw/inc/unotxdoc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unotxdoc.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: tl $ $Date: 2002-11-11 12:57:08 $
+ * last change: $Author: vg $ $Date: 2003-04-01 15:28:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -494,10 +494,11 @@ class SwXTextDocument : public SwXTextDocumentBaseClass,
SfxViewShell * GuessViewShell();
SwDoc * GetRenderDoc( SfxViewShell *&rpView, const ::com::sun::star::uno::Any& rSelection );
+protected:
+ virtual ~SwXTextDocument();
+public:
+ SwXTextDocument(SwDocShell* pShell);
- public:
- SwXTextDocument(SwDocShell* pShell);
- virtual ~SwXTextDocument();
inline void notifyRefreshListeners() { aRefreshCont.Refreshed(); }
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aType ) throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL acquire( ) throw();