summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-30 04:39:55 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-07-01 18:33:41 +0200
commit0c2b23ed596e1f00872dc9db5b61601387517c9c (patch)
treea4664e71c01535243dea4ee7cc5d5d09aa7a20c6 /l10ntools
parent6e1e97ce84f2d41adbc159a65f6b24a9ea4916a0 (diff)
Remove unused xmlutil.hxx
All definitions are unused. Change-Id: Idbe646f8df14e5bb42da6e4f6a38d25777de5523
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/inc/xmlparse.hxx1
-rw-r--r--l10ntools/inc/xmlutil.hxx29
2 files changed, 0 insertions, 30 deletions
diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx
index 0a70c3d87357..36fdd608e45c 100644
--- a/l10ntools/inc/xmlparse.hxx
+++ b/l10ntools/inc/xmlparse.hxx
@@ -40,7 +40,6 @@
#include <rtl/ustrbuf.hxx>
#include "boost/unordered_map.hpp"
#include "export.hxx"
-#include "xmlutil.hxx"
class XMLParentNode;
class XMLElement;
diff --git a/l10ntools/inc/xmlutil.hxx b/l10ntools/inc/xmlutil.hxx
deleted file mode 100644
index 21ac3fd66eda..000000000000
--- a/l10ntools/inc/xmlutil.hxx
+++ /dev/null
@@ -1,29 +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 .
- */
-
-#define ENGLISH_US 1
-#define ENGLISH_US_ISO "en-US"
-#define ENGLISH_US_PROPERTY "en_US"
-#define ENGLISH_US_INDEX 1
-#define GERMAN_DE 4
-#define GERMAN_DE_ISO "x-german"
-#define GERMAN_DE_INDEX 3
-#define GERMAN_ISO2 "de-DE"
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */