diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-02 12:02:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-03 06:57:24 +0100 |
commit | ee69f5e0758a2a1842362bf403dc62746437f358 (patch) | |
tree | 84c157f09ac3ae45a98563f2541070f388be5d37 /sw/source/ui | |
parent | 08b8b55d9d540fcd29d18dd8883d24de457e2675 (diff) |
drop old tools/gen methods
Change-Id: I9b9d1503b476f84e91fa283e523875b562c6b837
Reviewed-on: https://gerrit.libreoffice.org/50166
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/ui')
-rw-r--r-- | sw/source/ui/table/autoformatpreview.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/table/autoformatpreview.cxx b/sw/source/ui/table/autoformatpreview.cxx index f7ba3c709971..ea16da988211 100644 --- a/sw/source/ui/table/autoformatpreview.cxx +++ b/sw/source/ui/table/autoformatpreview.cxx @@ -802,8 +802,8 @@ void AutoFormatPreview::CalcCellArray(bool _bFitWidth) maArray.SetAllRowHeights(nRowHeight); - aPrvSize.Width() = maArray.GetWidth() + 4; - aPrvSize.Height() = maArray.GetHeight() + 4; + aPrvSize.setWidth(maArray.GetWidth() + 4); + aPrvSize.setHeight(maArray.GetHeight() + 4); } void AutoFormatPreview::CalcLineMap() |