oox: whitespace fixes in WpsContext

Change-Id: Idcd4409a02a5b0dc5f7b67d2a482bf4fe30f579c
This commit is contained in:
Miklos Vajna
2013-12-28 09:57:01 +01:00
parent 8466894125
commit c7662eea85
2 changed files with 63 additions and 55 deletions

View File

@@ -14,7 +14,10 @@
using namespace com::sun::star;
namespace oox { namespace shape {
namespace oox
{
namespace shape
{
WpsContext::WpsContext(ContextHandler2Helper& rParent, uno::Reference<drawing::XShape> xShape)
: ContextHandler2(rParent),
@@ -95,6 +98,7 @@ oox::core::ContextHandlerRef WpsContext::onCreateContext(sal_Int32 nElementToken
return 0;
}
} }
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -13,7 +13,10 @@
#include "oox/core/contexthandler2.hxx"
#include "oox/drawingml/shape.hxx"
namespace oox { namespace shape {
namespace oox
{
namespace shape
{
/// Wps is the drawingML equivalent of v:shape.
class WpsContext : public oox::core::ContextHandler2
@@ -32,7 +35,8 @@ protected:
};
} }
}
}
#endif