diff options
author | Gregor Hartmann <gh@openoffice.org> | 2001-04-04 12:18:57 +0000 |
---|---|---|
committer | Gregor Hartmann <gh@openoffice.org> | 2001-04-04 12:18:57 +0000 |
commit | 026c87bb65461164bd64056d14dd1730d10fb5ab (patch) | |
tree | 3e6adc2b489567896fc380f44757b65f7ce46ee8 /basic/source/app/appbased.cxx | |
parent | df08510a8dc24b6e0cc361aac5f88a1e5f980c7c (diff) |
#82970##83872#Clipboard works
Diffstat (limited to 'basic/source/app/appbased.cxx')
-rw-r--r-- | basic/source/app/appbased.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/basic/source/app/appbased.cxx b/basic/source/app/appbased.cxx index 6ea0fe312550..f2ecdbe00d98 100644 --- a/basic/source/app/appbased.cxx +++ b/basic/source/app/appbased.cxx @@ -2,9 +2,9 @@ * * $RCSfile: appbased.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: gh $ $Date: 2001-03-14 11:33:53 $ + * last change: $Author: gh $ $Date: 2001-04-04 13:18:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,8 +75,8 @@ #include <sbmeth.hxx> #endif -#ifndef _CLIP_HXX //autogen -#include <vcl/clip.hxx> +#ifndef _SVTOOLS_STRINGTRANSFER_HXX_ +#include <svtools/stringtransfer.hxx> #endif #ifndef _BASIC_TTRESHLP_HXX @@ -302,7 +302,7 @@ void AppBasEd::Disassemble() { String aText; if( pFrame->Basic().Disassemble( pMod, aText ) ) - Clipboard::CopyString( aText ); + ::svt::OStringTransfer::CopyString( aText ); } void AppBasEd::Run() |