summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/OutlinerIteratorImpl.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2010-12-04 13:10:34 +0900
committerCaolán McNamara <caolanm@redhat.com>2010-12-05 19:03:58 +0000
commit530bc608d018573193aedfe089d0fb2b79940b58 (patch)
tree3a0af9da2385062300c3d1966a10748edc1254e0 /sd/source/ui/inc/OutlinerIteratorImpl.hxx
parent7738ad37a0ed2837f5e6454628d4bd8ecc4927d1 (diff)
Replace all occured, occurance etc.
Diffstat (limited to 'sd/source/ui/inc/OutlinerIteratorImpl.hxx')
-rw-r--r--sd/source/ui/inc/OutlinerIteratorImpl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/OutlinerIteratorImpl.hxx b/sd/source/ui/inc/OutlinerIteratorImpl.hxx
index cf667909a8ac..aecb3ed32098 100644
--- a/sd/source/ui/inc/OutlinerIteratorImpl.hxx
+++ b/sd/source/ui/inc/OutlinerIteratorImpl.hxx
@@ -225,8 +225,8 @@ protected:
void SetPage (sal_Int32 nPageIndex);
private:
- /// Indicates whether a page changed occured on switching to current page.
- bool mbPageChangeOccured;
+ /// Indicates whether a page changed occurred on switching to current page.
+ bool mbPageChangeOccurred;
/// Pointer to the page associated with the current page index. May be NULL.
SdPage* mpPage;
/// Iterator of all objects on the current page.