Kaydet (Commit) 0e9700ee authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS pj26 (1.27.8); FILE MERGED

2005/04/20 19:24:00 pjanik 1.27.8.1: #i47705#: Fix gcc33 parser bug.
üst 7973f660
......@@ -2,9 +2,9 @@
*
* $RCSfile: fmpgeimp.cxx,v $
*
* $Revision: 1.27 $
* $Revision: 1.28 $
*
* last change: $Author: obo $ $Date: 2005-04-13 08:29:22 $
* last change: $Author: obo $ $Date: 2005-04-29 09:24:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -364,7 +364,7 @@ Reference< ::com::sun::star::form::XForm > FmFormPageImpl::getDefaultForm()
{
}
::rtl::OUString aName (String(SVX_RES(RID_STR_STDFORMNAME)));
::rtl::OUString aName = String(SVX_RES(RID_STR_STDFORMNAME));
xSet->setPropertyValue(FM_PROP_NAME, makeAny(aName));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment