summaryrefslogtreecommitdiff
path: root/helpcontent2
diff options
context:
space:
mode:
Diffstat (limited to 'helpcontent2')
-rw-r--r--helpcontent2/source/text/shared/00/00000403.xhp67
1 files changed, 23 insertions, 44 deletions
diff --git a/helpcontent2/source/text/shared/00/00000403.xhp b/helpcontent2/source/text/shared/00/00000403.xhp
index fda23d8785..fb86720e02 100644
--- a/helpcontent2/source/text/shared/00/00000403.xhp
+++ b/helpcontent2/source/text/shared/00/00000403.xhp
@@ -1,58 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************************
*
- * The Contents of this file are made available subject to the terms of
- * either of the following licenses
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * - GNU Lesser General Public License Version 2.1
- * - Sun Industry Standards Source License Version 1.1
+ * : .xhp,v
+ * :
+ * last change: : :
+ * The Contents of this file are made available subject to
+ * the terms of GNU Lesser General Public License Version 2.1.
*
- * Sun Microsystems Inc., October, 2000
*
- * GNU Lesser General Public License Version 2.1
- * =============================================
- * Copyright 2000 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ * 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 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
- *
- *
- * Sun Industry Standards Source License Version 1.1
- * =================================================
- * The contents of this file are subject to the Sun Industry Standards
- * Source License Version 1.1 (the "License"); You may not use this file
- * except in compliance with the License. You may obtain a copy of the
- * License at http://www.openoffice.org/license.html.
- *
- * Software provided under this License is provided on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING,
- * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- * See the License for the specific provisions governing your rights and
- * obligations concerning the Software.
- *
- * The Initial Developer of the Original Code is: Sun Microsystems, Inc..
- *
- * Copyright: 2000 by Sun Microsystems, Inc.
- *
- * All Rights Reserved.
- *
- * Contributor(s): _______________________________________
+ * 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
*
************************************************************************-->
+
+
<helpdocument version="1.0">
<meta>
> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/editeng/source/accessibility/AccessibleStaticTextBase.cxx
AgeCommit message (Expand)Author
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-07-29drop some unneeded includesCaolán McNamara
2020-05-07tdf#118418 implement scrollSubstringTo() for gtkColomban Wendling
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2019-12-20tdf#42949 Fix IWYU warnings in editeng/Gabor Kelemen
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-02-25-Werror,-Wunused-private-fieldStephan Bergmann
2019-02-23loplugin:unusedfields in editengNoel Grandin
2019-02-20Simplify containers iterations in desktop, dtrans, editeng, extensionsArkadiy Illarionov
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-09-17New loplugin:externalStephan Bergmann
2018-09-08loplugin:simplifyconstruct in editeng..extensionsNoel Grandin
2018-07-28loplugin:stringloop in editengNoel Grandin
2018-01-29Values need not be bounded by sal_uInt16, it appearsStephan Bergmann
2018-01-28Remove useless checks against SAL_MAX_INT32Stephan Bergmann
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin
2017-10-23loplugin:includeform: editengStephan Bergmann
2017-07-06make binary functor unary, related tdf#108782dcvb
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-24loplugin: unnecessary destructor cppcanvas..filterNoel Grandin
2017-01-18use rtl::Reference in AccessibleStaticTextBase_ImplNoel Grandin
2017-01-09New loplugin:externvar: editengStephan Bergmann
2016-12-19no need to wrap calls to SAL_INFO in #ifdef DBG_UTILNoel Grandin