summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2011-01-17 22:07:37 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-03-19 15:33:11 +0100
commitf510dc5a0d44a0119041a94ac3cfeac281518c9e (patch)
tree155764348f0ffca71f1fe2b7283258b789a41333
parent86c31d17a605bdb9d5824bc686487a0ccf5ba8c1 (diff)
Embossed and engraved to fit ODF specs
-rw-r--r--sw/source/filter/xml/xmlexpit.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/xml/xmlexpit.cxx b/sw/source/filter/xml/xmlexpit.cxx
index 5d7367f91e41..da03b9d5e0ba 100644
--- a/sw/source/filter/xml/xmlexpit.cxx
+++ b/sw/source/filter/xml/xmlexpit.cxx
@@ -739,10 +739,10 @@ sal_Bool SvXMLExportItemMapper::QueryXMLValue(
eStyle = XML_DOUBLE;
break;
case EMBOSSED:
- eStyle = XML_EMBOSSED;
+ eStyle = XML_RIDGE;
break;
case ENGRAVED:
- eStyle = XML_ENGRAVED;
+ eStyle = XML_GROOVE;
break;
case INSET:
eStyle = XML_INSET;