diff options
author | Oliver Specht <os@openoffice.org> | 2000-11-01 14:03:18 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2000-11-01 14:03:18 +0000 |
commit | 28acf2e9a0a769ad731874437a277b99499a38cb (patch) | |
tree | 1f9f9eaa95b6089d2a9afb7143b2b324d1627178 /sw/inc/unoidx.hxx | |
parent | e839ddd6ffdd40524a6ba98e1e3697f5f65ad1fa (diff) |
prevent multiple creation of a SwXDocumentIndex object
Diffstat (limited to 'sw/inc/unoidx.hxx')
-rw-r--r-- | sw/inc/unoidx.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/unoidx.hxx b/sw/inc/unoidx.hxx index 6f67d79dc6f3..29d163429eb6 100644 --- a/sw/inc/unoidx.hxx +++ b/sw/inc/unoidx.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unoidx.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: os $ $Date: 2000-10-16 10:30:50 $ + * last change: $Author: os $ $Date: 2000-11-01 15:03:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -135,6 +135,8 @@ public: SwXDocumentIndex(TOXTypes eToxType, SwDoc& rDoc); virtual ~SwXDocumentIndex(); + TYPEINFO(); + static const ::com::sun::star::uno::Sequence< sal_Int8 > & getUnoTunnelId(); //XUnoTunnel |