summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/datman.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-06-17 15:15:42 +0000
committerRüdiger Timm <rt@openoffice.org>2004-06-17 15:15:42 +0000
commit260cdb2a2796f3d0eadc2266c6f59b82fae1fd2d (patch)
tree87a2705965bf8c33efd2dd6a6402a85af2425001 /extensions/source/bibliography/datman.hxx
parente37e255e005463b076389b7307cec8d36505cd40 (diff)
INTEGRATION: CWS os30 (1.10.290); FILE MERGED
2004/06/04 13:12:38 os 1.10.290.2: #i11591# disable dispatches when no connection is active 2004/05/19 11:14:08 os 1.10.290.1: #i11591# enable bibliography also if data source does not exist
Diffstat (limited to 'extensions/source/bibliography/datman.hxx')
-rw-r--r--extensions/source/bibliography/datman.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/extensions/source/bibliography/datman.hxx b/extensions/source/bibliography/datman.hxx
index f713086e4a3c..8e9d8757c71f 100644
--- a/extensions/source/bibliography/datman.hxx
+++ b/extensions/source/bibliography/datman.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: datman.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: fs $ $Date: 2002-10-29 13:03:37 $
+ * last change: $Author: rt $ $Date: 2004-06-17 16:15:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -235,7 +235,10 @@ public:
sal_Bool moveRelative(long nMove);
void CreateMappingDialog(Window* pParent);
- ::rtl::OUString CreateDBChangeDialog(Window* pParent);
+ ::rtl::OUString CreateDBChangeDialog(Window* pParent);
+
+ void DispatchDBChangeDialog();
+ sal_Bool HasActiveConnection() const;
void SetView( ::bib::BibView* pView ) { pBibView = pView; }
@@ -247,6 +250,8 @@ public:
::com::sun::star::uno::Reference< ::com::sun::star::form::XFormController > GetFormController();
// #100312# ----------
void RegisterInterceptor( ::bib::BibBeamer* pBibBeamer);
+
+ sal_Bool HasActiveConnection();
};