From 22cc1e9e7893d05d32b24b263aa10ac85a9bd8d6 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 11:49:58 +0000 Subject: INTEGRATION: CWS warnings01 (1.11.28); FILE MERGED 2006/05/23 17:41:14 sb 1.11.28.2: RESYNC: (1.11-1.12); FILE MERGED 2006/03/14 15:20:26 fs 1.11.28.1: #i57457# warning-free code --- forms/source/component/FormattedFieldWrapper.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'forms/source/component') diff --git a/forms/source/component/FormattedFieldWrapper.cxx b/forms/source/component/FormattedFieldWrapper.cxx index 0431e368d601..0b613f28a529 100644 --- a/forms/source/component/FormattedFieldWrapper.cxx +++ b/forms/source/component/FormattedFieldWrapper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: FormattedFieldWrapper.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: vg $ $Date: 2006-04-07 15:24:09 $ + * last change: $Author: hr $ $Date: 2006-06-19 12:49:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -92,8 +92,8 @@ InterfaceRef SAL_CALL OFormattedFieldWrapper_CreateInstance(const Reference& _rxFactory, sal_Bool _bActAsFormatted) - :m_pEditPart(NULL) - ,m_xServiceFactory(_rxFactory) + :m_xServiceFactory(_rxFactory) + ,m_pEditPart(NULL) { DBG_CTOR(OFormattedFieldWrapper, NULL); -- cgit