summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/msforms
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-11-21 16:16:01 +0100
committerMichael Stahl <mstahl@redhat.com>2011-11-21 22:46:09 +0100
commitaec495fb1f4f32029c243df1823987ab2c912a02 (patch)
treeca2f790ecca10b9fd6e65387a6a958f913d9658a /oovbaapi/ooo/vba/msforms
parent9747d4542c9305281885c1f7c7795e49132b3b92 (diff)
oovbaapi: kill dmakefiles
Diffstat (limited to 'oovbaapi/ooo/vba/msforms')
-rwxr-xr-xoovbaapi/ooo/vba/msforms/makefile.mk75
1 files changed, 0 insertions, 75 deletions
diff --git a/oovbaapi/ooo/vba/msforms/makefile.mk b/oovbaapi/ooo/vba/msforms/makefile.mk
deleted file mode 100755
index 2717d0409da6..000000000000
--- a/oovbaapi/ooo/vba/msforms/makefile.mk
+++ /dev/null
@@ -1,75 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-PRJ=..$/..$/..
-
-PRJNAME=oovbapi
-
-TARGET=msforms
-PACKAGE=ooo$/vba$/msforms
-
-# --- Settings -----------------------------------------------------
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-# ------------------------------------------------------------------------
-
-IDLFILES=\
- MSFormReturnTypes.idl \
- XCheckBox.idl \
- XComboBox.idl \
- XCommandButton.idl \
- XControl.idl \
- XFrame.idl \
- XLabel.idl \
- XNewFont.idl \
- XTextBox.idl \
- XRadioButton.idl \
- XCheckBox.idl \
- XShape.idl \
- XShapes.idl \
- XLineFormat.idl \
- XColorFormat.idl \
- XFillFormat.idl \
- XPictureFormat.idl \
- XShapeRange.idl \
- XTextBoxShape.idl \
- XUserForm.idl \
- XListBox.idl \
- XToggleButton.idl \
- XScrollBar.idl \
- XProgressBar.idl \
- XMultiPage.idl \
- XPages.idl \
- XSpinButton.idl \
- XImage.idl \
- XControls.idl \
- XReturnBoolean.idl \
- XReturnInteger.idl \
- XTextFrame.idl \
-
-# ------------------------------------------------------------------
-
-.INCLUDE : target.mk