INTEGRATION: CWS tune03 (1.2.410); FILE MERGED
2004/08/08 12:54:17 mhu 1.2.410.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.
This commit is contained in:
parent
4079e06148
commit
00af96a82f
1 changed files with 11 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: sdundogr.hxx,v $
|
* $RCSfile: sdundogr.hxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.2 $
|
* $Revision: 1.3 $
|
||||||
*
|
*
|
||||||
* last change: $Author: hr $ $Date: 2003-03-27 10:57:58 $
|
* last change: $Author: rt $ $Date: 2004-08-23 08:22:52 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to the terms of
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
|
@ -65,9 +65,16 @@
|
||||||
#ifndef _CONTNR_HXX //autogen
|
#ifndef _CONTNR_HXX //autogen
|
||||||
#include <tools/contnr.hxx>
|
#include <tools/contnr.hxx>
|
||||||
#endif
|
#endif
|
||||||
#include "sdundo.hxx"
|
|
||||||
|
|
||||||
class SdUndoGroup : public SdUndoAction
|
#ifndef _SD_SDUNDO_HXX
|
||||||
|
#include "sdundo.hxx"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef INCLUDED_SDDLLAPI_H
|
||||||
|
#include "sddllapi.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
class SD_DLLPUBLIC SdUndoGroup : public SdUndoAction
|
||||||
{
|
{
|
||||||
Container aCtn;
|
Container aCtn;
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue