summaryrefslogtreecommitdiff
path: root/sw/inc/fesh.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-04-12 13:38:31 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-04-13 08:48:23 +0200
commit890d6790715c4c3f3565b476d538643f04dc6936 (patch)
tree068639197df4994b2025cba2284686829a2aea1d /sw/inc/fesh.hxx
parent5b6b0bb47aae0dfafb09f4ccf794a921e3717055 (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/fesh.hxx')
-rw-r--r--sw/inc/fesh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx
index 7b3b50a7a30d..9b8a6d4304e3 100644
--- a/sw/inc/fesh.hxx
+++ b/sw/inc/fesh.hxx
@@ -729,7 +729,7 @@ public:
bool GetTableAutoFormat( SwTableAutoFormat& rGet );
- bool SetColRowWidthHeight( sal_uInt16 eType, sal_uInt16 nDiff );
+ bool SetColRowWidthHeight( TableChgWidthHeightType eType, sal_uInt16 nDiff );
bool GetAutoSum( OUString& rFormula ) const;