Tag: cws_src680_rpt23fix01 User: lla Date: 2007-07-16 07:27:53+0000 Modified: dba/reportdesign/source/shared/stringconstants.cxx
Log: #i78500# insert time control only File Changes: Directory: /dba/reportdesign/source/shared/ =========================================== File [changed]: stringconstants.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/shared/stringconstants.cxx?r1=1.2&r2=1.2.2.1 Delta lines: +4 -2 ------------------- --- stringconstants.cxx 2007-07-09 11:56:29+0000 1.2 +++ stringconstants.cxx 2007-07-16 07:27:51+0000 1.2.2.1 @@ -4,9 +4,9 @@ * * $RCSfile: stringconstants.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.2.2.1 $ * - * last change: $Author: rt $ $Date: 2007/07/09 11:56:29 $ + * last change: $Author: lla $ $Date: 2007/07/16 07:27:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -147,6 +147,8 @@ IMPLEMENT_CONSTASCII_USTRING(PROPERTY_RESETPAGENUMBER , "ResetPageNumber"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_PRINTWHENGROUPCHANGE , "PrintWhenGroupChange"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_STATE , "State"); +IMPLEMENT_CONSTASCII_USTRING(PROPERTY_TIME_STATE , "TimeState"); +IMPLEMENT_CONSTASCII_USTRING(PROPERTY_DATE_STATE , "DateState"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_TRISTATE , "TriState"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_LISTSOURCETYPE , "ListSourceType"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_FONTCHARWIDTH, "FontCharWidth"); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
