From 8d616f67f415603b7a9cfa7a7b6c244c5e4ca5c0 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 19 Aug 2008 23:26:05 +0000 Subject: [PATCH] INTEGRATION: CWS aw033 (1.16.58); FILE MERGED 2008/07/15 14:27:51 aw 1.16.58.1: #i39532# changes after resync - SW problem with XDrawPage lifetime --- sw/inc/unodraw.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sw/inc/unodraw.hxx b/sw/inc/unodraw.hxx index c9e9d3e93b42..d0d405a99da4 100644 --- a/sw/inc/unodraw.hxx +++ b/sw/inc/unodraw.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: unodraw.hxx,v $ - * $Revision: 1.16 $ + * $Revision: 1.17 $ * * This file is part of OpenOffice.org. * @@ -124,7 +124,8 @@ public: virtual ::com::sun::star::uno::Sequence< rtl::OUString > SAL_CALL getSupportedServiceNames(void) throw( ::com::sun::star::uno::RuntimeException ); SwFmDrawPage* GetSvxPage(); - void Invalidate() {pDoc = 0;} + // renamed and outlined to detect where it's called + void InvalidateSwDoc(); // {pDoc = 0;} }; /* -----------------22.01.99 10:20------------------- *