summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-03-17 09:18:59 +0100
committerJochen Nitschke <j.nitschke+logerrit@ok.de>2017-03-17 11:01:26 +0000
commitc68ac77770a642b89cbc7a5ecbb4ccb41fd53f57 (patch)
tree9615e5bc28c5964ee37596e799f6725fd6197843 /sc/source
parent9bb21ef311ffc600bc7d2ac1c7dee4d88a694bf7 (diff)
cleanup double includes and declarations
Change-Id: I770e09f48b1a3e8299f59a8e475ba3c18d436d7b Reviewed-on: https://gerrit.libreoffice.org/35312 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/filter/inc/xcl97rec.hxx7
-rw-r--r--sc/source/ui/inc/undotab.hxx2
2 files changed, 2 insertions, 7 deletions
diff --git a/sc/source/filter/inc/xcl97rec.hxx b/sc/source/filter/inc/xcl97rec.hxx
index 3d7bc09e5d3c..1782b4d80450 100644
--- a/sc/source/filter/inc/xcl97rec.hxx
+++ b/sc/source/filter/inc/xcl97rec.hxx
@@ -28,6 +28,8 @@
class XclObj;
class XclExpMsoDrawing;
class SdrCaptionObj;
+class SdrTextObj;
+class XclTxo;
class XclExpObjList : public ExcEmptyRec, protected XclExpRoot
{
@@ -83,9 +85,6 @@ private:
// --- class XclObj --------------------------------------------------
-class XclTxo;
-class SdrTextObj;
-
class XclObj : public XclExpRecord
{
protected:
@@ -194,8 +193,6 @@ public:
// --- class XclTxo --------------------------------------------------
-class SdrTextObj;
-
class XclTxo : public ExcRecord
{
public:
diff --git a/sc/source/ui/inc/undotab.hxx b/sc/source/ui/inc/undotab.hxx
index 662dd0358c1b..5585e2d3e9b8 100644
--- a/sc/source/ui/inc/undotab.hxx
+++ b/sc/source/ui/inc/undotab.hxx
@@ -26,8 +26,6 @@
#include "tabbgcolor.hxx"
#include <memory>
-
-#include <memory>
#include <vector>
class ScDocShell;