oox: whitespace fixes in WpsContext
Change-Id: Idcd4409a02a5b0dc5f7b67d2a482bf4fe30f579c
This commit is contained in:
@@ -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: */
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user