summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/editdoc.hxx
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@suse.com>2012-06-04 10:58:18 +0530
committerMuthu Subramanian <sumuthu@suse.com>2012-06-04 11:04:25 +0530
commit0eaed74b10714c005ea28db4ecb4cb92f56ca0d8 (patch)
tree5afac5bd3b52cc82834cd58a679a113becc884a1 /editeng/source/editeng/editdoc.hxx
parent793f2404409a5c3a707fa5d0731e034b12f0b431 (diff)
Hyperlinks/Fields wrapping feature.
* Known issue: If the hyperlink wraps the next content is always from the new line! :( * Pending: Creation of unit test case for this.
Diffstat (limited to 'editeng/source/editeng/editdoc.hxx')
-rw-r--r--editeng/source/editeng/editdoc.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/editeng/source/editeng/editdoc.hxx b/editeng/source/editeng/editdoc.hxx
index 8dfe4f6ba6d4..a97fcecd8538 100644
--- a/editeng/source/editeng/editdoc.hxx
+++ b/editeng/source/editeng/editdoc.hxx
@@ -375,6 +375,7 @@ struct ExtraPortionInfo
sal_Bool bCompressed;
sal_Int32* pOrgDXArray;
+ ::std::vector< sal_Int32 > lineBreaksList;
ExtraPortionInfo();