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 | ace843304cba4ea36bba8e2d6898be426837ee6c (patch) | |
tree | 724620a0dc1b37070a7a592618fd018a32dbb138 /xmloff/source/draw/shapeexport.cxx | |
parent | 150c9846abeaab2ece2a7b35f61e83695abd5fdd (diff) | |
parent | 86423ced17e0444f63e6a8bd5ef779717b11a7ee (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 7dc8ce67d3..c22fa38412 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: */ |