From 00af96a82f37104b1a97c1953a9157296277d738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Mon, 23 Aug 2004 07:22:52 +0000 Subject: [PATCH] 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. --- sd/source/ui/inc/sdundogr.hxx | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/sd/source/ui/inc/sdundogr.hxx b/sd/source/ui/inc/sdundogr.hxx index a0313c81f895..2046938f019a 100644 --- a/sd/source/ui/inc/sdundogr.hxx +++ b/sd/source/ui/inc/sdundogr.hxx @@ -2,9 +2,9 @@ * * $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 * either of the following licenses @@ -65,9 +65,16 @@ #ifndef _CONTNR_HXX //autogen #include #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; public: