summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfdocumentimpl.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-10-19 12:06:34 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-10-19 12:37:30 +0200
commit1becc60df9caa9fef5011ae877c832fe8bcefb6c (patch)
treeb0bfc401c6f184792806c7868b1e57aa840698a5 /writerfilter/source/rtftok/rtfdocumentimpl.hxx
parent9e51601833718b529fe2fe5446ec0470d4ee5173 (diff)
import RTF_DPPOLYLINE
Change-Id: I65f1ddb9d0d691c126c8e94b2e60c8309b0d33ff
Diffstat (limited to 'writerfilter/source/rtftok/rtfdocumentimpl.hxx')
-rw-r--r--writerfilter/source/rtftok/rtfdocumentimpl.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.hxx b/writerfilter/source/rtftok/rtfdocumentimpl.hxx
index 7f0988c20263..43dc7483313b 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.hxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.hxx
@@ -274,6 +274,8 @@ namespace writerfilter {
bool bHasFillColor;
sal_Int32 nDhgt;
sal_Int32 nFLine;
+ sal_Int32 nPolyLineCount;
+ uno::Sequence<awt::Point> aPolyLinePoints;
};
/// Stores the properties of a picture.