diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-09-09 16:24:45 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-09-09 16:24:45 +0000 |
commit | 11390d9f6e1233a57ee825396c26937a91dd602d (patch) | |
tree | 19f0513a2da94ab323ea34079e2a759d0142208f | |
parent | d861c1115174550b21946ff826382d028cfb8653 (diff) |
INTEGRATION: CWS toolbars2 (1.7.10); FILE MERGED
2004/08/11 12:49:42 cd 1.7.10.3: RESYNC: (1.7-1.8); FILE MERGED
2004/08/10 13:41:36 gh 1.7.10.2: #i32516#using new SmartIds in Testtool
2004/08/09 08:24:59 gh 1.7.10.1: #i32449#use SmartId from VCL
-rw-r--r-- | automation/source/testtool/objtest.hxx | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/automation/source/testtool/objtest.hxx b/automation/source/testtool/objtest.hxx index 33816c0f9954..a850dc1f34da 100644 --- a/automation/source/testtool/objtest.hxx +++ b/automation/source/testtool/objtest.hxx @@ -2,9 +2,9 @@ * * $RCSfile: objtest.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2004-08-02 15:49:38 $ + * last change: $Author: obo $ $Date: 2004-09-09 17:24:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,8 +66,6 @@ #include <tools/fsys.hxx> #endif -//#include <sbmeth.hxx> - #include <testapp.hxx> #include <testtool.hxx> @@ -75,11 +73,8 @@ #ifndef _BASICRT_HXX #include <basic/basicrt.hxx> #endif -#ifndef _BASIC_TESTTOOL_HXX_ -//#include <basic/testtool.hxx> -#endif #ifndef _SMARTID_HXX_ -#include "smartid.hxx" +#include <vcl/smartid.hxx> #endif |