summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorOliver-Rainer Wittmann <orw@apache.org>2013-08-20 09:02:15 +0000
committerOliver-Rainer Wittmann <orw@apache.org>2013-08-20 09:02:15 +0000
commit259d4118949dc89b6a6cbdcb51cafa809fd71594 (patch)
tree8b78d08998c2e0e829be792e502d4d1bc9b15fee /sw/inc
parentb16eb2a11359d6dfd330a46dd70a0142d6b722a2 (diff)
122868: PDF export - assure that rendering data are cleaned up by calling corresponding method in <SwDocShell::SaveCompleted(..)>
This changes the fix for issue 121125 which triggers 122868
Notes
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unotxdoc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx
index f62f035cca37..7a453e31f935 100644
--- a/sw/inc/unotxdoc.hxx
+++ b/sw/inc/unotxdoc.hxx
@@ -440,8 +440,8 @@ public:
SwXDrawPage* GetDrawPage();
SwDocShell* GetDocShell() {return pDocShell;}
- // #121125# react on ViewShell change
- void ReactOnViewShellChange();
+ // #121125#, #122868# - clean up rendering data
+ void CleanUpRenderingData();
void * SAL_CALL operator new( size_t ) throw();
void SAL_CALL operator delete( void * ) throw();