summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/ut.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-14 15:54:20 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-14 15:54:20 +0100
commit2da415ee45ff95e847275f6f39b808871f0afed9 (patch)
treea3d6cc0d8d1c4c0bf52358eb9204c4b085ff5a46 /lotuswordpro/source/filter/ut.hxx
parentb32b45c50cc7b782554b0da722913f697434647d (diff)
UtBool -> bool
Change-Id: I4cec5ba61762ac87d5bfb07b15ab661955e207ac
Diffstat (limited to 'lotuswordpro/source/filter/ut.hxx')
-rw-r--r--lotuswordpro/source/filter/ut.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/ut.hxx b/lotuswordpro/source/filter/ut.hxx
index 3b2475f807a7..d5c945f1ada5 100644
--- a/lotuswordpro/source/filter/ut.hxx
+++ b/lotuswordpro/source/filter/ut.hxx
@@ -68,13 +68,9 @@ namespace OpenStormBento
#define UtErr_OK 0
#define UtErr_Fail 1
-#define UT_TRUE sal_True
-#define UT_FALSE sal_False
-
#define UtByte sal_uInt8
#define UtDWord sal_uInt32
#define UtWord sal_uInt16
-#define UtBool sal_Int32
#define UtDefClassP(Name) class Name; typedef Name * p##Name; \
typedef const Name * pConst##Name