summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-05-15 11:18:01 +0000
committerOliver Specht <os@openoffice.org>2002-05-15 11:18:01 +0000
commitebf146aa35f5578e23a683a0e002f206f4fb2194 (patch)
tree681c2cb1d81cf2034b7e4acec464c204e2cd6a53 /extensions
parent537f1ecadacdafdb40902328ef5facafc8eedbc6 (diff)
#98808# DataChanged(): base class call corrected
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/bibliography/toolbar.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/bibliography/toolbar.cxx b/extensions/source/bibliography/toolbar.cxx
index 7c729a9aa31d..92e399d4809e 100644
--- a/extensions/source/bibliography/toolbar.cxx
+++ b/extensions/source/bibliography/toolbar.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: toolbar.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: os $ $Date: 2002-05-07 13:49:06 $
+ * last change: $Author: os $ $Date: 2002-05-15 12:18:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -599,7 +599,7 @@ void BibToolBar::DataChanged( const DataChangedEvent& rDCEvt )
if ( (rDCEvt.GetType() == DATACHANGED_SETTINGS) &&
(rDCEvt.GetFlags() & SETTINGS_STYLE) )
ApplyImageList();
- Window::DataChanged( rDCEvt );
+ ToolBox::DataChanged( rDCEvt );
}
/* -----------------------------07.05.2002 15:09------------------------------