summaryrefslogtreecommitdiff
path: root/xmloff/source/style/XMLPercentOrMeasurePropertyHandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/XMLPercentOrMeasurePropertyHandler.cxx')
-rw-r--r--xmloff/source/style/XMLPercentOrMeasurePropertyHandler.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmloff/source/style/XMLPercentOrMeasurePropertyHandler.cxx b/xmloff/source/style/XMLPercentOrMeasurePropertyHandler.cxx
index 89f9e314f0..47d36b894d 100644
--- a/xmloff/source/style/XMLPercentOrMeasurePropertyHandler.cxx
+++ b/xmloff/source/style/XMLPercentOrMeasurePropertyHandler.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.
@@ -96,3 +97,5 @@ sal_Bool XMLPercentOrMeasurePropertyHandler::exportXML(
rStrExpValue = aOut.makeStringAndClear();
return sal_True;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */