diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-10 12:06:06 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-13 08:17:42 +0200 |
commit | 62232e60bf2e87b216abd8cd22d5f5acc4338c57 (patch) | |
tree | 08ff4387ef6cdbd0e75def8211011ab30c090b07 /sw/inc/editsh.hxx | |
parent | d8499c45eb9079cba4ac9b36c3e89f30e74fdf6a (diff) |
convert SplitTable_HeadlineOption to scoped enum
Change-Id: I5a9ea036b8827a84e646488b2b57012ebadd4d0a
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r-- | sw/inc/editsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index c65d4e5df500..beb75f833aef 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -711,7 +711,7 @@ public: void SetTableChgMode( TableChgMode eMode ); /// Split table at cursor position. - bool SplitTable( sal_uInt16 eMode ); + bool SplitTable( SplitTable_HeadlineOption eMode ); /** Merge tables. |