diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-11 13:54:17 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-11 13:54:17 +0000 |
commit | 2e0abe761ebf023aeb50e0bb25a9d3a86209ec54 (patch) | |
tree | 53f042f429435812d6261517354eb7a75076612b /sfx2/inc | |
parent | 8c0845e12b93e24552ae0e975a051b8dc3d09c62 (diff) |
INTEGRATION: CWS sb25 (1.2.310); FILE MERGED
2004/11/12 17:02:04 sb 1.2.310.1: #i37077# Reduce number of exported symbols of sfx dynamic library.
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/viewfac.hxx | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/sfx2/inc/viewfac.hxx b/sfx2/inc/viewfac.hxx index ebe4360ae531..2c1f296f0407 100644 --- a/sfx2/inc/viewfac.hxx +++ b/sfx2/inc/viewfac.hxx @@ -2,9 +2,9 @@ * * $RCSfile: viewfac.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2004-01-06 16:19:27 $ + * last change: $Author: rt $ $Date: 2005-01-11 14:54:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,6 +61,13 @@ #ifndef _VIEWFAC_HXX #define _VIEWFAC_HXX +#ifndef _SAL_CONFIG_H_ +#include "sal/config.h" +#endif + +#ifndef INCLUDED_SFX2_DLLAPI_H +#include "sfx2/dllapi.h" +#endif #ifndef _STRING_HXX //autogen #include <tools/string.hxx> @@ -77,7 +84,7 @@ typedef SfxViewShell* (*SfxViewCtor)(SfxViewFrame*, SfxViewShell*); typedef void (*SfxViewInit)(); // CLASS ----------------------------------------------------------------- -class SfxViewFactory +class SFX2_DLLPUBLIC SfxViewFactory { public: SfxViewFactory( SfxViewCtor fnC, SfxViewInit fnI, |