diff options
author | Malte Timmermann <mt@openoffice.org> | 2001-05-17 13:51:23 +0000 |
---|---|---|
committer | Malte Timmermann <mt@openoffice.org> | 2001-05-17 13:51:23 +0000 |
commit | 53e4fb2ba9a760f8a6e0c3ec33092a6c39bc0816 (patch) | |
tree | 437b6dc16bb79d6bee35c5f0e63c3c47cfb6ed05 /toolkit/inc | |
parent | 17acb4d5844607f3bcc17cfd844f3e3bc26fba8b (diff) |
#86489# DTOR not longer inline...
Diffstat (limited to 'toolkit/inc')
-rw-r--r-- | toolkit/inc/toolkit/awt/vclxdevice.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/inc/toolkit/awt/vclxdevice.hxx b/toolkit/inc/toolkit/awt/vclxdevice.hxx index af080e4981e6..65cc7654d8e3 100644 --- a/toolkit/inc/toolkit/awt/vclxdevice.hxx +++ b/toolkit/inc/toolkit/awt/vclxdevice.hxx @@ -2,9 +2,9 @@ * * $RCSfile: vclxdevice.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:02:07 $ + * last change: $Author: mt $ $Date: 2001-05-17 14:51:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -148,7 +148,7 @@ private: VirtualDevice* mpVDev; public: - ~VCLXVirtualDevice() { DestroyOutputDevice(); } + ~VCLXVirtualDevice(); void SetVirtualDevice( VirtualDevice* pVDev ) { SetOutputDevice( (OutputDevice*)pVDev ); } }; |