diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 10:45:22 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 10:45:22 +0000 |
commit | 0bcfe3e44eb68b4d9730c99f17862a449494ac20 (patch) | |
tree | 8d3894fa03dbbb17a6c954ae43be4ab61ba75368 /sd/source/ui/inc/unmovss.hxx | |
parent | b34fe1c76ac015c6da0acbdbcddc201748694c7f (diff) |
INTEGRATION: CWS impresstables2 (1.3.44); FILE MERGED
2007/07/26 18:00:48 cl 1.3.44.1: #i68103# added cell styles
Diffstat (limited to 'sd/source/ui/inc/unmovss.hxx')
-rw-r--r-- | sd/source/ui/inc/unmovss.hxx | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/sd/source/ui/inc/unmovss.hxx b/sd/source/ui/inc/unmovss.hxx index cc5ba972f07c..e85622b1e4e9 100644 --- a/sd/source/ui/inc/unmovss.hxx +++ b/sd/source/ui/inc/unmovss.hxx @@ -4,9 +4,9 @@ * * $RCSfile: unmovss.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2006-12-12 17:51:37 $ + * last change: $Author: rt $ $Date: 2008-03-12 11:45:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,21 +37,19 @@ #define _SD_UNMOVSS_HXX #include "sdundo.hxx" +#include <stlsheet.hxx> +#include <vector> -class List; class SdDrawDocument; class SdMoveStyleSheetsUndoAction : public SdUndoAction { - List* pStyles; - List* pListOfChildLists; - BOOL bMySheets; + SdStyleSheetVector maStyles; + std::vector< SdStyleSheetVector > maListOfChildLists; + bool mbMySheets; public: - TYPEINFO(); - SdMoveStyleSheetsUndoAction(SdDrawDocument* pTheDoc, - List* pTheStyles, - BOOL bInserted); + SdMoveStyleSheetsUndoAction(SdDrawDocument* pTheDoc, SdStyleSheetVector& rTheStyles, bool bInserted); virtual ~SdMoveStyleSheetsUndoAction(); virtual void Undo(); |