diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 19:06:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-01 09:51:32 -0600 |
commit | 8792ec7b2129650777b7b4bfacaa7c13d923279b (patch) | |
tree | f181e37b61533b460397cc68625fd21f46bb6393 /include/drawinglayer/primitive2d/baseprimitive2d.hxx | |
parent | dff29fadfe418421f2af9fd4f1dccc8a9b4cd545 (diff) |
Remove visual noise from include
Conflicts:
include/framework/preventduplicateinteraction.hxx
include/sfx2/sfxbasecontroller.hxx
include/sfx2/sfxbasemodel.hxx
include/toolkit/awt/vclxtabpagemodel.hxx
include/vcl/field.hxx
include/vcl/settings.hxx
Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2
Reviewed-on: https://gerrit.libreoffice.org/8272
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/drawinglayer/primitive2d/baseprimitive2d.hxx')
-rw-r--r-- | include/drawinglayer/primitive2d/baseprimitive2d.hxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/include/drawinglayer/primitive2d/baseprimitive2d.hxx b/include/drawinglayer/primitive2d/baseprimitive2d.hxx index 4361158b96f7..74ba4034fc67 100644 --- a/include/drawinglayer/primitive2d/baseprimitive2d.hxx +++ b/include/drawinglayer/primitive2d/baseprimitive2d.hxx @@ -28,7 +28,7 @@ #include <comphelper/broadcasthelper.hxx> #include <basegfx/range/b2drange.hxx> -////////////////////////////////////////////////////////////////////////////// + /** defines for DeclPrimitive2DIDBlock and ImplPrimitive2DIDBlock Added to be able to simply change identification stuff later, e.g. add a identification string and/or ID to the interface and to the implementation @@ -41,7 +41,7 @@ #define ImplPrimitive2DIDBlock(TheClass, TheID) \ sal_uInt32 TheClass::getPrimitive2DID() const { return TheID; } -////////////////////////////////////////////////////////////////////////////// + // predefines namespace drawinglayer { namespace geometry { @@ -55,7 +55,7 @@ namespace drawinglayer { namespace primitive2d { typedef ::com::sun::star::uno::Sequence< Primitive2DReference > Primitive2DSequence; }} -////////////////////////////////////////////////////////////////////////////// + // basePrimitive2D class namespace drawinglayer @@ -167,9 +167,9 @@ namespace drawinglayer /// The default implementation will return an empty sequence virtual Primitive2DSequence get2DDecomposition(const geometry::ViewInformation2D& rViewInformation) const; - // + // Methods from XPrimitive2D - // + /** The getDecomposition implementation for UNO API will use getDecomposition from this implementation. It will construct a ViewInformation2D from the ViewParameters for that purpose @@ -184,7 +184,7 @@ namespace drawinglayer } // end of namespace primitive2d } // end of namespace drawinglayer -////////////////////////////////////////////////////////////////////////////// + // BufferedDecompositionPrimitive2D class namespace drawinglayer @@ -255,7 +255,7 @@ namespace drawinglayer } // end of namespace primitive2d } // end of namespace drawinglayer -////////////////////////////////////////////////////////////////////////////// + // tooling namespace drawinglayer @@ -289,7 +289,7 @@ namespace drawinglayer } // end of namespace primitive2d } // end of namespace drawinglayer -////////////////////////////////////////////////////////////////////////////// + #endif //INCLUDED_DRAWINGLAYER_PRIMITIVE2D_BASEPRIMITIVE2D_HXX |