summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:39:35 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:39:35 +0000
commite5c62f16ba9bc9d567f47b4cf06d72226829b15c (patch)
treea6496eed13848b73036c8ccfd65f427453c64334 /extensions/source/bibliography
parent7eaf468d55e1bad6a95f553899ff6c7ea0097aae (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')
-rw-r--r--extensions/source/bibliography/framectr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/bibliography/framectr.hxx b/extensions/source/bibliography/framectr.hxx
index dcd80d39ee58..c4e4a456ca5f 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,