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/doc.hxx | |
parent | d8499c45eb9079cba4ac9b36c3e89f30e74fdf6a (diff) |
convert SplitTable_HeadlineOption to scoped enum
Change-Id: I5a9ea036b8827a84e646488b2b57012ebadd4d0a
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 32be670f1cfe..d8c2ba38118d 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -48,6 +48,7 @@ #include <charfmt.hxx> #include <docary.hxx> #include <pagedesc.hxx> +#include "tblenum.hxx" #include <svtools/embedhlp.hxx> @@ -1279,7 +1280,7 @@ public: bool* pFullTableProtection ); // Split table at baseline position, i.e. create a new table. - bool SplitTable( const SwPosition& rPos, sal_uInt16 eMode, + bool SplitTable( const SwPosition& rPos, SplitTable_HeadlineOption eMode, bool bCalcNewSize ); /** And vice versa: rPos must be in the table that remains. The flag indicates |