summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/querycontroller.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-03-01 12:29:19 +0000
committerFrank Schönheit <fs@openoffice.org>2001-03-01 12:29:19 +0000
commit6c48760989c68a78fd5e2d5a8e60dfbfb4edd159 (patch)
tree52a7984e87e583e44cbcb2bf692977f931b4c230 /dbaccess/source/ui/inc/querycontroller.hxx
parent102086558874b2b2ec37a3f22eaaeb43e50d6e87 (diff)
+createTableWindowData
Diffstat (limited to 'dbaccess/source/ui/inc/querycontroller.hxx')
-rw-r--r--dbaccess/source/ui/inc/querycontroller.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/querycontroller.hxx b/dbaccess/source/ui/inc/querycontroller.hxx
index 4c67761a9168..1186970f0df1 100644
--- a/dbaccess/source/ui/inc/querycontroller.hxx
+++ b/dbaccess/source/ui/inc/querycontroller.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: querycontroller.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: oj $ $Date: 2001-02-28 10:10:02 $
+ * last change: $Author: fs $ $Date: 2001-03-01 13:27:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -217,6 +217,9 @@ namespace dbaui
//
virtual void Load(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream>& _rxIn);
virtual void Save(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectOutputStream>& _rxOut);
+
+ protected:
+ virtual OTableWindowData* createTableWindowData();
};
}
#endif // DBAUI_QUERYCONTROLLER_HXX