summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/OutlineView.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-05-02 12:18:19 +0000
committerOliver Bolte <obo@openoffice.org>2005-05-02 12:18:19 +0000
commit9aabd10fa2ed240d1dc266844833f52f01100f91 (patch)
tree14ce8087b427e506855489ef479bcefa7071a285 /sd/source/ui/inc/OutlineView.hxx
parentd08c7a92e78aefd0c189db68084aa7167c114cec (diff)
INTEGRATION: CWS impress52 (1.6.16); FILE MERGED
2005/04/28 10:45:01 cl 1.6.16.1: #i48314# guard outliner callbacks from page change events
Diffstat (limited to 'sd/source/ui/inc/OutlineView.hxx')
-rw-r--r--sd/source/ui/inc/OutlineView.hxx14
1 files changed, 12 insertions, 2 deletions
diff --git a/sd/source/ui/inc/OutlineView.hxx b/sd/source/ui/inc/OutlineView.hxx
index cb781420afbd..b3a7a3f9b480 100644
--- a/sd/source/ui/inc/OutlineView.hxx
+++ b/sd/source/ui/inc/OutlineView.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: OutlineView.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2005-04-18 11:37:03 $
+ * last change: $Author: obo $ $Date: 2005-05-02 13:18:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -236,6 +236,16 @@ private:
DECL_LINK(EventMultiplexerListener, sd::tools::EventMultiplexerEvent*);
};
+// calls IgnoreCurrentPageChangesLevel with true in ctor and with false in dtor
+class OutlineViewPageChangesGuard
+{
+public:
+ OutlineViewPageChangesGuard( OutlineView* pView );
+ ~OutlineViewPageChangesGuard();
+private:
+ OutlineView* mpView;
+};
+
} // end of namespace sd
#endif