Tag: cws_src680_swrefactor071015
User: fs      
Date: 2008-03-19 11:11:53+0000
Modified:
   dba/reportdesign/source/core/sdr/RptObject.cxx

Log:
 during #i87241#: some refactoring of the SdrUnoObj

File Changes:

Directory: /dba/reportdesign/source/core/sdr/
=============================================

File [changed]: RptObject.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/core/sdr/RptObject.cxx?r1=1.6&r2=1.6.6.1
Delta lines:  +6 -6
-------------------
--- RptObject.cxx       2007-11-20 18:59:15+0000        1.6
+++ RptObject.cxx       2008-03-19 11:11:50+0000        1.6.6.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: RptObject.cxx,v $
  *
- *  $Revision: 1.6 $
+ *  $Revision: 1.6.6.1 $
  *
- *  last change: $Author: ihi $ $Date: 2007/11/20 18:59:15 $
+ *  last change: $Author: fs $ $Date: 2008/03/19 11:11:50 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -681,7 +681,7 @@
 OUnoObject::OUnoObject(const uno::Reference< report::XReportComponent>& 
_xComponent
                                           ,const uno::Reference< 
awt::XControlModel >& _xControlModel
                        ,sal_uInt16   _nObjectType)
-                 :SdrUnoObj(String(), sal_False)
+                 :SdrUnoObj(String())
                  ,OObjectBase(_xComponent)
           ,m_nObjectType(_nObjectType)
 {
@@ -694,7 +694,7 @@
 OUnoObject::OUnoObject(const ::rtl::OUString& _sComponentName
                                           ,const ::rtl::OUString& rModelName
                        ,sal_uInt16   _nObjectType)
-                 :SdrUnoObj(rModelName, sal_True)
+                 :SdrUnoObj(rModelName)
                  ,OObjectBase(_sComponentName)
           ,m_nObjectType(_nObjectType)
 {
@@ -704,7 +704,7 @@
 OUnoObject::OUnoObject(const uno::Reference< report::XReportComponent>& 
_xComponent
                                           ,const ::rtl::OUString& rModelName
                        ,sal_uInt16   _nObjectType)
-                 :SdrUnoObj(rModelName, sal_True)
+                 :SdrUnoObj(rModelName)
                  ,OObjectBase(_xComponent)
           ,m_nObjectType(_nObjectType)
 {




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

Reply via email to