Index: svtools/inc/svtools/genericunodialog.hxx =================================================================== RCS file: /cvs/util/svtools/inc/Attic/genericunodialog.hxx,v retrieving revision 1.8 retrieving revision 1.9 diff -u -u -r1.8 -r1.9 --- svtools/inc/svtools/genericunodialog.hxx 26 Jul 2006 07:27:36 -0000 1.8 +++ svtools/inc/svtools/genericunodialog.hxx 5 Mar 2008 18:21:03 -0000 1.9 @@ -40,7 +40,7 @@ #include "svtools/svtdllapi.h" #endif -#ifndef _CPPUHELPER_IMPLBASE2_HXX_ +#ifndef _CPPUHELPER_IMPLBASE3_HXX_ #include #endif #ifndef _CPPUHELPER_PROPSHLP_HXX @@ -131,6 +131,8 @@ com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > m_xORB; + com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > + m_xContext; // only filled when correct ctor was called protected: OGenericUnoDialog(const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >& _rxORB);