diff options
Diffstat (limited to 'tools/source/ref/globname.cxx')
-rw-r--r-- | tools/source/ref/globname.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/source/ref/globname.cxx b/tools/source/ref/globname.cxx index 2d45e470e688..038c5de80847 100644 --- a/tools/source/ref/globname.cxx +++ b/tools/source/ref/globname.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. @@ -451,3 +452,5 @@ SvGlobalName::SvGlobalName( const com::sun::star::uno::Sequence < sal_Int8 >& aS pImp->nRefCount++; memcpy( pImp->szData, &aResult, sizeof( pImp->szData ) ); } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |