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 | 8e75fe13a6dceb69b2c2a014e8ae7a192f36dc93 (patch) | |
tree | bf1f4742d0d8b02b379ac185b243fc936846d4d7 | |
parent | f3b4753206595f430eec6f29b2dfdaa8b31a1a8e (diff) |
INTEGRATION: CWS impresstables2 (1.3.44); FILE MERGED
2007/07/26 18:00:48 cl 1.3.44.1: #i68103# added cell styles
-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 cc5ba972f..a8c39bb20 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(); |