summaryrefslogtreecommitdiff
path: root/forms/source/component
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:49:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:49:58 +0000
commit22cc1e9e7893d05d32b24b263aa10ac85a9bd8d6 (patch)
tree4f68bdef9aa293c8ad8c159f0ac8ede84f28a94f /forms/source/component
parent6043c9df26121ea0d434b42c22591670d7bb7163 (diff)
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
Diffstat (limited to 'forms/source/component')
-rw-r--r--forms/source/component/FormattedFieldWrapper.cxx8
1 files changed, 4 insertions, 4 deletions
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<XMul
//------------------------------------------------------------------
OFormattedFieldWrapper::OFormattedFieldWrapper(const Reference<XMultiServiceFactory>& _rxFactory, sal_Bool _bActAsFormatted)
- :m_pEditPart(NULL)
- ,m_xServiceFactory(_rxFactory)
+ :m_xServiceFactory(_rxFactory)
+ ,m_pEditPart(NULL)
{
DBG_CTOR(OFormattedFieldWrapper, NULL);