diff options
Diffstat (limited to 'svx/source/sdr/contact/viewcontactofe3dsphere.cxx')
-rw-r--r-- | svx/source/sdr/contact/viewcontactofe3dsphere.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/sdr/contact/viewcontactofe3dsphere.cxx b/svx/source/sdr/contact/viewcontactofe3dsphere.cxx index 1a1dc1564d6a..dbec97e884fc 100644 --- a/svx/source/sdr/contact/viewcontactofe3dsphere.cxx +++ b/svx/source/sdr/contact/viewcontactofe3dsphere.cxx @@ -27,7 +27,7 @@ namespace sdr::contact - { +{ ViewContactOfE3dSphere::ViewContactOfE3dSphere(E3dSphereObj& rSphere) : ViewContactOfE3d(rSphere) { @@ -75,6 +75,7 @@ namespace sdr::contact return xRetval; } - } // end of namespace sdr + +} // end of namespace /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |