summaryrefslogtreecommitdiff
path: root/sfx2/source/control/msg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/control/msg.cxx')
-rw-r--r--sfx2/source/control/msg.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sfx2/source/control/msg.cxx b/sfx2/source/control/msg.cxx
index ffedd2632770..119b186f112b 100644
--- a/sfx2/source/control/msg.cxx
+++ b/sfx2/source/control/msg.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.
@@ -43,7 +44,7 @@ SfxSlotKind SfxSlot::GetKind() const
return (SfxSlotKind) SFX_KIND_ENUM;
else
{
- DBG_ERROR( "invalid slot kind detected" );
+ OSL_FAIL( "invalid slot kind detected" );
return SFX_KIND_ENUM;
}
}
@@ -73,3 +74,4 @@ sal_uInt16 SfxSlot::GetWhich( const SfxItemPool &rPool ) const
return rtl::OUString( aCmd, aCmd.getLength(), RTL_TEXTENCODING_UTF8 );
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */