summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-02-13 14:24:26 +0000
committerMichael Meeks <michael.meeks@suse.com>2013-02-13 14:37:13 +0000
commit90d42440eeaf7994f3ad57ebfdc8edb129c8faff (patch)
tree697dca7a2fce03a34fa80d332e15643c7fc8fff3 /officecfg
parent31eeb79521b952212e3018f262e25e6b3f4599e7 (diff)
cleanup generated config includes to make them more readable.
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/cppheader.xsl12
1 files changed, 6 insertions, 6 deletions
diff --git a/officecfg/registry/cppheader.xsl b/officecfg/registry/cppheader.xsl
index 372876ec3adc..9bdce8e29cc4 100644
--- a/officecfg/registry/cppheader.xsl
+++ b/officecfg/registry/cppheader.xsl
@@ -149,11 +149,11 @@
<xsl:value-of select="$name"/>
<xsl:text>&gt; {&#xA;</xsl:text>
<xsl:text> static rtl::OUString path() { return rtl::OUString(<!--
- -->RTL_CONSTASCII_USTRINGPARAM("</xsl:text>
+ -->"</xsl:text>
<xsl:value-of select="$path"/>
<xsl:text>/</xsl:text>
<xsl:value-of select="@oor:name"/>
- <xsl:text>")); }&#xA;</xsl:text>
+ <xsl:text>"); }&#xA;</xsl:text>
<xsl:text>&#xA;</xsl:text>
<xsl:apply-templates select="group|set|prop">
<xsl:with-param name="path">
@@ -183,11 +183,11 @@
<xsl:value-of select="$name"/>
<xsl:text>&gt; {&#xA;</xsl:text>
<xsl:text> static rtl::OUString path() { return rtl::OUString(<!--
- -->RTL_CONSTASCII_USTRINGPARAM("</xsl:text>
+ -->"</xsl:text>
<xsl:value-of select="$path"/>
<xsl:text>/</xsl:text>
<xsl:value-of select="@oor:name"/>
- <xsl:text>")); }&#xA;</xsl:text>
+ <xsl:text>"); }&#xA;</xsl:text>
<xsl:text>private:&#xA;</xsl:text>
<xsl:text> </xsl:text>
<xsl:value-of select="$name"/>
@@ -272,11 +272,11 @@
</xsl:if>
<xsl:text>&gt; {&#xA;</xsl:text>
<xsl:text> static rtl::OUString path() { return rtl::OUString(<!--
- -->RTL_CONSTASCII_USTRINGPARAM("</xsl:text>
+ -->"</xsl:text>
<xsl:value-of select="$path"/>
<xsl:text>/</xsl:text>
<xsl:value-of select="@oor:name"/>
- <xsl:text>")); }&#xA;</xsl:text>
+ <xsl:text>"); }&#xA;</xsl:text>
<xsl:text>private:&#xA;</xsl:text>
<xsl:text> </xsl:text>
<xsl:value-of select="$name"/>