Tag: cws_src680_pchfix04
User: os      
Date: 2007/02/05 00:45:44

Modified:
   dba/dbaccess/source/ui/dlg/dlgattr.cxx

Log:
 #i73604# usage of ITEMID_* removed

File Changes:

Directory: /dba/dbaccess/source/ui/dlg/
=======================================

File [changed]: dlgattr.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/dlgattr.cxx?r1=1.9&r2=1.9.32.1
Delta lines:  +4 -12
--------------------
--- dlgattr.cxx 12 Oct 2006 13:37:28 -0000      1.9
+++ dlgattr.cxx 5 Feb 2007 08:45:41 -0000       1.9.32.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: dlgattr.cxx,v $
  *
- *  $Revision: 1.9 $
+ *  $Revision: 1.9.32.1 $
  *
- *  last change: $Author: obo $ $Date: 2006/10/12 13:37:28 $
+ *  last change: $Author: os $ $Date: 2007/02/05 08:45:41 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -37,14 +37,6 @@
 #include "precompiled_dbaccess.hxx"
 
 
-#ifdef MAC
-#ifdef ITEMID_NUMBERINFO
-#undef ITEMID_NUMBERINFO
-#endif
-#endif
-
-#define ITEMID_NUMBERINFO 0
-
 #ifndef DBAUI_SBATTRDLG_HXX
 #include "dlgattr.hxx"
 #endif
@@ -105,7 +97,7 @@
 {
     DBG_CTOR(SbaSbAttrDlg,NULL);
 
-       pNumberInfoItem = new SvxNumberInfoItem( pFormatter );
+    pNumberInfoItem = new SvxNumberInfoItem( pFormatter, 0 );
 
        if (bRow)
                SetText(aTitle);




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

Reply via email to