summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2010-04-28 11:35:17 +0200
committerKurt Zenker <kz@openoffice.org>2010-04-28 11:35:17 +0200
commit854273e548b9e5954351f24be11c5878ab22f57e (patch)
tree783affea0dd249b612fe057ef6a7ca84aefd5476
parent5a5243c8db34533591d8f68171e9b62a59681ede (diff)
parent4c0e5deb42c1e4f6d9ff4f099b6e714c0e494413 (diff)
CWS-TOOLING: integrate CWS nativeb ooo/OOO320_m19ooo/OOO320_m18ooo/OOO320_m17
-rw-r--r--helpcontent2/helpers/linkmakefile.template37
-rw-r--r--helpcontent2/source/auxiliary/makefile.mk37
2 files changed, 50 insertions, 24 deletions
diff --git a/helpcontent2/helpers/linkmakefile.template b/helpcontent2/helpers/linkmakefile.template
index 17a1ae718b..4519ec2979 100644
--- a/helpcontent2/helpers/linkmakefile.template
+++ b/helpcontent2/helpers/linkmakefile.template
@@ -1,18 +1,31 @@
#*************************************************************************
-#*
-#* $Workfile:$
-#*
-#* Creation date KR 28.06.99
-#* last change $Author: hr $ $Date: 2007-06-26 12:34:21 $
-#*
-#* $Revision: 1.11 $
-#*
-#* $Logfile:$
-#*
-#* Copyright 2000 Sun Microsystems, Inc. All Rights Reserved.
-#*
+#
+# 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.
+#
#*************************************************************************
+
# edit to match directory level
PRJ = %prj%
# same for all makefiles in "helpcontent2"
diff --git a/helpcontent2/source/auxiliary/makefile.mk b/helpcontent2/source/auxiliary/makefile.mk
index 1155e80369..3681b7d2c4 100644
--- a/helpcontent2/source/auxiliary/makefile.mk
+++ b/helpcontent2/source/auxiliary/makefile.mk
@@ -1,18 +1,31 @@
#*************************************************************************
-#*
-#* $Workfile:$
-#*
-#* Creation date KR 28.06.99
-#* last change $Author: rt $ $Date: 2007-11-06 15:56:17 $
-#*
-#* $Revision: 1.13 $
-#*
-#* $Logfile:$
-#*
-#* Copyright 2000 Sun Microsystems, Inc. All Rights Reserved.
-#*
+#
+# 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 = helpcontent2
TARGET = auxiliary
on value='libreoffice-5-2-5'>libreoffice-5-2-5 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/unogallery/unogalitem.hxx
AgeCommit message (Expand)Author
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2017-10-24loplugin:finalclasses in svxNoel Grandin
2017-06-12pass comphelper::PropertySetInfo around using rtl::ReferenceNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-10-27loplugin:expandablemethods in svxNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2016-02-09Formatting changes across all modulesChris Sherlock
2015-10-31com::sun::star->css in svxNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-06-28coverity#1308484 Uncaught exceptionCaolán McNamara
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara
2015-04-23loplugin:staticmethodsNoel Grandin
2015-02-07loplugin:deletedspecialStephan Bergmann
2014-06-19coverity#983931 Uncaught exceptionCaolán McNamara
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-04coverity#738055 Uncaught exceptionCaolán McNamara
2014-06-04coverity#738052 Uncaught exceptionCaolán McNamara
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from svxAlexander Wilms
2013-10-28fixincludeguards.sh: svxThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-06-21re-base on ALv2 code.Michael Meeks
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito