summaryrefslogtreecommitdiff
path: root/sd/source/filter/ppt/propread.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/ppt/propread.hxx')
-rw-r--r--sd/source/filter/ppt/propread.hxx8
1 files changed, 0 insertions, 8 deletions
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: */