summaryrefslogtreecommitdiff
path: root/filter/source/xmlfilterdetect/filterdetect.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-19 16:48:11 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-19 16:48:11 +0000
commit38c09bc16cb1f45cd8c0652ee24a9828093f058f (patch)
tree97894c962a02b2b7faa9f4c05e9c08600c24cb7e /filter/source/xmlfilterdetect/filterdetect.hxx
parentbc725d13a60ef256ddfb301c0b7a7a25747656a7 (diff)
INTEGRATION: CWS gcc41 (1.3.78); FILE MERGED
2005/12/07 13:02:26 pmladek 1.3.78.1: #i58967# Removed extra qualification to fix build with gcc-4.1
Diffstat (limited to 'filter/source/xmlfilterdetect/filterdetect.hxx')
-rw-r--r--filter/source/xmlfilterdetect/filterdetect.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/xmlfilterdetect/filterdetect.hxx b/filter/source/xmlfilterdetect/filterdetect.hxx
index a49234d94e4a..629f978bcd64 100644
--- a/filter/source/xmlfilterdetect/filterdetect.hxx
+++ b/filter/source/xmlfilterdetect/filterdetect.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: filterdetect.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 21:59:46 $
+ * last change: $Author: obo $ $Date: 2006-01-19 17:48:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -136,7 +136,7 @@ public:
//XExtendedFilterDetection
- virtual ::rtl::OUString SAL_CALL FilterDetect::detect( com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >& lDescriptor )
+ virtual ::rtl::OUString SAL_CALL detect( com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >& lDescriptor )
throw( com::sun::star::uno::RuntimeException );