| Index: xfa/fxbarcode/oned/BC_OnedCode39Writer.h
|
| diff --git a/xfa/fxbarcode/oned/BC_OnedCode39Writer.h b/xfa/fxbarcode/oned/BC_OnedCode39Writer.h
|
| index 711e1c05349382f50299c7b0264ea552ddb83282..c8755a3e698adfbd4760f03150cdb381a170df43 100644
|
| --- a/xfa/fxbarcode/oned/BC_OnedCode39Writer.h
|
| +++ b/xfa/fxbarcode/oned/BC_OnedCode39Writer.h
|
| @@ -33,16 +33,16 @@ class CBC_OnedCode39Writer : public CBC_OneDimWriter {
|
| void RenderResult(const CFX_WideStringC& contents,
|
| uint8_t* code,
|
| int32_t codeLength,
|
| - FX_BOOL isDevice,
|
| + bool isDevice,
|
| int32_t& e) override;
|
| - FX_BOOL CheckContentValidity(const CFX_WideStringC& contents) override;
|
| + bool CheckContentValidity(const CFX_WideStringC& contents) override;
|
| CFX_WideString FilterContents(const CFX_WideStringC& contents) override;
|
| CFX_WideString RenderTextContents(const CFX_WideStringC& contents) override;
|
|
|
| virtual CFX_WideString encodedContents(const CFX_WideStringC& contents,
|
| int32_t& e);
|
| - virtual FX_BOOL SetTextLocation(BC_TEXT_LOC loction);
|
| - virtual FX_BOOL SetWideNarrowRatio(int32_t ratio);
|
| + virtual bool SetTextLocation(BC_TEXT_LOC loction);
|
| + virtual bool SetWideNarrowRatio(int32_t ratio);
|
|
|
| private:
|
| void ToIntArray(int32_t a, int32_t* toReturn);
|
|
|