diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 12:41:01 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 12:41:01 +0000 |
commit | 68483363ce5baacfd8e403aa98321e652541e180 (patch) | |
tree | 55b1caa7bf35d498640dc2d9175bf886bf215170 /sw/source/ui/docvw/edtwin3.cxx | |
parent | ed5dd230508847171414ab9c585edbe6c1ffad93 (diff) |
INTEGRATION: CWS hcicons (1.11.164); FILE MERGED
2007/07/01 14:18:33 fs 1.11.164.2: RESYNC: (1.11-1.12); FILE MERGED
2007/06/08 13:52:56 pb 1.11.164.1: fix: #146850# call ViewShell::DeleteReplacementBitmaps() in DataChanged()
Diffstat (limited to 'sw/source/ui/docvw/edtwin3.cxx')
-rw-r--r-- | sw/source/ui/docvw/edtwin3.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/docvw/edtwin3.cxx b/sw/source/ui/docvw/edtwin3.cxx index 0e4145cc58a2..4875cc2eb108 100644 --- a/sw/source/ui/docvw/edtwin3.cxx +++ b/sw/source/ui/docvw/edtwin3.cxx @@ -4,9 +4,9 @@ * * $RCSfile: edtwin3.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: kz $ $Date: 2007-05-10 16:16:59 $ + * last change: $Author: hr $ $Date: 2007-08-03 13:41:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -215,6 +215,7 @@ void SwEditWin::DataChanged( const DataChangedEvent& rDCEvt ) { pSh->LockPaint(); bUnlockPaint = TRUE; + ViewShell::DeleteReplacementBitmaps(); GetView().InvalidateBorder(); //Scrollbarbreiten } break; @@ -233,4 +234,3 @@ void SwEditWin::DataChanged( const DataChangedEvent& rDCEvt ) pSh->UnlockPaint(); } - |