diff options
-rw-r--r-- | sw/source/filter/xml/ForbiddenCharactersEnum.hxx | 44 | ||||
-rw-r--r-- | sw/source/filter/xml/xmlexp.cxx | 1 | ||||
-rw-r--r-- | sw/source/filter/xml/xmlimp.cxx | 1 |
3 files changed, 0 insertions, 46 deletions
diff --git a/sw/source/filter/xml/ForbiddenCharactersEnum.hxx b/sw/source/filter/xml/ForbiddenCharactersEnum.hxx deleted file mode 100644 index 374d70593d87..000000000000 --- a/sw/source/filter/xml/ForbiddenCharactersEnum.hxx +++ /dev/null @@ -1,44 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * <http://www.openoffice.org/license.html> - * for a copy of the LGPLv3 License. - * - ************************************************************************/ - -#ifndef _FORBIDDEN_CHARACTERS_ENUM_HXX -#define _FORBIDDEN_CHARACTERS_ENUM_HXX - -enum ForbiddenCharactersEnum -{ - SW_FORBIDDEN_CHARACTER_LANGUAGE, - SW_FORBIDDEN_CHARACTER_COUNTRY, - SW_FORBIDDEN_CHARACTER_VARIANT, - SW_FORBIDDEN_CHARACTER_BEGIN_LINE, - SW_FORBIDDEN_CHARACTER_END_LINE, - SW_FORBIDDEN_CHARACTER_MAX -}; - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sw/source/filter/xml/xmlexp.cxx b/sw/source/filter/xml/xmlexp.cxx index 7d6d0e954126..9faf522df45f 100644 --- a/sw/source/filter/xml/xmlexp.cxx +++ b/sw/source/filter/xml/xmlexp.cxx @@ -63,7 +63,6 @@ #include <docary.hxx> #include <editeng/unolingu.hxx> #include <editeng/forbiddencharacterstable.hxx> -#include <ForbiddenCharactersEnum.hxx> #include <comphelper/servicehelper.hxx> // for locking SolarMutex: svapp + mutex diff --git a/sw/source/filter/xml/xmlimp.cxx b/sw/source/filter/xml/xmlimp.cxx index 36643e43e430..a59ebf727b3b 100644 --- a/sw/source/filter/xml/xmlimp.cxx +++ b/sw/source/filter/xml/xmlimp.cxx @@ -58,7 +58,6 @@ #include <svx/xmlgrhlp.hxx> #include <svx/xmleohlp.hxx> #include <sfx2/printer.hxx> -#include <ForbiddenCharactersEnum.hxx> #include <xmloff/xmluconv.hxx> #include <unotools/saveopt.hxx> #include <tools/diagnose_ex.h> |