summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfdocumentimpl.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-08-01 20:30:40 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-08-02 09:21:25 +0200
commitc2e2ca29ccc8efe1957ac770c6b818c56a37d532 (patch)
treec31b625c26af9cc63b8376320a2b6a856edec89f /writerfilter/source/rtftok/rtfdocumentimpl.hxx
parentecda5eadaf497f8eb1ec8fb7e73c4e5e6d717da9 (diff)
fdo#49892 import RTF_SHPB{X,Y}PAGE
Change-Id: I8fe2b28f44ee61fc0f1438de3681fd86b16d29ae
Diffstat (limited to 'writerfilter/source/rtftok/rtfdocumentimpl.hxx')
-rw-r--r--writerfilter/source/rtftok/rtfdocumentimpl.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.hxx b/writerfilter/source/rtftok/rtfdocumentimpl.hxx
index 1de7c6e36c39..c05a0f51ad53 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.hxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.hxx
@@ -249,11 +249,14 @@ namespace writerfilter {
class RTFShape
{
public:
+ RTFShape();
std::vector< std::pair<rtl::OUString, rtl::OUString> > aProperties;
int nLeft;
int nTop;
int nRight;
int nBottom;
+ sal_Int16 nHoriOrientRelation;
+ sal_Int16 nVertOrientRelation;
};
/// Stores the properties of a drawing object.