Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
760e7c26
Kaydet (Commit)
760e7c26
authored
Tem 07, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused XmlSearchExceptions.hxx
Change-Id: Iff364452d72c49f6484bed1520b5d2a17c342ddf
üst
e1b30d68
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
61 deletions
+0
-61
XmlSearchExceptions.hxx
xmlhelp/source/cxxhelp/inc/excep/XmlSearchExceptions.hxx
+0
-59
DocGenerator.hxx
xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx
+0
-1
resultsetforquery.cxx
xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx
+0
-1
No files found.
xmlhelp/source/cxxhelp/inc/excep/XmlSearchExceptions.hxx
deleted
100644 → 0
Dosyayı görüntüle @
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: */
xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx
Dosyayı görüntüle @
760e7c26
...
...
@@ -21,7 +21,6 @@
#include <rtl/ref.hxx>
#include <rtl/ustring.hxx>
#include <excep/XmlSearchExceptions.hxx>
#include <vector>
namespace
xmlsearch
{
...
...
xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx
Dosyayı görüntüle @
760e7c26
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment