summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2012-02-23 13:52:17 +0100
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2012-02-23 13:56:24 +0100
commite3e7623bf6cecf0e32912347a58e5a2c7297099d (patch)
tree4604956e18b9efaad547c76705a682ccb8ae2398 /sw/inc
parent94698d89f675da9b4da1143fa150bbd76def6ccf (diff)
fdo#45560: Fixed docx textbox borders style and width import
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unoprnms.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx
index e70963a19ccd..8114f91d365f 100644
--- a/sw/inc/unoprnms.hxx
+++ b/sw/inc/unoprnms.hxx
@@ -808,7 +808,11 @@ enum SwPropNameIds
/* 0744 */ UNO_NAME_EMBEDDED_OBJECT,
/* 0745 */ UNO_NAME_RSID,
/* 0746 */ UNO_NAME_PARRSID,
-/* 0747 */ SW_PROPNAME_END
+
+/* 0747 */ UNO_NAME_LINE_STYLE,
+/* 0748 */ UNO_NAME_LINE_WIDTH,
+
+/* 0749 */ SW_PROPNAME_END
// new items in this array must match SwPropNameTab aPropNameTab
};