Tag: cws_dev300_rptchart02 User: oj Date: 2008-05-15 12:31:47+0000 Modified: dba/reportdesign/source/inc/uistrings.hrc dba/reportdesign/source/shared/uistrings.cxx
Log: #i89369# disbale title feature at propbrw for teh moment but impl all what is needed as we can introduce new strings again File Changes: Directory: /dba/reportdesign/source/inc/ ======================================== File [changed]: uistrings.hrc Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/inc/uistrings.hrc?r1=1.6&r2=1.6.2.1 Delta lines: +3 -2 ------------------- --- uistrings.hrc 2008-04-10 18:48:35+0000 1.6 +++ uistrings.hrc 2008-05-15 12:31:44+0000 1.6.2.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: uistrings.hrc,v $ - * $Revision: 1.6 $ + * $Revision: 1.6.2.1 $ * * This file is part of OpenOffice.org. * @@ -64,6 +64,7 @@ DECLARE_CONSTASCII_USTRING(PROPERTY_SCOPE ); DECLARE_CONSTASCII_USTRING(PROPERTY_CHARTTYPE ); DECLARE_CONSTASCII_USTRING(PROPERTY_PREVIEW_COUNT ); +DECLARE_CONSTASCII_USTRING(PROPERTY_TITLE ); } #endif // REPORTDESIGN_SHARED_UISTRINGS_HRC Directory: /dba/reportdesign/source/shared/ =========================================== File [changed]: uistrings.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/shared/uistrings.cxx?r1=1.6&r2=1.6.2.1 Delta lines: +3 -2 ------------------- --- uistrings.cxx 2008-04-10 18:49:56+0000 1.6 +++ uistrings.cxx 2008-05-15 12:31:44+0000 1.6.2.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: uistrings.cxx,v $ - * $Revision: 1.6 $ + * $Revision: 1.6.2.1 $ * * This file is part of OpenOffice.org. * @@ -58,5 +58,6 @@ IMPLEMENT_CONSTASCII_USTRING(PROPERTY_SCOPE , "Scope"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_CHARTTYPE , "ChartType"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_PREVIEW_COUNT , "RowLimit"); + IMPLEMENT_CONSTASCII_USTRING(PROPERTY_TITLE , "Title"); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
