summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorSerge Krot <Serge.Krot@cib.de>2018-12-06 19:11:58 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2019-01-09 22:30:08 +0100
commitff4f2ba3242d303f7f238a7a142440f1f4b1f288 (patch)
treee26084095041d94378b9189ea026da22b8e456b6 /sw/inc
parentf22f28e722a8a2efdc42bddba80a3a43025a61fd (diff)
sw: DOCX: recognize TOC title during import
Change-Id: Ifa4fb59858d61580f76e3d104aa4caa6b5902d1b Reviewed-on: https://gerrit.libreoffice.org/64735 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/doc.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 3878c4299b89..4d1cf10c9010 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -917,6 +917,11 @@ public:
const SfxItemSet* pSet = nullptr,
bool bExpand = false,
SwRootFrame const* pLayout = nullptr);
+ SwTOXBaseSection* InsertTableOf( const SwPaM& aPam,
+ const SwTOXBase& rTOX,
+ const SfxItemSet* pSet = nullptr,
+ bool bExpand = false,
+ SwRootFrame const* pLayout = nullptr );
void InsertTableOf( sal_uLong nSttNd, sal_uLong nEndNd,
const SwTOXBase& rTOX,
const SfxItemSet* pSet );