diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-01-10 13:44:37 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-01-10 13:44:37 +0000 |
commit | 0e9a7fca6132b972c6c14a0fc935f882e2ff1fb4 (patch) | |
tree | 79d96cd3bbc8c2c5ee19092d8e2359d274dbfe26 /svx/inc | |
parent | 5da2d40feb8b9d4c097339a63c496d43a8d5dbc9 (diff) |
INTEGRATION: CWS impresspresobjs (1.2.138); FILE MERGED
2005/12/09 14:46:59 cl 1.2.138.1: #i58649# export some implementation details to fix undo handling in impress outline view
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/editund2.hxx | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/svx/inc/editund2.hxx b/svx/inc/editund2.hxx index 8ae147e5af5d..f311202fead0 100644 --- a/svx/inc/editund2.hxx +++ b/svx/inc/editund2.hxx @@ -4,9 +4,9 @@ * * $RCSfile: editund2.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 17:32:41 $ + * last change: $Author: rt $ $Date: 2006-01-10 14:44:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,7 +36,9 @@ #ifndef _EDITUND2_HXX #define _EDITUND2_HXX -//#include <tools.hxx> +#ifndef INCLUDED_SVXDLLAPI_H +#include "svx/svxdllapi.h" +#endif #ifndef _UNDO_HXX #include <svtools/undo.hxx> @@ -44,7 +46,7 @@ class ImpEditEngine; -class EditUndoManager : public SfxUndoManager +class SVX_DLLPUBLIC EditUndoManager : public SfxUndoManager { private: ImpEditEngine* pImpEE; @@ -58,7 +60,7 @@ public: // ----------------------------------------------------------------------- // EditUndo // ------------------------------------------------------------------------ -class EditUndo : public SfxUndoAction +class SVX_DLLPUBLIC EditUndo : public SfxUndoAction { private: USHORT nId; |