summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2012-01-31 21:38:43 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-01-31 21:52:02 +0400
commitf2e17f8f6b6724d7e56d6583d79434372f6221bd (patch)
treea70d238eb27d1a4d2a486944a682f54af0b15535 /sd/inc
parentff462c9f5e9b010b1740772dc696487f99375d34 (diff)
erase garbage after std::remove
this fixes commit 5a71069339b3a3c118f3015d978799ef66db7564
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/cusshow.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/inc/cusshow.hxx b/sd/inc/cusshow.hxx
index 1bd361452b6d..74c6cfab1b6c 100644
--- a/sd/inc/cusshow.hxx
+++ b/sd/inc/cusshow.hxx
@@ -71,6 +71,7 @@ public:
PageVec& PagesVector();
void ReplacePage( const SdPage* pOldPage, const SdPage* pNewPage );
+ void RemovePage( const SdPage* pPage );
void SetName(const String& rName);
String GetName() const;