ErrorCode can be a simple int
Change-Id: Ia0e9cc193be6f49a5a58c2f5ea5c7a5897e8400e Reviewed-on: https://gerrit.libreoffice.org/44035 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
@@ -327,7 +327,7 @@ class OS2METReader {
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
long ErrorCode;
|
int ErrorCode;
|
||||||
|
|
||||||
SvStream * pOS2MET; // the OS2MET file to be read
|
SvStream * pOS2MET; // the OS2MET file to be read
|
||||||
VclPtr<VirtualDevice> pVirDev; // here the drawing methods are being called
|
VclPtr<VirtualDevice> pVirDev; // here the drawing methods are being called
|
||||||
|
Reference in New Issue
Block a user