summaryrefslogtreecommitdiff
path: root/sd/inc/drawdoc.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-01 13:14:15 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-01 13:14:15 +0000
commit3d635b84967b28f42504c632165e555881f84e97 (patch)
tree58ac32d3d2a41b3aad79ed0e6a1baf52ed4a2373 /sd/inc/drawdoc.hxx
parentd0d094bc97981a646a30f80c280a7355b8591c23 (diff)
INTEGRATION: CWS impress109 (1.42.130); FILE MERGED
2006/10/09 12:50:38 cl 1.42.130.1: #128795# use safe sd::ShapeList for online spelling
Diffstat (limited to 'sd/inc/drawdoc.hxx')
-rw-r--r--sd/inc/drawdoc.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx
index 17ce7189a..61b4e1392 100644
--- a/sd/inc/drawdoc.hxx
+++ b/sd/inc/drawdoc.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: drawdoc.hxx,v $
*
- * $Revision: 1.42 $
+ * $Revision: 1.43 $
*
- * last change: $Author: kz $ $Date: 2006-04-26 20:44:55 $
+ * last change: $Author: vg $ $Date: 2006-11-01 14:14:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -143,6 +143,7 @@ SV_DECL_REF(DrawDocShell)
#endif
class DrawDocShell;
class UndoManager;
+class ShapeList;
}
class ImpDrawPageListWatcher;
@@ -198,7 +199,7 @@ private:
::sd::Outliner* pInternalOutliner; // internal outliner for creation of text objects
Timer* pWorkStartupTimer;
Timer* pOnlineSpellingTimer;
- List* pOnlineSpellingList;
+ sd::ShapeList* pOnlineSpellingList;
SvxSearchItem* pOnlineSearchItem;
List* pFrameViewList;
List* pCustomShowList;