Kaydet (Commit) 760e7c26 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove unused XmlSearchExceptions.hxx

Change-Id: Iff364452d72c49f6484bed1520b5d2a17c342ddf
üst e1b30d68
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_XMLHELP_SOURCE_CXXHELP_INC_EXCEP_XMLSEARCHEXCEPTIONS_HXX
#define INCLUDED_XMLHELP_SOURCE_CXXHELP_INC_EXCEP_XMLSEARCHEXCEPTIONS_HXX
#include <rtl/ustring.hxx>
namespace xmlsearch {
namespace excep {
class XmlSearchException
{};
class IOException
: public virtual XmlSearchException
{};
class NoFactoryException
: public virtual XmlSearchException
{};
class NoSuchBlock
: public virtual XmlSearchException
{};
class IllegalIndexException
: public virtual XmlSearchException
{};
}
}
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -21,7 +21,6 @@
#include <rtl/ref.hxx>
#include <rtl/ustring.hxx>
#include <excep/XmlSearchExceptions.hxx>
#include <vector>
namespace xmlsearch {
......
......@@ -55,7 +55,6 @@
using namespace std;
using namespace chelp;
using namespace xmlsearch::excep;
using namespace xmlsearch::qe;
using namespace com::sun::star;
using namespace com::sun::star::ucb;
......
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