diff options
Diffstat (limited to 'include/tools/vcompat.hxx')
-rw-r--r-- | include/tools/vcompat.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/vcompat.hxx b/include/tools/vcompat.hxx index cb3c29701e36..0f97b583bb5c 100644 --- a/include/tools/vcompat.hxx +++ b/include/tools/vcompat.hxx @@ -41,7 +41,7 @@ class TOOLS_DLLPUBLIC VersionCompat VersionCompat() {} VersionCompat( const VersionCompat& ) {} VersionCompat& operator=( const VersionCompat& ) { return *this; } - sal_Bool operator==( const VersionCompat& ) { return sal_False; } + bool operator==( const VersionCompat& ) { return false; } public: |