diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-14 13:39:35 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-14 13:39:35 +0000 |
commit | b8072794f0976f81891320217054870f1e8e43b3 (patch) | |
tree | 38c03c810a883ce78e3a922e88d4134b63ed2a66 /extensions/source/bibliography/framectr.hxx | |
parent | 9420ce00f8938fd58347ac61a793bcbc8299f1e5 (diff) |
INTEGRATION: CWS wae4extensions (1.10.388); FILE MERGED
2007/09/27 07:18:22 fs 1.10.388.1: #i81612# warning-free code
Diffstat (limited to 'extensions/source/bibliography/framectr.hxx')
-rw-r--r-- | extensions/source/bibliography/framectr.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/bibliography/framectr.hxx b/extensions/source/bibliography/framectr.hxx index ae4d9aa23..1988bb402 100644 --- a/extensions/source/bibliography/framectr.hxx +++ b/extensions/source/bibliography/framectr.hxx @@ -4,9 +4,9 @@ * * $RCSfile: framectr.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2005-09-08 19:18:05 $ + * last change: $Author: ihi $ $Date: 2008-01-14 14:39:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -85,7 +85,7 @@ public: }; typedef BibStatusDispatch* BibStatusDispatchPtr; -SV_DECL_PTRARR_DEL( BibStatusDispatchArr, BibStatusDispatchPtr, 4, 4 ); +SV_DECL_PTRARR_DEL( BibStatusDispatchArr, BibStatusDispatchPtr, 4, 4 ) class BibFrameController_Impl : public cppu::WeakImplHelper5 < ::com::sun::star::lang::XServiceInfo, |