summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/SdUnoSlideView.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-07-13 13:00:27 +0000
committerRüdiger Timm <rt@openoffice.org>2004-07-13 13:00:27 +0000
commite254324ad8fa5052ee2d0ee3620cf17b2bada57f (patch)
tree14e9fc9065696c02cc9d2458c4a5011732d2eebd /sd/source/ui/inc/SdUnoSlideView.hxx
parent788bf2025369fb296254f85349e5ac2ac87e511b (diff)
INTEGRATION: CWS impress2 (1.5.26); FILE MERGED
2004/06/18 00:18:42 af 1.5.26.2: RESYNC: (1.5-1.6); FILE MERGED 2004/02/19 10:48:44 af 1.5.26.1: #i22705# Added private data members mbDisposing and maLastVisArea.
Diffstat (limited to 'sd/source/ui/inc/SdUnoSlideView.hxx')
-rw-r--r--sd/source/ui/inc/SdUnoSlideView.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sd/source/ui/inc/SdUnoSlideView.hxx b/sd/source/ui/inc/SdUnoSlideView.hxx
index 09f51439c5da..a727df3ba2e4 100644
--- a/sd/source/ui/inc/SdUnoSlideView.hxx
+++ b/sd/source/ui/inc/SdUnoSlideView.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SdUnoSlideView.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 11:54:39 $
+ * last change: $Author: rt $ $Date: 2004-07-13 14:00:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -122,6 +122,11 @@ public:
// XServiceInfo
virtual ::rtl::OUString SAL_CALL getImplementationName()
throw(::com::sun::star::uno::RuntimeException);
+
+private:
+ sal_Bool mbDisposing;
+
+ Rectangle maLastVisArea;
};
} // end of namespace sd