diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 07:12:23 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 07:12:23 +0000 |
commit | 95e8fc5a3728300a8c3f3eb45c722fd59f7c5acb (patch) | |
tree | ec9343ad6235717888da15a2b17950d9dcc55453 /sd/inc/sdmod.hxx | |
parent | a7183120d9c0733a6018738945c79edc876d1ca3 (diff) |
INTEGRATION: CWS tune03 (1.20.186); FILE MERGED
2004/08/09 18:49:18 mhu 1.20.186.2: RESYNC: (1.20-1.21); FILE MERGED
2004/08/08 12:53:56 mhu 1.20.186.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.
Diffstat (limited to 'sd/inc/sdmod.hxx')
-rw-r--r-- | sd/inc/sdmod.hxx | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx index 26bce793fe32..eac5107dede6 100644 --- a/sd/inc/sdmod.hxx +++ b/sd/inc/sdmod.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sdmod.hxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: rt $ $Date: 2004-08-04 08:52:47 $ + * last change: $Author: rt $ $Date: 2004-08-23 08:12:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,6 +73,10 @@ #ifndef _PRESENTATION_HXX #include "pres.hxx" #endif +#ifndef INCLUDED_SDDLLAPI_H +#include "sddllapi.h" +#endif + #ifndef _SVSTOR_HXX #include <so3/svstor.hxx> #endif @@ -82,8 +86,15 @@ #ifndef _COM_SUN_STAR_TEXT_WRITINGMODE_HPP_ #include <com/sun/star/text/WritingMode.hpp> #endif + +#ifndef _SFXMODULE_HXX #include <sfx2/module.hxx> +#endif + +#ifndef INCLUDED_MEMORY #include <memory> +#define INCLUDED_MEMORY +#endif class SdOptions; class BasicIDE; @@ -147,7 +158,7 @@ public: virtual void FillStatusBar(StatusBar& rBar); SdOptions* GetSdOptions(DocumentType eDocType); - SvStorageStreamRef GetOptionStream( const String& rOptionName, SdOptionStreamMode eMode ); + SD_DLLPUBLIC SvStorageStreamRef GetOptionStream( const String& rOptionName, SdOptionStreamMode eMode ); BOOL GetWaterCan() const { return bWaterCan; } void SetWaterCan( BOOL bWC ) { bWaterCan = bWC; } @@ -169,7 +180,7 @@ public: */ OutputDevice* GetRefDevice (::sd::DrawDocShell& rDocShell); - SvNumberFormatter* GetNumberFormatter(); + SD_DLLPUBLIC SvNumberFormatter* GetNumberFormatter(); ::com::sun::star::text::WritingMode GetDefaultWritingMode() const; |