summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbaeventshelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbaeventshelper.cxx')
-rw-r--r--sw/source/ui/vba/vbaeventshelper.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/ui/vba/vbaeventshelper.cxx b/sw/source/ui/vba/vbaeventshelper.cxx
index 2e0e533be8a3..257c829b9c48 100644
--- a/sw/source/ui/vba/vbaeventshelper.cxx
+++ b/sw/source/ui/vba/vbaeventshelper.cxx
@@ -26,8 +26,6 @@ using namespace ::com::sun::star;
using namespace ::com::sun::star::script::vba::VBAEventId;
using namespace ::ooo::vba;
-// ============================================================================
-
SwVbaEventsHelper::SwVbaEventsHelper( uno::Sequence< css::uno::Any > const& aArgs, uno::Reference< uno::XComponentContext > const& xContext ) :
VbaEventsHelperBase( aArgs, xContext )
{
@@ -82,8 +80,6 @@ OUString SwVbaEventsHelper::implGetDocumentModuleName( const EventHandlerInfo& /
return OUString( "ThisDocument" );
}
-// ============================================================================
-
namespace vbaeventshelper
{
namespace sdecl = comphelper::service_decl;
@@ -94,6 +90,4 @@ extern sdecl::ServiceDecl const serviceDecl(
"com.sun.star.document.vba.VBATextEventProcessor" );
}
-// ============================================================================
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */