diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-08-15 14:24:14 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-08-15 14:24:14 +0200 |
commit | 869379e4c82d18edb42c62910e5855890dab0484 (patch) | |
tree | ed63ab9b45b166c1e52b9081b60582e5c0d4ef5a /sc/qa | |
parent | 1df49b79fd33d0ed505c4bdd053607064b5ae88e (diff) |
ScFiltersTest: fix overloading problem
Change-Id: I691e683e2ec4d794de2f0860162f29a970c99397
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/subsequent_filters-test.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx index 990ddb155b5a..126f7a5a1fa9 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; |