diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-09-08 11:45:08 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-09-08 11:45:08 +0000 |
commit | 0ee49b45e1acd8875d39180901ca9f290feeadeb (patch) | |
tree | 9af3926e5243a7d66cc39cc8c87d0bb0868e5cc7 /framework/inc/tabwin/tabwindow.hxx | |
parent | aa467f1016611dced44b9508a2fe653cc58bd6ab (diff) |
#100000# get rif of solaris warning
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 //--------------------------------------------------------------------------------------------------------- |