diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-10-19 07:48:58 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-10-19 07:48:58 +0000 |
commit | 95f07235ddcdcde8cd21fef739b680c14ac478d3 (patch) | |
tree | 757f90204562fdbd3376e197c22cc6dbe29b6437 | |
parent | 771d0eb095eaae225b2f6b5f3eb2fab5b119c389 (diff) |
INTEGRATION: CWS os64 (1.25.164); FILE MERGED
2005/10/14 19:19:37 os 1.25.164.2: RESYNC: (1.25-1.27); FILE MERGED
2005/08/24 14:22:33 os 1.25.164.1: #i51283# change of database table fixed
-rw-r--r-- | extensions/source/bibliography/framectr.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/source/bibliography/framectr.cxx b/extensions/source/bibliography/framectr.cxx index 6ec05fad24fc..c9a99670257e 100644 --- a/extensions/source/bibliography/framectr.cxx +++ b/extensions/source/bibliography/framectr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: framectr.cxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: hr $ $Date: 2005-09-23 12:51:14 $ + * last change: $Author: rt $ $Date: 2005-10-19 08:48:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -162,6 +162,7 @@ static DispatchInfo SupportedCommandsArray[] = { ".uno:Bib/query" , frame::CommandGroup::DATA , sal_True }, { ".uno:Bib/autoFilter" , frame::CommandGroup::DATA , sal_True }, { ".uno:Bib/standardFilter" , frame::CommandGroup::DATA , sal_True }, + { ".uno:Bib/source" , frame::CommandGroup::DATA , sal_True }, { ".uno:Bib/removeFilter" , frame::CommandGroup::DATA , sal_True }, { 0 , 0 , sal_False } }; |