summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/PropertyActionsOOo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/PropertyActionsOOo.cxx')
-rw-r--r--xmloff/source/transform/PropertyActionsOOo.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/source/transform/PropertyActionsOOo.cxx b/xmloff/source/transform/PropertyActionsOOo.cxx
index e0b9259787eb..ca369de2334c 100644
--- a/xmloff/source/transform/PropertyActionsOOo.cxx
+++ b/xmloff/source/transform/PropertyActionsOOo.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -300,14 +301,12 @@ XMLTransformerActionInit aGraphicPropertyOOoAttrActionTable[] =
NO_PARAMS }, /* generated entry */
// { XML_NAMESPACE_STYLE, XML_OVERFLOW_BEHAVIOR, XML_ATACTION_COPY,
// NO_PARAMS }, /* new attribute */
- // --> OD 2005-05-12 #i49139# - rename attribute values of <style:mirror>:
- // horizontal-on-left-pages --> horizontal-on-even
- // horizontal-on-right-pages --> horizontal-on-odd
-// { XML_NAMESPACE_STYLE, XML_MIRROR, XML_ATACTION_COPY,
-// NO_PARAMS }, /* generated entry */
+ /* Rename attribute values of <style:mirror>: (#i49139#)
+ horizontal-on-left-pages --> horizontal-on-even
+ horizontal-on-right-pages --> horizontal-on-odd
+ */
{ XML_NAMESPACE_STYLE, XML_MIRROR, XML_ATACTION_STYLE_MIRROR_OOO,
NO_PARAMS }, /* generated entry */
- // <--
{ XML_NAMESPACE_FO, XML_CLIP, XML_ATACTION_INCHS2INS,
NO_PARAMS }, /* generated entry */
{ XML_NAMESPACE_DRAW, XML_FRAME_DISPLAY_SCROLLBAR, XML_ATACTION_COPY,
@@ -1068,3 +1067,4 @@ XMLTransformerActionInit aChartPropertyOOoElemActionTable[] =
{ XML_NAMESPACE_OFFICE, XML_TOKEN_INVALID, XML_ATACTION_EOT, NO_PARAMS }
};
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */