From 3464befb48ccf1bf9ad4c8f321c7342db43c4019 Mon Sep 17 00:00:00 2001 From: Jakub Trzebiatowski Date: Tue, 7 Jun 2016 21:57:49 +0200 Subject: GSoC Table Styles, CellStyle - insertByName - replaceByName - removeByName Change-Id: I964aa0dc2e7f5a5be9eaec719b8944e847eb9d6a Reviewed-on: https://gerrit.libreoffice.org/26037 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sw/source/core/doc/docnew.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/source/core/doc/docnew.cxx') diff --git a/sw/source/core/doc/docnew.cxx b/sw/source/core/doc/docnew.cxx index a136c3576b4a..68734cff5298 100644 --- a/sw/source/core/doc/docnew.cxx +++ b/sw/source/core/doc/docnew.cxx @@ -257,6 +257,7 @@ SwDoc::SwDoc() mpLayoutCache( nullptr ), mpGrammarContact(createGrammarContact()), mpTableStyles(new SwTableAutoFormatTable), + mpCellStyles(new SwCellStyleTable), m_pXmlIdRegistry(), mReferenceCount(0), mbDtor(false), -- cgit v1.2.3