From 9b6b889821c8afc235db4faffe99c1bd81983b0c Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Wed, 27 Jul 2011 19:36:46 +0200 Subject: Convert basctl to gbuild --- basctl/inc/makefile.mk | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 basctl/inc/makefile.mk (limited to 'basctl/inc') diff --git a/basctl/inc/makefile.mk b/basctl/inc/makefile.mk deleted file mode 100644 index 894c77722abc..000000000000 --- a/basctl/inc/makefile.mk +++ /dev/null @@ -1,47 +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 -# -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ=.. - -PRJNAME=basctl -TARGET=inc - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk - -# --- Files -------------------------------------------------------- -# --- Targets ------------------------------------------------------- - -.INCLUDE : target.mk - -.IF "$(ENABLE_PCH)"!="" -ALLTAR : \ - $(SLO)$/precompiled.pch \ - $(SLO)$/precompiled_ex.pch - -.ENDIF # "$(ENABLE_PCH)"!="" -- cgit From 499a46c030bf0250c585ed6cde56fc017a9c73fc Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 28 Jul 2011 17:39:47 +0200 Subject: callcatcher: remove unused methods --- basctl/inc/iderdll.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'basctl/inc') diff --git a/basctl/inc/iderdll.hxx b/basctl/inc/iderdll.hxx index 6b48b37f50c4..02e2c75bb014 100644 --- a/basctl/inc/iderdll.hxx +++ b/basctl/inc/iderdll.hxx @@ -46,7 +46,6 @@ public: BasicIDEShell* GetShell() const { return pShell; } BasicIDEData* GetExtraData(); static void Init(); - static void Exit(); static BasicIDEDLL* GetDLL(); }; -- cgit