summaryrefslogtreecommitdiff
path: root/helpcontent2/source/text/simpress/02/13080000.xhp
diff options
context:
space:
mode:
Diffstat (limited to 'helpcontent2/source/text/simpress/02/13080000.xhp')
-rw-r--r--helpcontent2/source/text/simpress/02/13080000.xhp43
1 files changed, 19 insertions, 24 deletions
diff --git a/helpcontent2/source/text/simpress/02/13080000.xhp b/helpcontent2/source/text/simpress/02/13080000.xhp
index 57fb250b7d..e1ab821f7f 100644
--- a/helpcontent2/source/text/simpress/02/13080000.xhp
+++ b/helpcontent2/source/text/simpress/02/13080000.xhp
@@ -1,36 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $RCSfile: 13080000.xhp,v $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * $Revision: 1.3 $
+ * $RCSfile: 13080000.xhp,v $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 00:34:15 $
+ * This file is part of OpenOffice.org.
*
- * The Contents of this file are made available subject to
- * the terms of GNU Lesser General Public License Version 2.1.
+ * 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).
*
- * GNU Lesser General Public License Version 2.1
- * =============================================
- * Copyright 2005 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- * 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.
*
************************************************************************--><helpdocument version="1.0">
<meta>
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sal/qa/osl/pipe/osl_Pipe.cxx
AgeCommit message (Expand)Author
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-15clang-tidy misc-redundant-expressionNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-07-08tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin
2017-10-23loplugin:includeform: salStephan Bergmann
2017-07-24fix use after delete in osl::Pipe dtorCaolán McNamara
2017-07-23coverity#1415617 Resource leakCaolán McNamara
2017-07-21osl: fix Pipe noacquire/acquire testsChris Sherlock
2017-07-18osl: update named pipe handle test namesChris Sherlock
2017-07-18osl: pipe test remove unnecessary comment cruftChris Sherlock
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-05-16Try to fix loplugin:comparisonwithconstant's rewrite-with-macros issueStephan Bergmann
2017-04-28loplugin:cppunitassertequals: salStephan Bergmann
2017-02-13Fix typosAndrea Gelmini
2016-12-23tdf#97283: Merge sal osl tests to one makefileMatúš Kukan
2016-12-01loplugin:unnecessaryoverride (dtors) in salStephan Bergmann
2016-11-21remove dep on unotest from osl_Pipe testDavid Tardon
2016-10-01Fix typosAndrea Gelmini
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-19clang-tidy performance-unnecessary-value-param in salStephan Bergmann
2016-06-17CppunitTest_sal_rtl_cipher: fix loplugin:cppunitassertequals warningsMiklos Vajna
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-03-07tdf#97703 removed empty setUp/tearDown methodsChirag Manwani
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-03Solved CID 1338058 and CID 1338057jan iversen
2015-11-02Fix CppunitTest_sal_osl_pipeStephan Bergmann
2015-10-30Various loplugin clean upStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-03-04doubled includesThomas Arnhold