diff options
Diffstat (limited to 'idlc/source/astconstant.cxx')
-rw-r--r-- | idlc/source/astconstant.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/idlc/source/astconstant.cxx b/idlc/source/astconstant.cxx index 1d30358f8..8cbc6b449 100644 --- a/idlc/source/astconstant.cxx +++ b/idlc/source/astconstant.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. @@ -134,3 +135,5 @@ sal_Bool AstConstant::dumpBlob( return sal_True; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |