summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtww8.hxx
diff options
context:
space:
mode:
authorAshod Nakashian <ashodnakashian@yahoo.com>2017-10-30 15:08:44 -0400
committerAshod Nakashian <ashnakash@gmail.com>2017-11-03 12:05:43 +0100
commit4bba85e04cda1cb5769114be5ad771de55d56d14 (patch)
tree5f2cb56434d73558d3071239c346faa97fcaa15f /sw/source/filter/ww8/wrtww8.hxx
parent3f2e84b4bd0bbd936e0af845ba7cbf68cb2803d6 (diff)
TSCP: don't export metadata field text in DOCX
Change-Id: I28ae3e57d3766497077af091fe4721fe653def4b Reviewed-on: https://gerrit.libreoffice.org/44118 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'sw/source/filter/ww8/wrtww8.hxx')
-rw-r--r--sw/source/filter/ww8/wrtww8.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/wrtww8.hxx b/sw/source/filter/ww8/wrtww8.hxx
index e995f61cf140..c3f05caad3c9 100644
--- a/sw/source/filter/ww8/wrtww8.hxx
+++ b/sw/source/filter/ww8/wrtww8.hxx
@@ -1482,7 +1482,8 @@ private:
public:
SwWW8AttrIter( MSWordExportBase& rWr, const SwTextNode& rNd );
- bool IsTextAttr( sal_Int32 nSwPos );
+ bool IsTextAttr( sal_Int32 nSwPos ) const;
+ bool IsExportableAttr(sal_Int32 nSwPos) const;
bool IncludeEndOfParaCRInRedlineProperties(sal_Int32 nPos) const;
bool IsDropCap( int nSwPos );
bool RequiresImplicitBookmark();