diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-12 13:38:31 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-13 08:48:23 +0200 |
commit | 890d6790715c4c3f3565b476d538643f04dc6936 (patch) | |
tree | 068639197df4994b2025cba2284686829a2aea1d /sw/inc/doc.hxx | |
parent | 5b6b0bb47aae0dfafb09f4ccf794a921e3717055 (diff) |
convert TableChgWidthHeightType to o3tl::typed_flags
Change-Id: I9009f3302f4d117744d80f8816ddd177bae6639d
Reviewed-on: https://gerrit.libreoffice.org/36460
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 6fc96f312452..a285846cd63a 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -1251,7 +1251,7 @@ public: void AppendUndoForInsertFromDB( const SwPaM& rPam, bool bIsTable ); - bool SetColRowWidthHeight( SwTableBox& rAktBox, sal_uInt16 eType, + bool SetColRowWidthHeight( SwTableBox& rAktBox, TableChgWidthHeightType eType, SwTwips nAbsDiff, SwTwips nRelDiff ); SwTableBoxFormat* MakeTableBoxFormat(); SwTableLineFormat* MakeTableLineFormat(); |