summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/inc/drdefuno.hxx46
1 files changed, 18 insertions, 28 deletions
diff --git a/sc/inc/drdefuno.hxx b/sc/inc/drdefuno.hxx
index 78860f22239c..7eb45d3ea355 100644
--- a/sc/inc/drdefuno.hxx
+++ b/sc/inc/drdefuno.hxx
@@ -1,48 +1,38 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * $RCSfile: drdefuno.hxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.3 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:37:36 $
+ * $RCSfile: drdefuno.hxx,v $
+ * $Revision: 1.4 $
*
- * The Contents of this file are made available subject to
- * the terms of GNU Lesser General Public License Version 2.1.
+ * 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.
*
- * GNU Lesser General Public License Version 2.1
- * =============================================
- * Copyright 2005 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ * 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).
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License version 2.1, as published by the Free Software Foundation.
- *
- * This library 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 for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
+ * 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.
*
************************************************************************/
#ifndef SC_DRDEFUNO_HXX
#define SC_DRDEFUNO_HXX
-#ifndef _SVX_UNOPOOL_HXX_
#include <svx/unopool.hxx>
-#endif
-
-#ifndef _SFXLSTNER_HXX
#include <svtools/lstner.hxx>
-#endif
class ScDocShell;
d> 2016-06-01tdf#89329: use unique_ptr for pImpl in objfaceXisco Fauli 2016-03-17loplugin:constantparam in sfx2Noel Grandin 2016-03-07drop unused headersCaolán McNamara 2016-03-07these ResIds are used solely for their number by nowCaolán McNamara 2016-02-28Kill sfx2 menu supportMaxim Monastirsky 2016-02-09Remove excess newlinesChris Sherlock 2016-02-08convert SfxSlotKind to scoped enumNoel Grandin 2015-12-13tdf#93837 Adapt sfx2 to use xml based context menusMaxim Monastirsky 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-04-23loplugin:staticmethodsNoel Grandin 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann 2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann 2015-02-18Better way to avoid ambiguities among ResId ctorsStephan Bergmann 2014-11-25We now only need one bit of information hereCaolán McNamara 2014-11-24SfxObjectUI_Impl's pName is now unusedCaolán McNamara 2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara 2014-11-24ResId return from GetObjectBarResId is only used for its numerical idCaolán McNamara 2014-11-24in passing RegisterChildWindow already never used its pStr argCaolán McNamara 2014-11-24so RegisterObjectBar's pStr arg is never usedCaolán McNamara 2014-11-24so CreateObjectBarUI_Impl's pStr arg is unusedCaolán McNamara 2014-11-24so SfxObjectUI_Impl pName is only set, never readCaolán McNamara 2014-11-24so SfxInterface::GetObjectBarName is now unusedCaolán McNamara 2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini 2014-08-08qsort and bsearch need different kinds of callback functionsStephan Bergmann 2014-07-22callcatcher: update unused codeCaolán McNamara 2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud