summaryrefslogtreecommitdiff
path: root/writerperfect/inc/DocumentHandlerForOdt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/inc/DocumentHandlerForOdt.hxx')
-rw-r--r--writerperfect/inc/DocumentHandlerForOdt.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/writerperfect/inc/DocumentHandlerForOdt.hxx b/writerperfect/inc/DocumentHandlerForOdt.hxx
index 8607119a8c2b..e933644b534d 100644
--- a/writerperfect/inc/DocumentHandlerForOdt.hxx
+++ b/writerperfect/inc/DocumentHandlerForOdt.hxx
@@ -14,16 +14,13 @@
namespace writerperfect
{
-
-template<>
-struct DocumentHandlerFor<OdtGenerator>
+template <> struct DocumentHandlerFor<OdtGenerator>
{
static const rtl::OUString name()
{
return rtl::OUString("com.sun.star.comp.Writer.XMLOasisImporter");
}
};
-
}
#endif