summaryrefslogtreecommitdiff
path: root/forms/source/xforms/propertysetbase.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/propertysetbase.cxx')
-rw-r--r--forms/source/xforms/propertysetbase.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/forms/source/xforms/propertysetbase.cxx b/forms/source/xforms/propertysetbase.cxx
index 131b2aa447b0..dd2c3f139098 100644
--- a/forms/source/xforms/propertysetbase.cxx
+++ b/forms/source/xforms/propertysetbase.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.
@@ -190,3 +191,5 @@ void SAL_CALL PropertySetBase::getFastPropertyValue( Any& rValue, sal_Int32 nHan
PropertyAccessorBase& rAccessor = locatePropertyHandler( nHandle );
rAccessor.getValue( rValue );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */