From 06a9243ff34f0666141c9eabb322a2eedb4c331a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 17 Apr 2015 12:16:17 +0100 Subject: it has always been the case that RowSpans are signed we just get away with this because we cast it to signed before use in ww8 Change-Id: I646ea3a0eb84923dd9835f18356d67f4f72ba18d --- sw/source/filter/ww8/WW8TableInfo.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/filter/ww8/WW8TableInfo.hxx') diff --git a/sw/source/filter/ww8/WW8TableInfo.hxx b/sw/source/filter/ww8/WW8TableInfo.hxx index 34d56b395369..ab5ff6c55132 100644 --- a/sw/source/filter/ww8/WW8TableInfo.hxx +++ b/sw/source/filter/ww8/WW8TableInfo.hxx @@ -44,7 +44,7 @@ typedef ::std::vector TableBoxVector; typedef boost::shared_ptr TableBoxVectorPtr; typedef ::std::vector GridCols; typedef boost::shared_ptr GridColsPtr; -typedef ::std::vector RowSpans; +typedef ::std::vector RowSpans; typedef boost::shared_ptr RowSpansPtr; typedef ::std::vector Widths; typedef boost::shared_ptr WidthsPtr; -- cgit