summaryrefslogtreecommitdiffstats
path: root/sw/inc/unoprnms.hxx
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/unoprnms.hxx
parentfdo#45560: Fixed docx textbox position and size import (diff)
downloadcore-e3e7623bf6cecf0e32912347a58e5a2c7297099d.tar.gz
core-e3e7623bf6cecf0e32912347a58e5a2c7297099d.zip
fdo#45560: Fixed docx textbox borders style and width import
Diffstat (limited to 'sw/inc/unoprnms.hxx')
-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
};