summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-07-12 13:32:55 +0000
committerRüdiger Timm <rt@openoffice.org>2004-07-12 13:32:55 +0000
commit298529b83c42d17be86d94f220bd75200c363c40 (patch)
treec5e05d6511405a0e2379ecad4c0ff9e75367f8f5 /svx/source
parente458c23274dc7223a7f14a091dbeaec396f34cad (diff)
INTEGRATION: CWS aw013 (1.8.242); FILE MERGED
2004/06/15 16:08:00 aw 1.8.242.1: #117095#
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/dialog/dlgctl3d.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/dlgctl3d.cxx b/svx/source/dialog/dlgctl3d.cxx
index 087ba44917fe..77bc40e6612c 100644
--- a/svx/source/dialog/dlgctl3d.cxx
+++ b/svx/source/dialog/dlgctl3d.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgctl3d.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2004-02-04 13:19:41 $
+ * last change: $Author: rt $ $Date: 2004-07-12 14:32:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -256,7 +256,7 @@ void Svx3DPreviewControl::Resize()
\************************************************************************/
void Svx3DPreviewControl::Paint( const Rectangle& rRect )
{
- p3DView->InitRedraw( this, Region( rRect ) );
+ p3DView->CompleteRedraw( this, Region( rRect ) );
}
/*************************************************************************