Remove unnecessary bean/inc/comp_LocalOfficeWindow.h
Change-Id: Ia3f5d11aace705f36016aabda7f325ba46aa8640
This commit is contained in:
@@ -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 \
|
||||
))
|
||||
|
@@ -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: */
|
@@ -29,7 +29,6 @@
|
||||
#include "jawt.h"
|
||||
|
||||
#include "sal/types.h"
|
||||
#include "comp_LocalOfficeWindow.h"
|
||||
|
||||
#define SYSTEM_XWINDOW 6
|
||||
|
||||
|
@@ -29,8 +29,6 @@
|
||||
#include "jawt.h"
|
||||
#undef JAWT_GetAWT
|
||||
|
||||
#include "comp_LocalOfficeWindow.h"
|
||||
|
||||
#if defined _MSC_VER
|
||||
#pragma warning(push, 1)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user