sc/qa/unit/subsequent_filters-test.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
New commits: commit 869379e4c82d18edb42c62910e5855890dab0484 Author: Michael Stahl <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
