summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-11 13:43:12 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-11 13:43:12 +0000
commit237e0c0624208a7e17138684091e1e39e40323a2 (patch)
tree237eee86e003714470c4ff3f73d83effb651fb9e /sfx2
parentc07d9faefe1dd0cc8d69593c7025f9675ccc56aa (diff)
INTEGRATION: CWS sb25 (1.13.192); FILE MERGED
2004/12/07 19:01:45 sb 1.13.192.2: RESYNC: (1.13-1.14); FILE MERGED 2004/11/12 17:01:55 sb 1.13.192.1: #i37077# Reduce number of exported symbols of sfx dynamic library.
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/inc/imgmgr.hxx20
1 files changed, 14 insertions, 6 deletions
diff --git a/sfx2/inc/imgmgr.hxx b/sfx2/inc/imgmgr.hxx
index aa4872db3d3c..316649479e93 100644
--- a/sfx2/inc/imgmgr.hxx
+++ b/sfx2/inc/imgmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: imgmgr.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: obo $ $Date: 2004-11-19 10:04:18 $
+ * last change: $Author: rt $ $Date: 2005-01-11 14:43:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,11 +58,19 @@
*
*
************************************************************************/
-#ifndef _SFX_IMGMGR_HXX
-#define _SFX_IMGMGR_HXX
+
+#ifndef _SFXIMGMGR_HXX
+#define _SFXIMGMGR_HXX
+
+#ifndef _SAL_CONFIG_H_
+#include "sal/config.h"
+#endif
+
+#ifndef INCLUDED_SFX2_DLLAPI_H
+#include "sfx2/dllapi.h"
+#endif
#include <sal/types.h>
-#include <tools/link.hxx>
#ifndef _GEN_HXX //autogen
#include <tools/gen.hxx>
@@ -74,7 +82,7 @@
class ToolBox;
class SfxModule;
class SfxImageManager_Impl;
-class SfxImageManager
+class SFX2_DLLPUBLIC SfxImageManager
{
SfxImageManager_Impl* pImp;