summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-27 08:24:08 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-27 08:24:08 +0000
commit201333197109c24ce3ec6a7739d0cef461c0e7a1 (patch)
tree7d86dc8bc3b4dd68ec1960f3ff36fb9af11ab638 /sfx2
parent744422fa1b38402a0af5dc19dabd9d7fe5b4e9ba (diff)
INTEGRATION: CWS mailmergeprintranges (1.11.28); FILE MERGED
2005/04/20 11:13:59 mba 1.11.28.1: #121193#: notifications needed for modification or view changes of COM objects; enable merging of AdditionalPrintSettings
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/ipclient.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/view/ipclient.cxx b/sfx2/source/view/ipclient.cxx
index e1d59cf1937d..5fbc5a48e273 100644
--- a/sfx2/source/view/ipclient.cxx
+++ b/sfx2/source/view/ipclient.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ipclient.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: vg $ $Date: 2005-03-23 16:25:35 $
+ * last change: $Author: obo $ $Date: 2005-04-27 09:24:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -225,6 +225,7 @@ void SAL_CALL SfxInPlaceClient_Impl::notifyEvent( const document::EventObject& a
if ( m_pClient && aEvent.EventName.equalsAscii("OnVisAreaChanged") )
{
m_pClient->ViewChanged();
+ m_pClient->Invalidate();
}
}