summaryrefslogtreecommitdiff
path: root/sd/inc/sdmod.hxx
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/inc/sdmod.hxx
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/inc/sdmod.hxx')
-rw-r--r--sd/inc/sdmod.hxx29
1 files changed, 12 insertions, 17 deletions
diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx
index 4b37b4a3c87e..518f0864d90c 100644
--- a/sd/inc/sdmod.hxx
+++ b/sd/inc/sdmod.hxx
@@ -30,7 +30,7 @@
#include <com/sun/star/text/WritingMode.hpp>
#include <sfx2/module.hxx>
#include <vcl/vclevent.hxx>
-
+#include <sal/types.h>
#include <memory>
class SdOptions;
@@ -52,28 +52,23 @@ namespace com { namespace sun { namespace star { namespace frame {
class XFrame;
} } } }
-
-// ----------------------
-// - SdOptionStreamMode -
-// ----------------------
-
enum SdOptionStreamMode
{
SD_OPTION_LOAD = 0,
SD_OPTION_STORE = 1
};
-/*************************************************************************
-|*
-|* This subclass of <SfxModule> (which is a subclass of <SfxShell>) is
-|* linked to the DLL. One instance of this class exists while the DLL is
-|* loaded.
-|*
-|* SdModule is like to be compared with the <SfxApplication>-subclass.
-|*
-|* Remember: Don`t export this class! It uses DLL-internal symbols.
-|*
-\************************************************************************/
+/*
+
+ This subclass of <SfxModule> (which is a subclass of <SfxShell>) is
+ linked to the DLL. One instance of this class exists while the DLL is
+ loaded.
+
+ SdModule is like to be compared with the <SfxApplication>-subclass.
+
+ Remember: Don`t export this class! It uses DLL-internal symbols.
+
+*/
class SdModule : public SfxModule, public SfxListener
{