[Libreoffice-commits] core.git: sd/source svx/source sw/source
Noel Grandin
noel at peralex.com
Fri Apr 15 12:03:32 UTC 2016
sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx | 1 -
sd/source/ui/view/clview.cxx | 3 +--
svx/source/sdr/primitive2d/sdrdecompositiontools.cxx | 4 +++-
sw/source/core/doc/DocumentDrawModelManager.cxx | 1 -
4 files changed, 4 insertions(+), 5 deletions(-)
New commits:
commit 7ac9973da65d80832069afa76fd7325cf53c9293
Author: Noel Grandin <noel at peralex.com>
Date: Fri Apr 15 13:20:14 2016 +0200
clang-tidy misc-forward-declaration-namespace
Change-Id: I0566e9992e0d96ee710c8bce2ae6f44a9e83b4e4
diff --git a/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx b/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx
index 0925b0f..3c9cebc 100644
--- a/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx
+++ b/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx
@@ -75,7 +75,6 @@ private:
// compactor.
bool mbIsPrecious;
};
-class CacheEntry;
class CacheHash {
public:
diff --git a/sd/source/ui/view/clview.cxx b/sd/source/ui/view/clview.cxx
index 9fff091..b885d3b 100644
--- a/sd/source/ui/view/clview.cxx
+++ b/sd/source/ui/view/clview.cxx
@@ -23,10 +23,9 @@
#include "drawview.hxx"
#include "sdpage.hxx"
-class DrawDocShell;
-
namespace sd {
+class DrawDocShell;
class DrawViewShell;
/**
diff --git a/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx b/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
index afe99c3..bc27dbc 100644
--- a/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
+++ b/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
@@ -46,7 +46,6 @@
#include <drawinglayer/attribute/sdrshadowattribute.hxx>
-class TransparencePrimitive2D;
using namespace com::sun::star;
@@ -54,6 +53,9 @@ namespace drawinglayer
{
namespace primitive2d
{
+
+ class TransparencePrimitive2D;
+
Primitive2DReference createPolyPolygonFillPrimitive(
const basegfx::B2DPolyPolygon& rPolyPolygon,
const attribute::SdrFillAttribute& rFill,
diff --git a/sw/source/core/doc/DocumentDrawModelManager.cxx b/sw/source/core/doc/DocumentDrawModelManager.cxx
index b889b8c..dfc542d 100644
--- a/sw/source/core/doc/DocumentDrawModelManager.cxx
+++ b/sw/source/core/doc/DocumentDrawModelManager.cxx
@@ -49,7 +49,6 @@
#include <unotools/configmgr.hxx>
class SdrOutliner;
-class XSpellChecker1;
namespace sw
{
More information about the Libreoffice-commits
mailing list