summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-07-07 09:18:54 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-07-07 09:18:54 +0200
commit760e7c269b8890517c650ad69bee8c53f2b8219e (patch)
tree274411d196a74d667784c19b7426698a425169d8 /xmlhelp
parente1b30d688105afa28c8d927d78e137b85662a79b (diff)
Remove unused XmlSearchExceptions.hxx
Change-Id: Iff364452d72c49f6484bed1520b5d2a17c342ddf
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/inc/excep/XmlSearchExceptions.hxx59
-rw-r--r--xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx1
-rw-r--r--xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx1
3 files changed, 0 insertions, 61 deletions
diff --git a/xmlhelp/source/cxxhelp/inc/excep/XmlSearchExceptions.hxx b/xmlhelp/source/cxxhelp/inc/excep/XmlSearchExceptions.hxx
deleted file mode 100644
index c3eea1f0cd3a..000000000000
--- a/xmlhelp/source/cxxhelp/inc/excep/XmlSearchExceptions.hxx
+++ /dev/null
@@ -1,59 +0,0 @@
-/* -*- 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: */
diff --git a/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx b/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx
index a3ad76024576..250c876fe55a 100644
--- a/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx
+++ b/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx
@@ -21,7 +21,6 @@
#include <rtl/ref.hxx>
#include <rtl/ustring.hxx>
-#include <excep/XmlSearchExceptions.hxx>
#include <vector>
namespace xmlsearch {
diff --git a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx
index bd6ebaaad0aa..7f127b215908 100644
--- a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx
+++ b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx
@@ -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;