summaryrefslogtreecommitdiff
path: root/svx/source/form/legacyformcontroller.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/legacyformcontroller.cxx')
-rw-r--r--svx/source/form/legacyformcontroller.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/form/legacyformcontroller.cxx b/svx/source/form/legacyformcontroller.cxx
index 9920907f5420..1497ccf06339 100644
--- a/svx/source/form/legacyformcontroller.cxx
+++ b/svx/source/form/legacyformcontroller.cxx
@@ -29,10 +29,10 @@
#include <cppuhelper/supportsservice.hxx>
#include <comphelper/processfactory.hxx>
-//........................................................................
+
namespace svxform
{
-//........................................................................
+
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
@@ -55,9 +55,9 @@ namespace svxform
using namespace ::com::sun::star;
- //====================================================================
+
//= LegacyFormController
- //====================================================================
+
typedef ::cppu::WeakImplHelper2 < form::XFormController
, XServiceInfo
> LegacyFormController_Base;