[Libreoffice-commits] core.git: filter/source

Caolán McNamara caolanm at redhat.com
Mon Oct 30 10:18:54 UTC 2017


 filter/source/graphicfilter/ios2met/ios2met.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 43199535700b5d7229258f44ceedf3d766102797
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Oct 29 21:27:19 2017 +0000

    ErrorCode can be a simple int
    
    Change-Id: Ia0e9cc193be6f49a5a58c2f5ea5c7a5897e8400e
    Reviewed-on: https://gerrit.libreoffice.org/44035
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/filter/source/graphicfilter/ios2met/ios2met.cxx b/filter/source/graphicfilter/ios2met/ios2met.cxx
index e2c20827f806..9e12e1b1f801 100644
--- a/filter/source/graphicfilter/ios2met/ios2met.cxx
+++ b/filter/source/graphicfilter/ios2met/ios2met.cxx
@@ -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


More information about the Libreoffice-commits mailing list