summaryrefslogtreecommitdiff
path: root/bean/inc/comp_LocalOfficeWindow.h
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/inc/comp_LocalOfficeWindow.h
parent5484475fc10e965248d6dbb7156a5cd180db88d2 (diff)
Remove unnecessary bean/inc/comp_LocalOfficeWindow.h
Change-Id: Ia3f5d11aace705f36016aabda7f325ba46aa8640
Diffstat (limited to 'bean/inc/comp_LocalOfficeWindow.h')
-rw-r--r--bean/inc/comp_LocalOfficeWindow.h28
1 files changed, 0 insertions, 28 deletions
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: */