summaryrefslogtreecommitdiff
path: root/bean
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-01-02 18:31:10 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-01-02 18:31:10 +0100
commitb03eb878a8b77c3b5ff08d06d9fd0e5f1fe6dc89 (patch)
tree82d6b38aa5d97e3aeb0cae2ed8cd0b2869af806e /bean
parent5484475fc10e965248d6dbb7156a5cd180db88d2 (diff)
Remove unnecessary bean/inc/comp_LocalOfficeWindow.h
Change-Id: Ia3f5d11aace705f36016aabda7f325ba46aa8640
Diffstat (limited to 'bean')
-rw-r--r--bean/Library_officebean.mk5
-rw-r--r--bean/inc/comp_LocalOfficeWindow.h28
-rw-r--r--bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c1
-rw-r--r--bean/native/win32/com_sun_star_comp_beans_LocalOfficeWindow.c2
4 files changed, 0 insertions, 36 deletions
diff --git a/bean/Library_officebean.mk b/bean/Library_officebean.mk
index 00cfc43d5f89..9d916b3e8e0f 100644
--- a/bean/Library_officebean.mk
+++ b/bean/Library_officebean.mk
@@ -11,11 +11,6 @@
$(eval $(call gb_Library_Library,officebean))
-$(eval $(call gb_Library_set_include,officebean,\
- $$(INCLUDE) \
- -I$(SRCDIR)/bean/inc \
-))
-
$(eval $(call gb_Library_use_externals,officebean,\
jawt \
))
diff --git a/bean/inc/comp_LocalOfficeWindow.h b/bean/inc/comp_LocalOfficeWindow.h
deleted file mode 100644
index e540e3b9edea..000000000000
--- a/bean/inc/comp_LocalOfficeWindow.h
+++ /dev/null
@@ -1,28 +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 "sal/config.h"
-#include "sal/types.h"
-#include "jni.h"
-
-SAL_DLLPUBLIC_EXPORT jlong JNICALL Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow
- (JNIEnv * env, jobject obj_this);
-
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c b/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c
index c3452b2f80a8..0bd0e04e2ce5 100644
--- a/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c
+++ b/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c
@@ -29,7 +29,6 @@
#include "jawt.h"
#include "sal/types.h"
-#include "comp_LocalOfficeWindow.h"
#define SYSTEM_XWINDOW 6
diff --git a/bean/native/win32/com_sun_star_comp_beans_LocalOfficeWindow.c b/bean/native/win32/com_sun_star_comp_beans_LocalOfficeWindow.c
index dc0b7f9d03e4..b4c41623c454 100644
--- a/bean/native/win32/com_sun_star_comp_beans_LocalOfficeWindow.c
+++ b/bean/native/win32/com_sun_star_comp_beans_LocalOfficeWindow.c
@@ -29,8 +29,6 @@
#include "jawt.h"
#undef JAWT_GetAWT
-#include "comp_LocalOfficeWindow.h"
-
#if defined _MSC_VER
#pragma warning(push, 1)
#endif