diff options
Diffstat (limited to 'framework/inc/tabwin/tabwindow.hxx')
-rw-r--r-- | framework/inc/tabwin/tabwindow.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/inc/tabwin/tabwindow.hxx b/framework/inc/tabwin/tabwindow.hxx index 0647eb47784f..955fc163bc57 100644 --- a/framework/inc/tabwin/tabwindow.hxx +++ b/framework/inc/tabwin/tabwindow.hxx @@ -4,9 +4,9 @@ * * $RCSfile: tabwindow.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2006-09-08 08:31:41 $ + * last change: $Author: vg $ $Date: 2006-09-08 12:45:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -141,6 +141,9 @@ class TabWindow : public ::com::sun::star::lang::XTypeProvider , DECLARE_XSERVICEINFO FWK_DECLARE_XTYPEPROVIDER + using ::cppu::OPropertySetHelper::disposing; + using ::cppu::OPropertySetHelper::getFastPropertyValue; + //--------------------------------------------------------------------------------------------------------- // XInitialization //--------------------------------------------------------------------------------------------------------- |