From 24da9e2538dc8f80fb6ac6d498992f9093495b22 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Wed, 19 Mar 2014 11:11:15 +0100 Subject: Use sane indentation in new files. Change-Id: Ida89284c00946d3972c4e45a5453ccfdff99713f --- include/svx/sdr/contact/viewcontactofopengl.hxx | 28 ++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'include/svx/sdr') diff --git a/include/svx/sdr/contact/viewcontactofopengl.hxx b/include/svx/sdr/contact/viewcontactofopengl.hxx index ad96b0c03ea4..e5fae8b54845 100644 --- a/include/svx/sdr/contact/viewcontactofopengl.hxx +++ b/include/svx/sdr/contact/viewcontactofopengl.hxx @@ -14,21 +14,21 @@ class SdrOpenGLObj; -namespace sdr +namespace sdr { +namespace contact { + +class ViewContactOfOpenGL : public ViewContactOfSdrObj { - namespace contact - { - class ViewContactOfOpenGL : public ViewContactOfSdrObj - { - public: - explicit ViewContactOfOpenGL(SdrOpenGLObj& rOpenGLObj); - virtual ~ViewContactOfOpenGL(); - - protected: - virtual drawinglayer::primitive2d::Primitive2DSequence createViewIndependentPrimitive2DSequence() const; - }; - } -} +public: + explicit ViewContactOfOpenGL(SdrOpenGLObj& rOpenGLObj); + virtual ~ViewContactOfOpenGL(); + +protected: + virtual drawinglayer::primitive2d::Primitive2DSequence createViewIndependentPrimitive2DSequence() const; +}; + +} // namespace contact +} // namespace sdr #endif -- cgit