diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2002-08-02 14:19:00 +0000 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2002-08-02 14:19:00 +0000 |
commit | f31c1ce9e65a0b6e021411eb502d5934d562efac (patch) | |
tree | d6eab52ae2298fc37a0d83e0f3d80c30116b530d /xmlhelp | |
parent | b248ab7449f964cbd46d932c3cb6c8cd54539a8d (diff) |
#101345# - Fixed implementation of ContentProvider::queryInterface.
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/provider.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/provider.cxx b/xmlhelp/source/cxxhelp/provider/provider.cxx index 5b6461c5f4ab..00faf22b485c 100644 --- a/xmlhelp/source/cxxhelp/provider/provider.cxx +++ b/xmlhelp/source/cxxhelp/provider/provider.cxx @@ -2,9 +2,9 @@ * * $RCSfile: provider.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: vg $ $Date: 2002-06-05 09:33:43 $ + * last change: $Author: kso $ $Date: 2002-08-02 15:19:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -146,11 +146,12 @@ ContentProvider::~ContentProvider() // //========================================================================= -XINTERFACE_IMPL_5( ContentProvider, +XINTERFACE_IMPL_6( ContentProvider, XTypeProvider, XServiceInfo, XContentProvider, XComponent, + XEventListener, /* base of XContainerListener */ XContainerListener); //========================================================================= |