Kaydet (Commit) 43199535 authored tarafından Caolán McNamara's avatar Caolán McNamara

ErrorCode can be a simple int

Change-Id: Ia0e9cc193be6f49a5a58c2f5ea5c7a5897e8400e
Reviewed-on: https://gerrit.libreoffice.org/44035Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 56ff9f20
...@@ -327,7 +327,7 @@ class OS2METReader { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment