summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/tocread.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/tocread.hxx
parentb32b45c50cc7b782554b0da722913f697434647d (diff)
UtBool -> bool
Change-Id: I4cec5ba61762ac87d5bfb07b15ab661955e207ac
Diffstat (limited to 'lotuswordpro/source/filter/tocread.hxx')
-rw-r--r--lotuswordpro/source/filter/tocread.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/tocread.hxx b/lotuswordpro/source/filter/tocread.hxx
index 9c60ad4660ee..cf21d9d34447 100644
--- a/lotuswordpro/source/filter/tocread.hxx
+++ b/lotuswordpro/source/filter/tocread.hxx
@@ -72,7 +72,7 @@ private: // Methods
BenError ReadTOC();
BenError ReadSegments(pCBenValue pValue, BenByte * pLookAhead);
BenError ReadSegment(pCBenValue pValue, BenByte * pLookAhead);
- UtBool CanGetData(unsigned long Amt);
+ bool CanGetData(unsigned long Amt);
BenError GetByte(BenByte * pByte);
BenError GetDWord(BenDWord * pDWord);
BenByte GetCode();