summaryrefslogtreecommitdiff
path: root/forms/source/component/DatabaseForm.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-12-01 15:54:29 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-12-01 15:54:29 +0000
commit1f8340cc6127ef0322a365d9eeff752415869a19 (patch)
tree2db57a84c9b02bba098c0f13a36fb61561ba779d /forms/source/component/DatabaseForm.hxx
parentd9a43d43a7bda72355bfb3034b691dcc7d2deade (diff)
INTEGRATION: CWS dba22a (1.30.36); FILE MERGED
2006/11/15 09:21:49 fs 1.30.36.1: #142449# cursorMoved: care for a LoadTime still being NULL (how can this be?)
Diffstat (limited to 'forms/source/component/DatabaseForm.hxx')
-rw-r--r--forms/source/component/DatabaseForm.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/forms/source/component/DatabaseForm.hxx b/forms/source/component/DatabaseForm.hxx
index 48b13bfd5ecf..102be3a65fc7 100644
--- a/forms/source/component/DatabaseForm.hxx
+++ b/forms/source/component/DatabaseForm.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: DatabaseForm.hxx,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: obo $ $Date: 2006-07-10 14:46:45 $
+ * last change: $Author: rt $ $Date: 2006-12-01 16:54:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -581,6 +581,8 @@ private:
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > getConnection();
+ void impl_createLoadTimer();
+
DECL_LINK( OnTimeout, void* );
};