diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-26 11:42:54 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-26 13:16:39 +0200 |
commit | 9370c07101bbca313f8e69518b0988b07eb21888 (patch) | |
tree | 4ab8f5731978ad121187856e3ea493d30b7bca1e /sw/inc/editsh.hxx | |
parent | 60db3d2cc3bc4f124bd4d819fbd0285e7f19c8c4 (diff) |
convert tabopts to scoped enum
Change-Id: I6c9290e3319d2afd1bd71847091c7ab77b8ea6e6
Reviewed-on: https://gerrit.libreoffice.org/53497
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r-- | sw/inc/editsh.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index c7f3c078a3b4..42a542ff3502 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -709,11 +709,11 @@ public: /// For Inserting SoftHyphen. Position is offset within the syllabificated word. static void InsertSoftHyph( const sal_Int32 nHyphPos ); - const SwTable& InsertTable( const SwInsertTableOptions& rInsTableOpts, ///< ALL_TBL_INS_ATTR + const SwTable& InsertTable( const SwInsertTableOptions& rInsTableOpts, ///< All sal_uInt16 nRows, sal_uInt16 nCols, const SwTableAutoFormat* pTAFormat = nullptr ); - void InsertDDETable( const SwInsertTableOptions& rInsTableOpts, ///< HEADLINE_NO_BORDER + void InsertDDETable( const SwInsertTableOptions& rInsTableOpts, ///< HeadlineNoBorder SwDDEFieldType* pDDEType, sal_uInt16 nRows, sal_uInt16 nCols ); @@ -721,7 +721,7 @@ public: void SetTableName( SwFrameFormat& rTableFormat, const OUString &rNewName ); SwFrameFormat *GetTableFormat(); - bool TextToTable( const SwInsertTableOptions& rInsTableOpts, ///< ALL_TBL_INS_ATTR + bool TextToTable( const SwInsertTableOptions& rInsTableOpts, ///< All sal_Unicode cCh, const SwTableAutoFormat* pTAFormat = nullptr ); bool TableToText( sal_Unicode cCh ); |