diff options
author | Oliver Specht <os@openoffice.org> | 2002-05-08 07:55:59 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-05-08 07:55:59 +0000 |
commit | c637eee9fb603ac848db30ff6534f700be1bdd4e (patch) | |
tree | bd951fffe465b52c0c145a01004484de9e38839a /extensions/source/bibliography/framectr.hxx | |
parent | 21fd25c626b9755d68cb90b6aee651beb1f2ddf2 (diff) |
#98562# #98563# menu entries to insert/delete record(s) added
Diffstat (limited to 'extensions/source/bibliography/framectr.hxx')
-rw-r--r-- | extensions/source/bibliography/framectr.hxx | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/extensions/source/bibliography/framectr.hxx b/extensions/source/bibliography/framectr.hxx index ffe558a29..dcd0c5f6a 100644 --- a/extensions/source/bibliography/framectr.hxx +++ b/extensions/source/bibliography/framectr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: framectr.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: fs $ $Date: 2001-10-22 07:31:41 $ + * last change: $Author: os $ $Date: 2002-05-08 08:50:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,12 +73,12 @@ #ifndef _COM_SUN_STAR_FRAME_XDISPATCH_HPP_ #include <com/sun/star/frame/XDispatch.hpp> #endif -#ifndef _COM_SUN_STAR_FORM_XLOADABLE_HPP_ +#ifndef _COM_SUN_STAR_FORM_XLOADABLE_HPP_ #include <com/sun/star/form/XLoadable.hpp> #endif #ifndef _CPPUHELPER_IMPLBASE3_HXX_ -#include <cppuhelper/implbase3.hxx> // helper for implementations +#include <cppuhelper/implbase3.hxx> #endif #ifndef _SVARRAY_HXX @@ -87,7 +87,11 @@ #include "bibmod.hxx" class BibDataManager; - +namespace com{namespace sun{namespace star{ + namespace form{ + class XFormController; + } +}}} class BibStatusDispatch { public: @@ -121,6 +125,7 @@ friend class BibFrameCtrl_Impl; DECL_STATIC_LINK( BibFrameController_Impl, DisposeHdl, void* ); + sal_Bool SaveModified(const ::com::sun::star::uno::Reference< ::com::sun::star::form::XFormController>& xController); public: BibFrameController_Impl( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > & xComponent); BibFrameController_Impl( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > & xComponent, |