summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-08-16 13:22:02 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-08-16 13:22:02 +0000
commited238433b848e2908e5b832903792430665acd5e (patch)
treedb89b17173f77576cdff5420e72c210da16e2d0e /dbaccess
parentd9490de786a7fe25c00cf789e95272ff8595e127 (diff)
#65293#: syntax
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/browser/dataview.cxx6
-rw-r--r--dbaccess/source/ui/browser/dbtreemodel.cxx9
2 files changed, 9 insertions, 6 deletions
diff --git a/dbaccess/source/ui/browser/dataview.cxx b/dbaccess/source/ui/browser/dataview.cxx
index f969b2b6065e..a3f2b45f9dfa 100644
--- a/dbaccess/source/ui/browser/dataview.cxx
+++ b/dbaccess/source/ui/browser/dataview.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dataview.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: fs $ $Date: 2001-08-15 13:39:35 $
+ * last change: $Author: hr $ $Date: 2001-08-16 14:22:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -112,7 +112,7 @@ namespace dbaui
}
};
- DBG_NAME(ODataView);
+ DBG_NAME(ODataView)
// -------------------------------------------------------------------------
ODataView::ODataView(Window* pParent, const Reference< XMultiServiceFactory >& _rFactory, WinBits nStyle)
:Window(pParent,nStyle)
diff --git a/dbaccess/source/ui/browser/dbtreemodel.cxx b/dbaccess/source/ui/browser/dbtreemodel.cxx
index c907fd993f33..caf1f6b57a48 100644
--- a/dbaccess/source/ui/browser/dbtreemodel.cxx
+++ b/dbaccess/source/ui/browser/dbtreemodel.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbtreemodel.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: oj $ $Date: 2001-08-15 13:14:59 $
+ * last change: $Author: hr $ $Date: 2001-08-16 14:22:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,7 @@ namespace dbaui
//========================================================================
//= DBTreeListModel
//========================================================================
- DBG_NAME(DBTreeListUserData);
+ DBG_NAME(DBTreeListUserData)
//------------------------------------------------------------------------
DBTreeListModel::DBTreeListUserData::DBTreeListUserData()
:eType(SbaTableQueryBrowser::etQuery)
@@ -110,6 +110,9 @@ namespace dbaui
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.9 2001/08/15 13:14:59 oj
+ * #88644# correct getImplementationId and insert some DBG's
+ *
* Revision 1.8 2001/05/14 11:58:35 oj
* #86744# some changes for entries and views
*