writerfilter: fix indentation in rtfsdrimport
Change-Id: Ibecedba7a8a6e6b3218f64aefdd05897a6612a71
This commit is contained in:
@@ -40,8 +40,10 @@
|
||||
#include <oox/drawingml/shapepropertymap.hxx>
|
||||
#include <oox/helper/propertyset.hxx>
|
||||
|
||||
namespace writerfilter {
|
||||
namespace rtftok {
|
||||
namespace writerfilter
|
||||
{
|
||||
namespace rtftok
|
||||
{
|
||||
|
||||
RTFSdrImport::RTFSdrImport(RTFDocumentImpl& rDocument,
|
||||
uno::Reference<lang::XComponent> const& xDstDoc)
|
||||
@@ -599,7 +601,8 @@ void RTFSdrImport::resolve(RTFShape& rShape, bool bClose)
|
||||
}
|
||||
else
|
||||
{
|
||||
static const OUString aBorders[] = {
|
||||
static const OUString aBorders[] =
|
||||
{
|
||||
OUString("TopBorder"), OUString("LeftBorder"), OUString("BottomBorder"), OUString("RightBorder")
|
||||
};
|
||||
for (unsigned int i = 0; i < SAL_N_ELEMENTS(aBorders); ++i)
|
||||
|
@@ -14,8 +14,10 @@
|
||||
|
||||
#include <rtfdocumentimpl.hxx>
|
||||
|
||||
namespace writerfilter {
|
||||
namespace rtftok {
|
||||
namespace writerfilter
|
||||
{
|
||||
namespace rtftok
|
||||
{
|
||||
/// Handles the import of drawings using RTF markup.
|
||||
class RTFSdrImport
|
||||
{
|
||||
|
Reference in New Issue
Block a user