Tag: cws_src680_dba23b
User: fs      
Date: 2007-07-07 19:25:07+0000
Modified:
   dba/dbaccess/source/core/dataaccess/ModelImpl.cxx

Log:
 #i78593# add MAYBEDEFAULT attribute when adding the defaults to the Settings 
property bag

File Changes:

Directory: /dba/dbaccess/source/core/dataaccess/
================================================

File [changed]: ModelImpl.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/ModelImpl.cxx?r1=1.18.60.1&r2=1.18.60.2
Delta lines:  +3 -3
-------------------
--- ModelImpl.cxx       2007-06-28 09:02:47+0000        1.18.60.1
+++ ModelImpl.cxx       2007-07-07 19:25:04+0000        1.18.60.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: ModelImpl.cxx,v $
  *
- *  $Revision: 1.18.60.1 $
+ *  $Revision: 1.18.60.2 $
  *
- *  last change: $Author: fs $ $Date: 2007/06/28 09:02:47 $
+ *  last change: $Author: fs $ $Date: 2007/07/07 19:25:04 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -488,7 +488,7 @@
         {
             xContainer->addProperty(
                 ::rtl::OUString::createFromAscii( pSettings->AsciiName ),
-                PropertyAttribute::BOUND,
+                PropertyAttribute::BOUND | PropertyAttribute::MAYBEDEFAULT,
                 pSettings->DefaultValue
             );
         }




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to