summaryrefslogtreecommitdiff
path: root/unodevtools/source/unodevtools/typeblob.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unodevtools/source/unodevtools/typeblob.cxx')
-rw-r--r--unodevtools/source/unodevtools/typeblob.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/unodevtools/source/unodevtools/typeblob.cxx b/unodevtools/source/unodevtools/typeblob.cxx
index 6612b1eb0f33..b92bc374cb90 100644
--- a/unodevtools/source/unodevtools/typeblob.cxx
+++ b/unodevtools/source/unodevtools/typeblob.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.
@@ -801,3 +802,5 @@ void* getTypeBlob(Reference< XHierarchicalNameAccess > xTDmgr,
}
} // end of namespace unodevtools
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */