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/basegfx/tools | |
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/basegfx/tools')
-rw-r--r-- | include/basegfx/tools/b2dclipstate.hxx | 2 | ||||
-rw-r--r-- | include/basegfx/tools/canvastools.hxx | 8 | ||||
-rw-r--r-- | include/basegfx/tools/rectcliptools.hxx | 2 | ||||
-rw-r--r-- | include/basegfx/tools/zoomtools.hxx | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/include/basegfx/tools/b2dclipstate.hxx b/include/basegfx/tools/b2dclipstate.hxx index f963e8849b57..5cb6721e6ede 100644 --- a/include/basegfx/tools/b2dclipstate.hxx +++ b/include/basegfx/tools/b2dclipstate.hxx @@ -24,7 +24,7 @@ #include <o3tl/cow_wrapper.hxx> #include <basegfx/basegfxdllapi.h> -////////////////////////////////////////////////////////////////////////////// + namespace basegfx { diff --git a/include/basegfx/tools/canvastools.hxx b/include/basegfx/tools/canvastools.hxx index ba7f644ef00b..08ccb23a23b8 100644 --- a/include/basegfx/tools/canvastools.hxx +++ b/include/basegfx/tools/canvastools.hxx @@ -71,7 +71,7 @@ namespace basegfx namespace unotools { // Polygon conversions - // =================================================================== + BASEGFX_DLLPUBLIC ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D > xPolyPolygonFromB2DPolygon( const ::com::sun::star::uno::Reference< @@ -115,7 +115,7 @@ namespace basegfx ::com::sun::star::rendering::XPolyPolygon2D >& rPoly ); // Matrix conversions - // =================================================================== + BASEGFX_DLLPUBLIC ::com::sun::star::geometry::AffineMatrix2D& affineMatrixFromHomMatrix( ::com::sun::star::geometry::AffineMatrix2D& matrix, @@ -140,7 +140,7 @@ namespace basegfx const ::com::sun::star::geometry::Matrix2D& matrix ); // Geometry conversions - // =================================================================== + BASEGFX_DLLPUBLIC ::com::sun::star::geometry::RealSize2D size2DFromB2DSize( const ::basegfx::B2DVector& ); BASEGFX_DLLPUBLIC ::com::sun::star::geometry::RealPoint2D point2DFromB2DPoint( const ::basegfx::B2DPoint& ); @@ -159,7 +159,7 @@ namespace basegfx BASEGFX_DLLPUBLIC ::basegfx::B2IRange b2IRectangleFromAwtRectangle( const ::com::sun::star::awt::Rectangle& ); // Geometry comparisons - // =================================================================== + /** Return smalltest integer range, which completely contains given floating point range. diff --git a/include/basegfx/tools/rectcliptools.hxx b/include/basegfx/tools/rectcliptools.hxx index f69cffc5e14c..2d45ad1d26ce 100644 --- a/include/basegfx/tools/rectcliptools.hxx +++ b/include/basegfx/tools/rectcliptools.hxx @@ -23,7 +23,7 @@ #include <sal/types.h> #include <basegfx/range/b2ibox.hxx> -////////////////////////////////////////////////////////////////////////////// + namespace basegfx { diff --git a/include/basegfx/tools/zoomtools.hxx b/include/basegfx/tools/zoomtools.hxx index 1ebab9fb0c45..3b4cacf59553 100644 --- a/include/basegfx/tools/zoomtools.hxx +++ b/include/basegfx/tools/zoomtools.hxx @@ -13,7 +13,7 @@ #include <sal/types.h> #include <basegfx/basegfxdllapi.h> -////////////////////////////////////////////////////////////////////////////// + namespace basegfx { |