diff options
Diffstat (limited to 'cppu/source/uno/any.cxx')
-rw-r--r-- | cppu/source/uno/any.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cppu/source/uno/any.cxx b/cppu/source/uno/any.cxx index 184e7902e..4dfd08e80 100644 --- a/cppu/source/uno/any.cxx +++ b/cppu/source/uno/any.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. @@ -148,3 +149,5 @@ void SAL_CALL uno_any_clear( uno_Any * pValue, uno_ReleaseFunc release ) CONSTRUCT_EMPTY_ANY( pValue ); } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |