summaryrefslogtreecommitdiff
path: root/svx/source/sdr
diff options
context:
space:
mode:
authorChris Laplante <mostthingsweb@gmail.com>2014-08-18 16:57:11 -0400
committerNoel Grandin <noelgrandin@gmail.com>2014-08-19 01:28:24 -0500
commit7b33dbb25394a88b8eb2c826d951ce578605e895 (patch)
treed99485092601a2f21a143049569daee0fd4e8a76 /svx/source/sdr
parent23b49f2390b3d551a52caf06496d8aadf1920bf8 (diff)
svx: Cleanup ASCII art and useless comments
Change-Id: I5399362056276f324fd43eda05d3f606dc6f8c71 Reviewed-on: https://gerrit.libreoffice.org/11011 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx/source/sdr')
-rw-r--r--svx/source/sdr/contact/viewcontactofunocontrol.cxx4
-rw-r--r--svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx26
2 files changed, 0 insertions, 30 deletions
diff --git a/svx/source/sdr/contact/viewcontactofunocontrol.cxx b/svx/source/sdr/contact/viewcontactofunocontrol.cxx
index 617b05392eaa..537a34a76478 100644
--- a/svx/source/sdr/contact/viewcontactofunocontrol.cxx
+++ b/svx/source/sdr/contact/viewcontactofunocontrol.cxx
@@ -70,10 +70,6 @@ namespace sdr { namespace contact {
{
}
-
- //= ViewContactOfUnoControl
-
-
ViewContactOfUnoControl::ViewContactOfUnoControl( SdrUnoObj& _rUnoObject )
:ViewContactOfSdrObj( _rUnoObject )
,m_pImpl( new ViewContactOfUnoControl_Impl )
diff --git a/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx b/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
index 54107f63e778..bc22a54aefd2 100644
--- a/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
+++ b/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
@@ -142,9 +142,6 @@ namespace sdr { namespace contact {
using ::com::sun::star::container::ContainerEvent;
using ::com::sun::star::uno::Any;
-
- //= ControlHolder
-
class ControlHolder
{
private:
@@ -346,8 +343,6 @@ namespace sdr { namespace contact {
}
- //= IPageViewAccess
-
/** interface encapsulating access to an SdrPageView, stripped down to the methods we really need
*/
class IPageViewAccess
@@ -370,9 +365,6 @@ namespace sdr { namespace contact {
~IPageViewAccess() {}
};
-
- //= SdrPageViewAccess
-
/** is a ->IPageViewAccess implementation based on a real ->SdrPageView instance
*/
class SdrPageViewAccess : public IPageViewAccess
@@ -410,9 +402,6 @@ namespace sdr { namespace contact {
return m_rPageView.GetVisibleLayers().IsSet( _nLayerID );
}
-
- //= InvisibleControlViewAccess
-
/** is a ->IPageViewAccess implementation which can be used to create an invisble control for
an arbitrary window
*/
@@ -804,9 +793,6 @@ namespace sdr { namespace contact {
const OutputDevice& impl_getOutputDevice_throw() const;
};
-
- //= LazyControlCreationPrimitive2D
-
class LazyControlCreationPrimitive2D : public ::drawinglayer::primitive2d::BufferedDecompositionPrimitive2D
{
private:
@@ -859,10 +845,6 @@ namespace sdr { namespace contact {
::basegfx::B2DHomMatrix m_aTransformation;
};
-
- //= ViewObjectContactOfUnoControl_Impl
-
-
ViewObjectContactOfUnoControl_Impl::ViewObjectContactOfUnoControl_Impl( ViewObjectContactOfUnoControl* _pAntiImpl )
:m_pAntiImpl( _pAntiImpl )
,m_bCreatingControl( false )
@@ -1622,10 +1604,6 @@ namespace sdr { namespace contact {
ImplPrimitive2DIDBlock( LazyControlCreationPrimitive2D, PRIMITIVE2D_ID_SDRCONTROLPRIMITIVE2D )
-
- //= ViewObjectContactOfUnoControl
-
-
ViewObjectContactOfUnoControl::ViewObjectContactOfUnoControl( ObjectContact& _rObjectContact, ViewContactOfUnoControl& _rViewContact )
:ViewObjectContactOfSdrObj( _rObjectContact, _rViewContact )
,m_pImpl( new ViewObjectContactOfUnoControl_Impl( this ) )
@@ -1795,10 +1773,6 @@ namespace sdr { namespace contact {
flushPrimitive2DSequence();
}
-
- //= UnoControlPrintOrPreviewContact
-
-
UnoControlPrintOrPreviewContact::UnoControlPrintOrPreviewContact( ObjectContactOfPageView& _rObjectContact, ViewContactOfUnoControl& _rViewContact )
:ViewObjectContactOfUnoControl( _rObjectContact, _rViewContact )
{