diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-03-30 10:49:33 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-03-30 10:49:33 +0000 |
commit | 7de10ebb07fd824bed9bb3340a8ec42195a310f4 (patch) | |
tree | ef86d888703c62b546f4544257c5d140d139bdbb /dbaccess/source/ui/dlg/AdabasStat.cxx | |
parent | 21d596a931864c36e22f4d876440c497c256c512 (diff) |
using namespace dbaui
Diffstat (limited to 'dbaccess/source/ui/dlg/AdabasStat.cxx')
-rw-r--r-- | dbaccess/source/ui/dlg/AdabasStat.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/AdabasStat.cxx b/dbaccess/source/ui/dlg/AdabasStat.cxx index b2b7eaa95178..97db8bf13041 100644 --- a/dbaccess/source/ui/dlg/AdabasStat.cxx +++ b/dbaccess/source/ui/dlg/AdabasStat.cxx @@ -2,9 +2,9 @@ * * $RCSfile: AdabasStat.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: oj $ $Date: 2001-03-27 07:17:16 $ + * last change: $Author: oj $ $Date: 2001-03-30 11:49:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,6 +98,8 @@ #include <connectivity/dbtools.hxx> #endif +using namespace dbaui; +DBG_NAME(OAdabasStatistics); namespace dbaui { using namespace dbtools; @@ -106,7 +108,7 @@ namespace dbaui using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::lang; -DBG_NAME(OAdabasStatistics); + OAdabasStatistics::OAdabasStatistics( Window* pParent, const ::rtl::OUString& _rUser, |