Kaydet (Commit) e2651ee3 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

#65293#: syntax

üst 800a83dc
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: dbtree.cxx,v $ * $RCSfile: dbtree.cxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: os $ $Date: 2000-10-27 11:24:06 $ * last change: $Author: hr $ $Date: 2000-10-31 15:56:04 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -261,7 +261,7 @@ void SwDBTreeList::RequestingChilds(SvLBoxEntry* pParent) ...@@ -261,7 +261,7 @@ void SwDBTreeList::RequestingChilds(SvLBoxEntry* pParent)
return; return;
Any aDBSource = xDBContext->getByName(sSourceName); Any aDBSource = xDBContext->getByName(sSourceName);
Reference<XDataSource>* pxSource = (Reference<XDataSource>*)aDBSource.getValue(); Reference<XDataSource>* pxSource = (Reference<XDataSource>*)aDBSource.getValue();
BOOL bTable = pParent->GetUserData != 0; BOOL bTable = pParent->GetUserData() != 0;
Reference<XConnection> xConnection; Reference<XConnection> xConnection;
try try
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment