diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 16:48:54 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 16:48:54 +0000 |
commit | 810b2bf0321a774a4d98b9b84b501821e143a053 (patch) | |
tree | 1c2893580d78eaf6b28375915179a1787f4b1c8f /sc/inc/tabopparams.hxx | |
parent | e141bc87c99abcad635b91e646d3d2cbbd0d7467 (diff) |
INTEGRATION: CWS ooo20031110 (1.3.144); FILE MERGED
2003/11/07 11:02:43 waratah 1.3.144.1: #i21906# add sal_Bool where missing on function definitions
Diffstat (limited to 'sc/inc/tabopparams.hxx')
-rw-r--r-- | sc/inc/tabopparams.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/tabopparams.hxx b/sc/inc/tabopparams.hxx index 1131d85aa1ef..9a2b67b1fbf5 100644 --- a/sc/inc/tabopparams.hxx +++ b/sc/inc/tabopparams.hxx @@ -2,7 +2,7 @@ * * $RCSfile: tabopparams.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * * last change: $ $ * @@ -120,7 +120,7 @@ struct ScInterpreterTableOpParams return *this; } - operator ==( const ScInterpreterTableOpParams& r ) + sal_Bool operator ==( const ScInterpreterTableOpParams& r ) { return bValid && r.bValid && |