summaryrefslogtreecommitdiff
path: root/include/svx/sdr/contact
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdr/contact')
-rw-r--r--include/svx/sdr/contact/viewcontactofopengl.hxx28
1 files changed, 14 insertions, 14 deletions
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