summaryrefslogtreecommitdiff
path: root/sd/source/filter
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-02-14 22:36:19 -0200
committerMarcos Souza <marcos.souza.org@gmail.com>2014-02-15 15:27:01 +0000
commitd024fe60dcb402e7ed8c8fa0ef623176f03c62c0 (patch)
treeddb5d82d39397c475de45127141c0864ac0c4cd7 /sd/source/filter
parent9a5ce676ede4828db0acde5db79d91320575ec08 (diff)
fdo#63154 Remove unused solar.h reference in sd.
Change-Id: I3dca2ffe3f94bedfea954bd83e84c724fb564ec9 Reviewed-on: https://gerrit.libreoffice.org/8063 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
Diffstat (limited to 'sd/source/filter')
-rw-r--r--sd/source/filter/eppt/eppt.hxx5
-rw-r--r--sd/source/filter/eppt/epptdef.hxx2
-rw-r--r--sd/source/filter/ppt/propread.hxx8
3 files changed, 0 insertions, 15 deletions
diff --git a/sd/source/filter/eppt/eppt.hxx b/sd/source/filter/eppt/eppt.hxx
index 8f9054b66f92..d36957d766ea 100644
--- a/sd/source/filter/eppt/eppt.hxx
+++ b/sd/source/filter/eppt/eppt.hxx
@@ -22,7 +22,6 @@
#include <vector>
#include "escherex.hxx"
#include <sal/types.h>
-#include <tools/solar.h>
#include <sot/storage.hxx>
#include <vcl/graph.hxx>
#include <unotools/fontcvt.hxx>
@@ -31,8 +30,6 @@
#include "text.hxx"
-// ------------------------------------------------------------------------
-
#include <vcl/mapmod.hxx>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/frame/XModel.hpp>
@@ -156,8 +153,6 @@ public:
void WriteTextSpecInfo( SvStream* pStrm );
};
-// ------------------------------------------------------------------------
-
struct CellBorder;
class PPTWriter : public PPTWriterBase, public PPTExBulletProvider
{
diff --git a/sd/source/filter/eppt/epptdef.hxx b/sd/source/filter/eppt/epptdef.hxx
index 73cebe4df42c..fbe824cc65e6 100644
--- a/sd/source/filter/eppt/epptdef.hxx
+++ b/sd/source/filter/eppt/epptdef.hxx
@@ -20,8 +20,6 @@
#ifndef INCLUDED_SD_SOURCE_FILTER_EPPT_EPPTDEF_HXX
#define INCLUDED_SD_SOURCE_FILTER_EPPT_EPPTDEF_HXX
-#include <tools/solar.h>
-
#define EPP_FLAG_CONTAINER 0x0F // If the version field of a record
// header takes on this value, the
// record header marks the start of
diff --git a/sd/source/filter/ppt/propread.hxx b/sd/source/filter/ppt/propread.hxx
index 0325a8f9dcc3..c5f6512d00ed 100644
--- a/sd/source/filter/ppt/propread.hxx
+++ b/sd/source/filter/ppt/propread.hxx
@@ -24,7 +24,6 @@
#include <boost/ptr_container/ptr_vector.hpp>
#include <sal/types.h>
-#include <tools/solar.h>
#include <sot/storage.hxx>
#include <tools/stream.hxx>
@@ -96,8 +95,6 @@
#define VT_BYREF 0x4000
#define VT_TYPEMASK 0xFFF
-// ------------------------------------------------------------------------
-
typedef std::map<OUString,sal_uInt32> Dictionary;
struct PropEntry
@@ -129,8 +126,6 @@ class PropItem : public SvMemoryStream
using SvStream::Read;
};
-// ------------------------------------------------------------------------
-
class Section
{
sal_uInt16 mnTextEnc;
@@ -153,8 +148,6 @@ class Section
void Read( SvStorageStream* pStrm );
};
-// ------------------------------------------------------------------------
-
class PropRead
{
sal_Bool mbStatus;
@@ -178,7 +171,6 @@ class PropRead
void Read();
};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */