Kaydet (Commit) 6d960bd7 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Unindent.

Change-Id: I1b65915b7d864f1a69f48fcacf38e7aec23c38a4
üst 946daff6
...@@ -32,23 +32,18 @@ ...@@ -32,23 +32,18 @@
#include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/matrix/b2dhommatrix.hxx>
#include <svtools/embedhlp.hxx> #include <svtools/embedhlp.hxx>
using namespace com::sun::star; using namespace com::sun::star;
namespace sdr { namespace contact {
const SdrOle2Obj& ViewObjectContactOfSdrOle2Obj::getSdrOle2Object() const
namespace sdr
{ {
namespace contact
{
const SdrOle2Obj& ViewObjectContactOfSdrOle2Obj::getSdrOle2Object() const
{
return static_cast< ViewContactOfSdrOle2Obj& >(GetViewContact()).GetOle2Obj(); return static_cast< ViewContactOfSdrOle2Obj& >(GetViewContact()).GetOle2Obj();
} }
drawinglayer::primitive2d::Primitive2DSequence ViewObjectContactOfSdrOle2Obj::createPrimitive2DSequence( drawinglayer::primitive2d::Primitive2DSequence ViewObjectContactOfSdrOle2Obj::createPrimitive2DSequence(
const DisplayInfo& /*rDisplayInfo*/) const const DisplayInfo& /*rDisplayInfo*/) const
{ {
// this method is overloaded to do some things the old SdrOle2Obj::DoPaintObject did. // this method is overloaded to do some things the old SdrOle2Obj::DoPaintObject did.
// In the future, some of these may be solved different, but ATM try to stay compatible // In the future, some of these may be solved different, but ATM try to stay compatible
// with the old behaviour // with the old behaviour
...@@ -144,17 +139,17 @@ namespace sdr ...@@ -144,17 +139,17 @@ namespace sdr
} }
return xRetval; return xRetval;
} }
ViewObjectContactOfSdrOle2Obj::ViewObjectContactOfSdrOle2Obj(ObjectContact& rObjectContact, ViewContact& rViewContact) ViewObjectContactOfSdrOle2Obj::ViewObjectContactOfSdrOle2Obj(ObjectContact& rObjectContact, ViewContact& rViewContact)
: ViewObjectContactOfSdrObj(rObjectContact, rViewContact) : ViewObjectContactOfSdrObj(rObjectContact, rViewContact)
{ {
} }
ViewObjectContactOfSdrOle2Obj::~ViewObjectContactOfSdrOle2Obj() ViewObjectContactOfSdrOle2Obj::~ViewObjectContactOfSdrOle2Obj()
{ {
} }
} // end of namespace contact
} // end of namespace sdr }}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment