diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-01 13:51:35 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-01 13:51:48 -0400 |
commit | 5d87009cc2d385e61edd06bb5c81ef2106405066 (patch) | |
tree | 957d20f371e24465caf2e6a86b06a841ee18e5da /svx | |
parent | 9de534e629e4338ae7f317ebc7ca63a2dfebb7ba (diff) |
Unindent.
Change-Id: I32afaeb71f57b4f8741758a1db98e04365bd2a77
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/sdr/contact/viewobjectcontactofsdrole2obj.hxx | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/svx/inc/sdr/contact/viewobjectcontactofsdrole2obj.hxx b/svx/inc/sdr/contact/viewobjectcontactofsdrole2obj.hxx index bb9710583b77..25b66a5e2a6c 100644 --- a/svx/inc/sdr/contact/viewobjectcontactofsdrole2obj.hxx +++ b/svx/inc/sdr/contact/viewobjectcontactofsdrole2obj.hxx @@ -22,32 +22,24 @@ #include <svx/sdr/contact/viewobjectcontactofsdrobj.hxx> - -// predeclarations class SdrOle2Obj; +namespace sdr { namespace contact { - -namespace sdr +class ViewObjectContactOfSdrOle2Obj : public ViewObjectContactOfSdrObj { - namespace contact - { - class ViewObjectContactOfSdrOle2Obj : public ViewObjectContactOfSdrObj - { - protected: - const SdrOle2Obj& getSdrOle2Object() const; - - // This method is responsible for creating the graphical visualisation data - virtual drawinglayer::primitive2d::Primitive2DSequence createPrimitive2DSequence(const DisplayInfo& rDisplayInfo) const SAL_OVERRIDE; +protected: + const SdrOle2Obj& getSdrOle2Object() const; - public: - ViewObjectContactOfSdrOle2Obj(ObjectContact& rObjectContact, ViewContact& rViewContact); - virtual ~ViewObjectContactOfSdrOle2Obj(); - }; - } // end of namespace contact -} // end of namespace sdr + // This method is responsible for creating the graphical visualisation data + virtual drawinglayer::primitive2d::Primitive2DSequence createPrimitive2DSequence(const DisplayInfo& rDisplayInfo) const SAL_OVERRIDE; +public: + ViewObjectContactOfSdrOle2Obj(ObjectContact& rObjectContact, ViewContact& rViewContact); + virtual ~ViewObjectContactOfSdrOle2Obj(); +}; +}} #endif // INCLUDED_SVX_INC_SDR_CONTACT_VIEWOBJECTCONTACTOFSDROLE2OBJ_HXX |