diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-13 09:49:54 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-13 09:49:54 +0000 |
commit | 5b1d66c0f5745ba67ec41cffbe4edba74b64cfaf (patch) | |
tree | 08a18fbe079a82b1328ec19fb18be812a93587dc | |
parent | 77a57cec074b5f63e0bcc91123625680734988d4 (diff) |
INTEGRATION: CWS visibility03 (1.4.932); FILE MERGED
2005/03/24 10:25:45 mhu 1.4.932.1: #i45006# Partial cleanup.
-rw-r--r-- | svtools/source/config/searchopt.cxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/svtools/source/config/searchopt.cxx b/svtools/source/config/searchopt.cxx index 725db7dbb913..ec89e2ea7f51 100644 --- a/svtools/source/config/searchopt.cxx +++ b/svtools/source/config/searchopt.cxx @@ -2,9 +2,9 @@ * * $RCSfile: searchopt.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: tl $ $Date: 2001-06-12 13:43:09 $ + * last change: $Author: obo $ $Date: 2005-04-13 10:49:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,6 +59,8 @@ * ************************************************************************/ +#include "searchopt.hxx" + #ifndef _SOLAR_H #include <tools/solar.h> #endif @@ -79,9 +81,6 @@ #include <com/sun/star/uno/Any.h> #endif -#ifndef _SVT_SEARCHOPT_HXX_ -#include <searchopt.hxx> -#endif using namespace rtl; using namespace utl; |