diff options
Diffstat (limited to 'mysqlc/source/mysqlc_propertyids.cxx')
-rw-r--r-- | mysqlc/source/mysqlc_propertyids.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysqlc/source/mysqlc_propertyids.cxx b/mysqlc/source/mysqlc_propertyids.cxx index de2332b..ecd6e2b 100644 --- a/mysqlc/source/mysqlc_propertyids.cxx +++ b/mysqlc/source/mysqlc_propertyids.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. * @@ -206,3 +207,5 @@ OUString OPropertyMap::fillValue(sal_Int32 idx) * vim600: noet sw=4 ts=4 fdm=marker * vim<600: noet sw=4 ts=4 */ + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |