summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-06-17 15:16:13 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-06-17 15:16:13 +0000
commit9a1860149921636a91c75c14e78de090e55bd2fc (patch)
tree3fb0b5b27f8fa614425fa000534d0c8b52acb192 /extensions
parent9b8fbfd779016919e5cd1a3fd547702e942f3500 (diff)
INTEGRATION: CWS os30 (1.6.222); FILE MERGED
2004/05/19 11:14:08 os 1.6.222.1: #i11591# enable bibliography also if data source does not exist
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/bibliography/toolbar.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/bibliography/toolbar.hxx b/extensions/source/bibliography/toolbar.hxx
index 8c343dd3c4ae..f3ac608f82da 100644
--- a/extensions/source/bibliography/toolbar.hxx
+++ b/extensions/source/bibliography/toolbar.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: toolbar.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2003-04-17 16:13:03 $
+ * last change: $Author: rt $ $Date: 2004-06-17 16:16:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -214,7 +214,6 @@ class BibToolBar: public ToolBox
void InitListener();
virtual void Select();
virtual void Click();
- void SendDispatch(sal_uInt16 nId, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rArgs);
long PreNotify( NotifyEvent& rNEvt );
sal_Int16 GetCurrentSymbolSet();
@@ -244,6 +243,7 @@ class BibToolBar: public ToolBox
throw( ::com::sun::star::uno::RuntimeException );
void SetDatMan(BibDataManager& rDatMan) {pDatMan = &rDatMan;}
+ void SendDispatch(sal_uInt16 nId, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rArgs);
};