INTEGRATION: CWS sb25 (1.3.428); FILE MERGED
2004/11/15 16:44:41 sb 1.3.428.1: #i37077# Reduce number of exported symbols of xmloff dynamic library.
This commit is contained in:
parent
0de720ac35
commit
12aa9b276f
2 changed files with 24 additions and 8 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: DashStyle.hxx,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: dvo $ $Date: 2001-10-19 18:43:57 $
|
||||
* last change: $Author: rt $ $Date: 2005-01-11 14:09:45 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -62,6 +62,14 @@
|
|||
#ifndef _XMLOFF_DASHSTYLE_HXX
|
||||
#define _XMLOFF_DASHSTYLE_HXX
|
||||
|
||||
#ifndef _SAL_CONFIG_H_
|
||||
#include "sal/config.h"
|
||||
#endif
|
||||
|
||||
#ifndef INCLUDED_XMLOFF_DLLAPI_H
|
||||
#include "xmloff/dllapi.h"
|
||||
#endif
|
||||
|
||||
#ifndef _SAL_TYPES_H_
|
||||
#include <sal/types.h>
|
||||
#endif
|
||||
|
@ -76,7 +84,7 @@ namespace com { namespace sun { namespace star {
|
|||
namespace rtl { class OUString; }
|
||||
|
||||
|
||||
class XMLDashStyleImport
|
||||
class XMLOFF_DLLPUBLIC XMLDashStyleImport
|
||||
{
|
||||
SvXMLImport& rImport;
|
||||
|
||||
|
@ -92,7 +100,7 @@ public:
|
|||
};
|
||||
|
||||
|
||||
class XMLDashStyleExport
|
||||
class XMLOFF_DLLPUBLIC XMLDashStyleExport
|
||||
{
|
||||
SvXMLExport& rExport;
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: GradientStyle.hxx,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: dvo $ $Date: 2001-10-19 18:43:57 $
|
||||
* last change: $Author: rt $ $Date: 2005-01-11 14:10:26 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -62,6 +62,14 @@
|
|||
#ifndef _XMLOFF_GRADIENTSTYLE_HXX
|
||||
#define _XMLOFF_GRADIENTSTYLE_HXX
|
||||
|
||||
#ifndef _SAL_CONFIG_H_
|
||||
#include "sal/config.h"
|
||||
#endif
|
||||
|
||||
#ifndef INCLUDED_XMLOFF_DLLAPI_H
|
||||
#include "xmloff/dllapi.h"
|
||||
#endif
|
||||
|
||||
#ifndef _SAL_TYPES_H_
|
||||
#include <sal/types.h>
|
||||
#endif
|
||||
|
@ -76,7 +84,7 @@ namespace com { namespace sun { namespace star {
|
|||
namespace rtl { class OUString; }
|
||||
|
||||
|
||||
class XMLGradientStyleImport
|
||||
class XMLOFF_DLLPUBLIC XMLGradientStyleImport
|
||||
{
|
||||
SvXMLImport& rImport;
|
||||
|
||||
|
@ -92,7 +100,7 @@ public:
|
|||
};
|
||||
|
||||
|
||||
class XMLGradientStyleExport
|
||||
class XMLOFF_DLLPUBLIC XMLGradientStyleExport
|
||||
{
|
||||
SvXMLExport& rExport;
|
||||
|
||||
|
|
Loading…
Reference in a new issue