summaryrefslogtreecommitdiff
path: root/svx/source/svrtf
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2004-01-06 14:44:42 +0000
committerVladimir Glazounov <vg@openoffice.org>2004-01-06 14:44:42 +0000
commit525b91f7f3d17f33ffcb45959da0717b1a029f3e (patch)
tree5c419799e78657851849d9724b017735331abbd6 /svx/source/svrtf
parentcef07cfa9165036ccf5e530e8073533248632540 (diff)
INTEGRATION: CWS vclcleanup02 (1.5.52); FILE MERGED
2003/12/11 08:29:49 mt 1.5.52.1: #i23061# VCL cleanup, removed headers, methods and types...
Diffstat (limited to 'svx/source/svrtf')
-rw-r--r--svx/source/svrtf/rtfgrf.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svrtf/rtfgrf.cxx b/svx/source/svrtf/rtfgrf.cxx
index 38d77e72fd77..03519ad55013 100644
--- a/svx/source/svrtf/rtfgrf.cxx
+++ b/svx/source/svrtf/rtfgrf.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rtfgrf.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2003-11-05 14:22:44 $
+ * last change: $Author: vg $ $Date: 2004-01-06 15:44:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,7 +103,7 @@ public:
};
GrfWindow::GrfWindow( const Graphic& rGrf )
- : WorkWindow( GetpApp()->GetAppWindow() ),
+ : WorkWindow( NULL ),
aGrf( rGrf )
{
SetPosSizePixel( Point( 100, 0 ), Size( 300, 300 ));