summaryrefslogtreecommitdiff
path: root/forms/source/xforms/xformsevent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/xformsevent.cxx')
-rw-r--r--forms/source/xforms/xformsevent.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/xforms/xformsevent.cxx b/forms/source/xforms/xformsevent.cxx
index 236284165bd2..06801ce3bae9 100644
--- a/forms/source/xforms/xformsevent.cxx
+++ b/forms/source/xforms/xformsevent.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -34,12 +34,12 @@
namespace com {
namespace sun {
namespace star {
-namespace xforms {
+namespace xforms {
using rtl::OUString;
using com::sun::star::uno::RuntimeException;
-void SAL_CALL XFormsEventConcrete::initXFormsEvent(const OUString& typeArg,
+void SAL_CALL XFormsEventConcrete::initXFormsEvent(const OUString& typeArg,
sal_Bool canBubbleArg, sal_Bool cancelableArg)
throw (RuntimeException)
{
@@ -90,7 +90,7 @@ void SAL_CALL XFormsEventConcrete::preventDefault() throw (RuntimeException)
{
}
-void SAL_CALL XFormsEventConcrete::initEvent(const OUString& eventTypeArg, sal_Bool canBubbleArg,
+void SAL_CALL XFormsEventConcrete::initEvent(const OUString& eventTypeArg, sal_Bool canBubbleArg,
sal_Bool cancelableArg) throw (RuntimeException)
{
m_eventType = eventTypeArg;