[Libreoffice-commits] .: sc/qa

Michael Stahl mst at kemper.freedesktop.org
Wed Aug 15 05:25:54 PDT 2012


 sc/qa/unit/subsequent_filters-test.cxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 869379e4c82d18edb42c62910e5855890dab0484
Author: Michael Stahl <mstahl at redhat.com>
Date:   Wed Aug 15 14:24:14 2012 +0200

    ScFiltersTest: fix overloading problem
    
    Change-Id: I691e683e2ec4d794de2f0860162f29a970c99397

diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx
index 990ddb1..126f7a5 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -775,10 +775,10 @@ struct Border
 {
     sal_Int16 column;
     sal_Int32 row;
-    sal_Int32 leftWidth;
-    sal_Int32 topWidth;
-    sal_Int32 rightWidth;
-    sal_Int32 bottomWidth;
+    long leftWidth;
+    long topWidth;
+    long rightWidth;
+    long bottomWidth;
     sal_uInt16 lOutWidth;
     sal_uInt16 lInWidth;
     sal_uInt16 lDistance;


More information about the Libreoffice-commits mailing list