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:
Caolán McNamara
2017-10-29 21:27:19 +00:00
parent 56ff9f2082
commit 4319953570

View File

@@ -327,7 +327,7 @@ class OS2METReader {
private:
long ErrorCode;
int ErrorCode;
SvStream * pOS2MET; // the OS2MET file to be read
VclPtr<VirtualDevice> pVirDev; // here the drawing methods are being called