diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 07:41:42 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 07:41:42 +0000 |
commit | 95d86d731fc02251f1b07d4b138efcddb3a922ff (patch) | |
tree | 57214aca7130d8808863129282a2c7e95d5536b6 /sw/inc/unocrsr.hxx | |
parent | 2ed999edb96472e0d26719f3fb2f6d4661a81805 (diff) |
INTEGRATION: CWS tune03 (1.3.786); FILE MERGED
2004/07/19 19:10:46 mhu 1.3.786.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/inc/unocrsr.hxx')
-rw-r--r-- | sw/inc/unocrsr.hxx | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/sw/inc/unocrsr.hxx b/sw/inc/unocrsr.hxx index bc0f440d07e9..5aad42a2f5c3 100644 --- a/sw/inc/unocrsr.hxx +++ b/sw/inc/unocrsr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unocrsr.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: os $ $Date: 2000-10-26 09:23:51 $ + * last change: $Author: rt $ $Date: 2004-08-23 08:41:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,9 +77,16 @@ class SwUnoCrsr : public virtual SwCursor, public SwModify public: SwUnoCrsr( const SwPosition &rPos, SwPaM* pRing = 0 ); - SwUnoCrsr( SwUnoCrsr& ); virtual ~SwUnoCrsr(); + // @@@ semantic: no copy ctor. + SwUnoCrsr( SwUnoCrsr& ); +private: + // forbidden and not implemented. + SwUnoCrsr( const SwUnoCrsr& ); + SwUnoCrsr & operator= ( const SwUnoCrsr& ); +public: + virtual operator SwUnoCrsr* (); // virtual SwCursor* Create( SwPaM* pRing = 0 ) const; |