summaryrefslogtreecommitdiff
path: root/scripting/source/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-06-27 13:21:47 +0200
committerFridrich Strba <fridrich@documentfoundation.org>2013-06-28 09:26:48 +0000
commit349d3b2bb5b771b9e6d42693c64ba7fa29379322 (patch)
tree6db5993ef170f3518ec6755ec927f287ef81eee3 /scripting/source/inc
parent296c2af27a189e8406957ac44eb412ec3f9a74fd (diff)
remove an unused header
Change-Id: I2821879670e23e7b1ce9749acab1970098a0a38d Reviewed-on: https://gerrit.libreoffice.org/4597 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'scripting/source/inc')
-rw-r--r--scripting/source/inc/util/MiscUtils.hxx2
-rw-r--r--scripting/source/inc/util/util.hxx26
2 files changed, 0 insertions, 28 deletions
diff --git a/scripting/source/inc/util/MiscUtils.hxx b/scripting/source/inc/util/MiscUtils.hxx
index ccb44f895678..5780964460ec 100644
--- a/scripting/source/inc/util/MiscUtils.hxx
+++ b/scripting/source/inc/util/MiscUtils.hxx
@@ -37,8 +37,6 @@
#include <com/sun/star/lang/XMultiComponentFactory.hpp>
#include <comphelper/processfactory.hxx>
-#include "util.hxx"
-
namespace sf_misc
{
diff --git a/scripting/source/inc/util/util.hxx b/scripting/source/inc/util/util.hxx
deleted file mode 100644
index 5dd38b86c85c..000000000000
--- a/scripting/source/inc/util/util.hxx
+++ /dev/null
@@ -1,26 +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 _COM_SUN_STAR_SCRIPTING_UTIL_UTIL_HXX_
-#define _COM_SUN_STAR_SCRIPTING_UTIL_UTIL_HXX_
-
-#endif //_COM_SUN_STAR_SCRIPTING_UTIL_UTIL_HXX_
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */