summaryrefslogtreecommitdiff
path: root/writerperfect/qa/unit/WpftLoader.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/qa/unit/WpftLoader.cxx')
-rw-r--r--writerperfect/qa/unit/WpftLoader.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/writerperfect/qa/unit/WpftLoader.cxx b/writerperfect/qa/unit/WpftLoader.cxx
index f29cd89c001f..f28937668e5b 100644
--- a/writerperfect/qa/unit/WpftLoader.cxx
+++ b/writerperfect/qa/unit/WpftLoader.cxx
@@ -38,9 +38,7 @@ namespace ucb = com::sun::star::ucb;
namespace uno = com::sun::star::uno;
namespace util = com::sun::star::util;
-namespace writerperfect
-{
-namespace test
+namespace writerperfect::test
{
WpftLoader::WpftLoader(const OUString& rURL,
const css::uno::Reference<css::document::XFilter>& rxFilter,
@@ -207,6 +205,5 @@ void WpftLoader::impl_detectFilterName(uno::Sequence<beans::PropertyValue>& rDes
throw container::NoSuchElementException();
}
}
-}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */