diff options
-rw-r--r-- | include/svl/zformat.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/zformat.hxx b/include/svl/zformat.hxx index 43a473018abb..10ec8c639fb6 100644 --- a/include/svl/zformat.hxx +++ b/include/svl/zformat.hxx @@ -107,7 +107,7 @@ public: bSet = true; } bool IsSet() const { return bSet; } - void SetDate( bool bDateP ) { bDate = (bDateP != 0); } + void SetDate( bool bDateP ) { bDate = bDateP; } }; class CharClass; |