Kaydet (Commit) 959ab4d0 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: MSVC2008 suppress warnings in clucene headers

üst 539700e1
......@@ -31,9 +31,7 @@
#define HELPINDEXER_HXX
#include <l10ntools/dllapi.h>
#include <CLucene/StdHeader.h>
#include <CLucene.h>
#include <l10ntools/LuceneHelper.hxx>
#include <rtl/ustring.hxx>
#include <set>
......
......@@ -31,14 +31,12 @@
#define HELPSEARCH_HXX
#include <l10ntools/dllapi.h>
#include <CLucene/StdHeader.h>
#include <CLucene.h>
#include <l10ntools/LuceneHelper.hxx>
#include <rtl/ustring.hxx>
#include <vector>
class L10N_DLLPUBLIC HelpSearch {
class L10N_DLLPUBLIC HelpSearch{
private:
rtl::OUString d_lang;
rtl::OString d_indexDir;
......
......@@ -47,6 +47,7 @@ mkdir: %_DEST%\bin\help\com\sun\star\help
..\inc\l10ntools\dllapi.h %_DEST%\inc\l10ntools\dllapi.h
..\inc\l10ntools\directory.hxx %_DEST%\inc\l10ntools\directory.hxx
..\inc\l10ntools\file.hxx %_DEST%\inc\l10ntools\file.hxx
..\inc\l10ntools\LuceneHelper.hxx %_DEST%\inc\l10ntools\LuceneHelper.hxx
..\inc\l10ntools\HelpIndexer.hxx %_DEST%\inc\l10ntools\HelpIndexer.hxx
..\inc\l10ntools\HelpSearch.hxx %_DEST%\inc\l10ntools\HelpSearch.hxx
..\source\filter\merge\FCFGMerge.cfg %_DEST%\inc\l10ntools\FCFGMerge.cfg
......
......@@ -28,8 +28,6 @@
*/
#include <l10ntools/HelpIndexer.hxx>
#include "LuceneHelper.hxx"
#include <CLucene/analysis/LanguageBasedAnalyzer.h>
#include <rtl/string.hxx>
#include <rtl/uri.hxx>
......
......@@ -30,7 +30,6 @@
#include <l10ntools/HelpSearch.hxx>
#include <osl/file.hxx>
#include <osl/thread.hxx>
#include "LuceneHelper.hxx"
#include <iostream>
......
......@@ -27,7 +27,7 @@
* instead of those above.
*/
#include "LuceneHelper.hxx"
#include <l10ntools/LuceneHelper.hxx>
std::vector<TCHAR> OUStringToTCHARVec(rtl::OUString const &rStr)
{
......
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* Version: MPL 1.1 / GPLv3+ / LGPLv3+
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License or as specified alternatively below. You may obtain a copy of
* the License at http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* Major Contributor(s):
* Copyright (C) 2012 Gert van Valkenhoef <g.h.m.van.valkenhoef@rug.nl>
* (initial developer)
*
* All Rights Reserved.
*
* For minor contributions see the git repository.
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 3 or later (the "GPLv3+"), or
* the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
* in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
* instead of those above.
*/
#ifndef LUCENEHELPER_HXX
#define LUCENEHELPER_HXX
#include <CLucene/StdHeader.h>
#include <CLucene.h>
#include <rtl/ustring.hxx>
#include <vector>
std::vector<TCHAR> OUStringToTCHARVec(rtl::OUString const &rStr);
rtl::OUString TCHARArrayToOUString(TCHAR const *str);
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment