summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2000-11-22 13:09:08 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2000-11-22 13:09:08 +0000
commitd87e087ac7b0d15267330a1c7faa5d3198697ff9 (patch)
treeb38a5cb02efa10db37b3fda44199f25d3f056b7e
parent195e11882eb72640420a54cc71bdc653a9306721 (diff)
#65293#: default parameters are not possible in typedef
-rw-r--r--sw/source/core/inc/pamtyp.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/pamtyp.hxx b/sw/source/core/inc/pamtyp.hxx
index 40fa6d59d140..09cd5dac7efd 100644
--- a/sw/source/core/inc/pamtyp.hxx
+++ b/sw/source/core/inc/pamtyp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pamtyp.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2000-11-20 09:21:18 $
+ * last change: $Author: hr $ $Date: 2000-11-22 14:09:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -117,7 +117,7 @@ typedef void (*GoSection)( SwPosition* );
typedef FASTBOOL (SwPosition:: *CmpOp)( const SwPosition& ) const;
typedef const SwTxtAttr* (*GetHint)( const SwpHints&, USHORT&, xub_StrLen );
typedef int (utl::TextSearch:: *SearchTxt)( const String&, xub_StrLen*,
- xub_StrLen*, ::com::sun::star::util::SearchResult* =0 );
+ xub_StrLen*, ::com::sun::star::util::SearchResult* );
typedef void (SwNodes:: *MvSection)( SwNodeIndex * ) const;