summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/eventimport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/eventimport.cxx')
-rw-r--r--xmloff/source/forms/eventimport.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/xmloff/source/forms/eventimport.cxx b/xmloff/source/forms/eventimport.cxx
index a16c7dd3e2c0..9edc1242ea0f 100644
--- a/xmloff/source/forms/eventimport.cxx
+++ b/xmloff/source/forms/eventimport.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -136,7 +137,7 @@ namespace xmloff
Reference< XEventAttacherManager > xEventManager(_rxContainer, UNO_QUERY);
if (!xEventManager.is())
{
- OSL_ENSURE(sal_False, "ODefaultEventAttacherManager::setEvents: invalid argument!");
+ OSL_FAIL("ODefaultEventAttacherManager::setEvents: invalid argument!");
return;
}
@@ -161,3 +162,4 @@ namespace xmloff
//.........................................................................
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */