From d24bd093602da47349e4b48a7e5082592dcded48 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 15 Dec 2011 11:58:10 +0100 Subject: Correctly handle directly within . --- officecfg/registry/cppheader.xsl | 66 +++++++++++++++++++--------------------- 1 file changed, 32 insertions(+), 34 deletions(-) diff --git a/officecfg/registry/cppheader.xsl b/officecfg/registry/cppheader.xsl index 5071fba7ee7e..df891c29e6e2 100644 --- a/officecfg/registry/cppheader.xsl +++ b/officecfg/registry/cppheader.xsl @@ -94,49 +94,47 @@ #include "sal/config.h" - - #include "boost/optional.hpp" - - - #include "com/sun/star/uno/Any.hxx" - - - #include "com/sun/star/uno/Sequence.hxx" - + + #include "boost/optional.hpp" + + + #include "com/sun/star/uno/Any.hxx" + + + #include "com/sun/star/uno/Sequence.hxx" + #include "rtl/ustring.h" #include "rtl/ustring.hxx" - - - #include "sal/types.h" - - + + #include "sal/types.h" + #include "unotools/configuration.hxx" - - - namespace officecfg { namespace - - - { namespace - - + + namespace officecfg { namespace + + { namespace - + + + { namespace + + - - { - - - - - - } - + { + + + + + } + + } + + } } + - } } - #endif -- cgit