summaryrefslogtreecommitdiffstats
path: root/forms/source/richtext/rtattributes.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:02:08 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:02:08 +0000
commit83de6dcc9199bdce69fae0bfddefdf9911ce4da5 (patch)
tree59b2e027648f0262de932411f65d1110acd8afc3 /forms/source/richtext/rtattributes.hxx
parentINTEGRATION: CWS warnings01 (1.4.66); FILE MERGED (diff)
downloadcore-83de6dcc9199bdce69fae0bfddefdf9911ce4da5.tar.gz
core-83de6dcc9199bdce69fae0bfddefdf9911ce4da5.zip
INTEGRATION: CWS warnings01 (1.3.68); FILE MERGED
2006/03/14 15:20:33 fs 1.3.68.1: #i57457# warning-free code
Diffstat (limited to 'forms/source/richtext/rtattributes.hxx')
-rw-r--r--forms/source/richtext/rtattributes.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/forms/source/richtext/rtattributes.hxx b/forms/source/richtext/rtattributes.hxx
index b4525f22a9e1..089faa109645 100644
--- a/forms/source/richtext/rtattributes.hxx
+++ b/forms/source/richtext/rtattributes.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: rtattributes.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 23:11:01 $
+ * last change: $Author: hr $ $Date: 2006-06-19 13:02:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -102,22 +102,22 @@ namespace frm
//====================================================================
//................................................................
inline AttributeState::AttributeState( )
- :eSimpleState( eIndetermined )
- ,pItemHandle( NULL )
+ :pItemHandle( NULL )
+ ,eSimpleState( eIndetermined )
{
}
//................................................................
inline AttributeState::AttributeState( AttributeCheckState _eCheckState )
- :eSimpleState( _eCheckState )
- ,pItemHandle( NULL )
+ :pItemHandle( NULL )
+ ,eSimpleState( _eCheckState )
{
}
//................................................................
inline AttributeState::AttributeState( const AttributeState& _rSource )
- :eSimpleState( eIndetermined )
- ,pItemHandle( NULL )
+ :pItemHandle( NULL )
+ ,eSimpleState( eIndetermined )
{
operator=( _rSource );
}