summaryrefslogtreecommitdiff
path: root/oox/inc/oox/vml/vmltextbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/oox/vml/vmltextbox.hxx')
-rw-r--r--oox/inc/oox/vml/vmltextbox.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/oox/inc/oox/vml/vmltextbox.hxx b/oox/inc/oox/vml/vmltextbox.hxx
index cc2e41bdd8ef..ed716de65dfd 100644
--- a/oox/inc/oox/vml/vmltextbox.hxx
+++ b/oox/inc/oox/vml/vmltextbox.hxx
@@ -83,6 +83,10 @@ public:
/** Returns the entire text of all text portions. */
::rtl::OUString getText() const;
+ /// Text distance from the border (inset attribute of v:textbox), valid only if set.
+ bool borderDistanceSet;
+ int borderDistanceLeft, borderDistanceTop, borderDistanceRight, borderDistanceBottom;
+
private:
typedef ::std::vector< TextPortionModel > PortionVector;