User: hr      
Date: 05/09/23 05:17:34

Modified:
 /dba/dbaccess/source/ui/app/
  AppTitleWindow.cxx

Log:
 INTEGRATION: CWS dba201b (1.4.22); FILE MERGED
 2005/09/21 07:49:55 oj 1.4.22.2: RESYNC: (1.4-1.5); FILE MERGED
 2005/07/11 13:37:11 fs 1.4.22.1: merging CWS dba201 into CWS dba201b

File Changes:

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

File [changed]: AppTitleWindow.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppTitleWindow.cxx?r1=1.5&r2=1.6
Delta lines:  +9 -0
-------------------
--- AppTitleWindow.cxx  8 Sep 2005 14:22:27 -0000       1.5
+++ AppTitleWindow.cxx  23 Sep 2005 12:17:30 -0000      1.6
@@ -42,9 +42,14 @@
 #ifndef _DBAUI_MODULE_DBU_HXX_
 #include "moduledbu.hxx"
 #endif
+#ifndef _TOOLS_DEBUG_HXX
+#include <tools/debug.hxx>
+#endif
 
 namespace dbaui
 {
+    
+DBG_NAME(OTitleWindow)
 OTitleWindow::OTitleWindow(Window* _pParent,USHORT _nTitleId,WinBits 
_nBits,BOOL _bShift)
 : Window(_pParent,_nBits | WB_DIALOGCONTROL)
 , m_aSpace1(this)
@@ -53,6 +58,8 @@
 , m_pChild(NULL)
 , m_bShift(_bShift)
 {
+    DBG_CTOR(OTitleWindow,NULL);
+
        setTitle(_nTitleId);
        SetBorderStyle(WINDOW_BORDER_MONO);
        ImplInitSettings( sal_True, sal_True, sal_True );
@@ -72,6 +79,8 @@
                ::std::auto_ptr<Window> aTemp(m_pChild);
                m_pChild = NULL;
        }
+
+    DBG_DTOR(OTitleWindow,NULL);
 }
 // 
-----------------------------------------------------------------------------
 void OTitleWindow::setChildWindow(Window* _pChild)




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

Reply via email to