diff options
-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 |