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 | c77654abe414a7c3d8b67e54e0bc0a5c748e5b11 (patch) | |
tree | 7749661acea234dba41d67c0ad382de08f3fb8eb /automation/source/testtool/objtest.hxx | |
parent | 23754603cb746e65448738fbbbb11d28601b2cbb (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
Diffstat (limited to 'automation/source/testtool/objtest.hxx')
-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 b33ef05ae..3a7233907 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 |