summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/layerexp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/layerexp.cxx')
-rw-r--r--xmloff/source/draw/layerexp.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/xmloff/source/draw/layerexp.cxx b/xmloff/source/draw/layerexp.cxx
index b7d58258e204..9d2667a7c0e7 100644
--- a/xmloff/source/draw/layerexp.cxx
+++ b/xmloff/source/draw/layerexp.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.
@@ -103,7 +104,9 @@ void SdXMLayerExporter::exportLayer( SvXMLExport& rExport )
}
catch( Exception& )
{
- DBG_ERROR("SdXMLayerExporter::exportLayer(), exception caught during export of one layer!");
+ OSL_FAIL("SdXMLayerExporter::exportLayer(), exception caught during export of one layer!");
}
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */