summaryrefslogtreecommitdiff
path: root/cui/source/factory/cuiexp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/factory/cuiexp.cxx')
-rw-r--r--cui/source/factory/cuiexp.cxx18
1 files changed, 7 insertions, 11 deletions
diff --git a/cui/source/factory/cuiexp.cxx b/cui/source/factory/cuiexp.cxx
index bbe1d743120a..06557be56779 100644
--- a/cui/source/factory/cuiexp.cxx
+++ b/cui/source/factory/cuiexp.cxx
@@ -22,19 +22,15 @@
namespace cui
{
- static AbstractDialogFactory_Impl* GetFactory()
- {
- static AbstractDialogFactory_Impl* pFactory = new AbstractDialogFactory_Impl;
- return pFactory;
- }
+static AbstractDialogFactory_Impl* GetFactory()
+{
+ static AbstractDialogFactory_Impl* pFactory = new AbstractDialogFactory_Impl;
+ return pFactory;
+}
}
-extern "C"
-{
- SAL_DLLPUBLIC_EXPORT VclAbstractDialogFactory* CreateDialogFactory()
- {
- return ::cui::GetFactory();
- }
+extern "C" {
+SAL_DLLPUBLIC_EXPORT VclAbstractDialogFactory* CreateDialogFactory() { return ::cui::GetFactory(); }
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */