From 1b6dc2adb8e7f6a6a1894ced614ba4da369fecec Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 13 Dec 2011 22:56:25 +0100 Subject: Also escape dots in entity names used as C++ identifiers. --- officecfg/registry/cppheader.xsl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'officecfg') diff --git a/officecfg/registry/cppheader.xsl b/officecfg/registry/cppheader.xsl index 2f8141d2ba70..5071fba7ee7e 100644 --- a/officecfg/registry/cppheader.xsl +++ b/officecfg/registry/cppheader.xsl @@ -144,7 +144,7 @@ namespace - + { @@ -161,7 +161,7 @@ - + struct : public unotools::ConfigurationSet< @@ -186,7 +186,7 @@ - + struct : public unotools:: -- cgit