diff options
author | Noel Power <noel.power@novell.com> | 2010-10-13 13:22:42 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2010-10-13 13:22:42 +0100 |
commit | 50a13b7f4166ec2b305226cc81520ccc6010ff69 (patch) | |
tree | c3ef2cb9f135003cecc60d1373f59dca34475b8c /xmloff/source/draw/shapeexport.cxx | |
parent | 4e7e749fc2306995eaab3411c0cfc4c8785a5172 (diff) | |
parent | a7458f68ae3b7a5c07e5c4455f44d2509ddd63bc (diff) |
Merge commit 'origin/master'
Conflicts:
vbahelper/source/vbahelper/vbadialogbase.cxx
Diffstat (limited to 'xmloff/source/draw/shapeexport.cxx')
-rw-r--r-- | xmloff/source/draw/shapeexport.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx index 099a396b11b9..831bc8912e60 100644 --- a/xmloff/source/draw/shapeexport.cxx +++ b/xmloff/source/draw/shapeexport.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. @@ -1296,3 +1297,5 @@ const rtl::Reference< XMLTableExport >& XMLShapeExport::GetShapeTableExport() return mxShapeTableExport; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |