summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/datman.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-08-17 08:23:12 +0000
committerFrank Schönheit <fs@openoffice.org>2001-08-17 08:23:12 +0000
commit9a8c8a43ff10cf83a80012dba35644de6e14922c (patch)
tree39ed0d5b53637ed2463eb818105dc0443d063bcb /extensions/source/bibliography/datman.hxx
parent6742465929a58d4ef56362efac9891eec1038111 (diff)
#91038# +getForm
Diffstat (limited to 'extensions/source/bibliography/datman.hxx')
-rw-r--r--extensions/source/bibliography/datman.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/extensions/source/bibliography/datman.hxx b/extensions/source/bibliography/datman.hxx
index 761cd3414383..a55ddaee1f5e 100644
--- a/extensions/source/bibliography/datman.hxx
+++ b/extensions/source/bibliography/datman.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: datman.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: os $ $Date: 2000-12-01 12:46:59 $
+ * last change: $Author: fs $ $Date: 2001-08-17 09:23:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -147,7 +147,9 @@ public:
::com::sun::star::uno::Sequence< ::rtl::OUString> getQueryFields();
::rtl::OUString getQueryField();
void startQueryWith(const ::rtl::OUString& rQuery);
- ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XSQLQueryComposer > getParser();
+
+ const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XSQLQueryComposer >& getParser() { return xParser; }
+ const ::com::sun::star::uno::Reference< ::com::sun::star::form::XForm >& getForm() { return xForm; }
// void saveGridModel(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > & xDbForm);
::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > loadGridModel(const ::rtl::OUString& rName);