summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-12-08 15:16:50 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-12-08 15:51:46 +0100
commit0c3155f601b74eb369f47dc713d9e119e798da85 (patch)
tree06da9cd1415e09c1e80ff24a8937ef81154fef2f /sw/source/filter/ww8/ww8par.hxx
parenteac3c35c9f4a7b81bde4bbcc8efd6844f7659967 (diff)
DOC import: read SmartTagData
This only reads all the interesting info, SwWW8ImplReader::Read_FactoidBook() still has to put it on the filter stack in a later commit. Change-Id: Ic2e8b441367448b5bdf940bf8871f25afe8362c4
Diffstat (limited to 'sw/source/filter/ww8/ww8par.hxx')
-rw-r--r--sw/source/filter/ww8/ww8par.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/ww8par.hxx b/sw/source/filter/ww8/ww8par.hxx
index 98669e31703c..d231d573826a 100644
--- a/sw/source/filter/ww8/ww8par.hxx
+++ b/sw/source/filter/ww8/ww8par.hxx
@@ -1251,6 +1251,8 @@ private:
std::vector<OUString>* m_pAtnNames;
+ std::unique_ptr<WW8SmartTagData> m_pSmartTagData;
+
sw::util::AuthorInfos m_aAuthorInfos;
OUString m_sBaseURL;
@@ -1638,6 +1640,8 @@ private:
const OUString* GetAnnotationAuthor(sal_uInt16 nIdx);
+ void GetSmartTagInfo(sal_uInt16 nIndex);
+
// interfaces for the toggle attributes
void SetToggleAttr(sal_uInt8 nAttrId, bool bOn);
void SetToggleBiDiAttr(sal_uInt8 nAttrId, bool bOn);