diff options
author | Patrick Luby <pluby@openoffice.org> | 2001-04-18 13:48:35 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2001-04-18 13:48:35 +0000 |
commit | 2bdadab7d80024501c19acdf6069846299829443 (patch) | |
tree | c61e600f278096b74edb34bd14ea8a3878e99c36 /soltools/testSHL/testshl.cxx | |
parent | c8eb1b186d305cc40d3b55b6ac62e357bb7e3134 (diff) |
Corrected case mismatches in #include file names and #ifdef'd out Windows specific code
Diffstat (limited to 'soltools/testSHL/testshl.cxx')
-rw-r--r-- | soltools/testSHL/testshl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/soltools/testSHL/testshl.cxx b/soltools/testSHL/testshl.cxx index 1c5094a7544d..f2815003ed06 100644 --- a/soltools/testSHL/testshl.cxx +++ b/soltools/testSHL/testshl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testshl.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: sz $ $Date: 2001-04-12 10:55:57 $ + * last change: $Author: pluby $ $Date: 2001-04-18 14:48:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,7 +66,7 @@ #endif #ifndef _SOLTOOLS_TESTSHL_TSTMGR_HXX_ -#include "inc/tstmgr.hxx" +#include "inc/tstMgr.hxx" #endif using namespace tstutl; |