User: kz      
Date: 2008-05-05 15:50:40+0000
Modified:
   dba/dbaccess/source/core/dataaccess/documentdefinition.hxx

Log:
 INTEGRATION: CWS dba30b (1.28.4); FILE MERGED
 2008/04/15 22:12:17 fs 1.28.4.2: RESYNC: (1.28-1.29); FILE MERGED
 2008/03/16 14:03:57 fs 1.28.4.1: #i49133# support for a 'Hidden' flag when 
opening a document, and streamlined some of the command names

File Changes:

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

File [changed]: documentdefinition.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/documentdefinition.hxx?r1=1.29&r2=1.30
Delta lines:  +2 -2
-------------------
--- documentdefinition.hxx      2008-04-10 12:46:38+0000        1.29
+++ documentdefinition.hxx      2008-05-05 15:50:37+0000        1.30
@@ -221,13 +221,13 @@
 
     /** loads the embedded object, if not already loaded. No new object can be 
created with this method.
     */
-    void    loadEmbeddedObject()
+    void    loadEmbeddedObject( bool _bSuppressMacros = false )
     {
         loadEmbeddedObject(
             NULL,
             ::com::sun::star::uno::Sequence< sal_Int8 >(),
             ::com::sun::star::uno::Sequence< 
::com::sun::star::beans::PropertyValue >(),
-            false,
+            _bSuppressMacros,
             false
         );
     }




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

Reply via email to