summaryrefslogtreecommitdiff
path: root/forms/source/misc
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2015-03-27 22:19:27 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2015-03-28 11:52:40 +0100
commita9535fe984e9c547dfb96daf621813ea39608d9d (patch)
treeed09b82b04ede52a445ff922203f16d537b5974f /forms/source/misc
parent687551526dab64b3b3478862dfe4f45a47d57c4f (diff)
forms: More unused services related stuff
Change-Id: I3be9b1a57971286441d78e03130d0467ea2cc838
Diffstat (limited to 'forms/source/misc')
-rw-r--r--forms/source/misc/frm_module.cxx27
1 files changed, 0 insertions, 27 deletions
diff --git a/forms/source/misc/frm_module.cxx b/forms/source/misc/frm_module.cxx
deleted file mode 100644
index 43d64cc7a424..000000000000
--- a/forms/source/misc/frm_module.cxx
+++ /dev/null
@@ -1,27 +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 .
- */
-
-#include "frm_module.hxx"
-
-#define FORMS_MODULE_IMPLEMENTATION_INCLUDE_CONTEXT
- #define FORMS_MODULE_NAMESPACE frm
- #include "forms_module_impl.hxx"
-#undef FORMS_MODULE_IMPLEMENTATION_INCLUDE_CONTEXT
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */