[Libreoffice-commits] core.git: odk/docs odk/examples odk/index.html odk/index_online.html odk/settings

2022-04-12 Thread Ilmari Lauhakangas (via logerrit)
 odk/docs/install.html  |8 +++-
 odk/examples/DevelopersGuide/examples.html |5 ++---
 odk/examples/examples.html |   21 ++---
 odk/index.html |   10 --
 odk/index_online.html  |2 +-
 odk/settings/platform.mk   |2 +-
 6 files changed, 21 insertions(+), 27 deletions(-)

New commits:
commit 89dfd5058ac8f524021f03bd29d7aedca182bc72
Author: Ilmari Lauhakangas 
AuthorDate: Tue Apr 12 15:51:36 2022 +0300
Commit: Ilmari Lauhakangas 
CommitDate: Tue Apr 12 17:32:02 2022 +0200

odk: update DevGuide wiki links and correct history in footer

Change-Id: I95c78d1346d354b755aeecaa1e6c9d789be0b693
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132905
Tested-by: Ilmari Lauhakangas 
Reviewed-by: Ilmari Lauhakangas 

diff --git a/odk/docs/install.html b/odk/docs/install.html
index 61bf4cc83f0c..1abd0b8c9bb4 100644
--- a/odk/docs/install.html
+++ b/odk/docs/install.html
@@ -335,8 +335,8 @@
 If this variable is set, the
   component examples are automatically deployed
   into the LibreOffice installation referenced
-  by OFFICE_HOME. See also chapter
-  http://wiki.openoffice.org/wiki/Documentation/DevGuide/Extensions/unopkg"; 
title="link to the "Extension Manager - unopkg" chapter in the 
Developer's Guide">"Extension Manager - unopkg"
+  by OFFICE_HOME. See also section
+  https://wiki.documentfoundation.org/Documentation/DevGuide/Extensions#unopkg";
 title="link to the "Extension Manager - unopkg" section in the 
Developer's Guide">"Extension Manager - unopkg"
   from the Developer's Guide.
   
 
@@ -536,9 +536,7 @@
   
 Copyright © 2000–2022 LibreOffice contributors. All rights
   reserved.
-  LibreOffice was created by The Document Foundation, based on
-  Apache OpenOffice, which is Copyright 2011 The Apache Software
-  Foundation.
+  LibreOffice was created by The Document Foundation, based on 
OpenOffice.org.
   The Document Foundation acknowledges all community members, 
please
   find more info
   https://www.libreoffice.org/about-us/credits/"; 
target="_blank">at our website.
diff --git a/odk/examples/DevelopersGuide/examples.html 
b/odk/examples/DevelopersGuide/examples.html
index f58800daf105..7cb3fb42fada 100644
--- a/odk/examples/DevelopersGuide/examples.html
+++ b/odk/examples/DevelopersGuide/examples.html
@@ -52,7 +52,7 @@
 
   
   The https://wiki.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide";
+ href="https://wiki.documentfoundation.org/Documentation/DevGuide";
  title="link to the Developer's Guide in the Wiki">Developer's Guide
 comes with a wide range of examples from all application areas which
 shows the use of the API in the context of the different functional
@@ -2859,8 +2859,7 @@ for the Office application.
 Copyright © 2000–2022 LibreOffice contributors. 
All rights reserved.
 
 LibreOffice was created by The Document Foundation,
-based on Apache OpenOffice, which is Copyright 2011
-The Apache Software Foundation.
+based on OpenOffice.org.
 
 The Document Foundation acknowledges all community 
members, please find more info https://www.libreoffice.org/about-us/credits/"; target="_blank">at our 
website.
 
diff --git a/odk/examples/examples.html b/odk/examples/examples.html
index 9383e3a23cb0..9a1bf3de6b3a 100644
--- a/odk/examples/examples.html
+++ b/odk/examples/examples.html
@@ -85,7 +85,7 @@
 
   
   Developer's Guide examples
-  The http://wiki.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide";
 title="link to the Developer's Guide in the Wiki">Developer's Guide comes
+  The https://wiki.documentfoundation.org/Documentation/DevGuide"; title="link 
to the Developer's Guide in the Wiki">Developer's Guide comes
  with a rich set of examples which demonstrate the use 
of the API in
  the different application areas.
 
@@ -371,9 +371,9 @@
  
  Additional information:
  
- http://wiki.openoffice.org/wiki/Documentation/DevGuide/WritingUNO/Simple_Component_in_Java";
 title="link t

[Libreoffice-commits] core.git: odk/docs odk/examples

2019-07-24 Thread Andrea Gelmini (via logerrit)
 odk/docs/install.html  |2 +-
 odk/examples/java/Inspector/Inspector.java |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 46ce440cf8ee10d57a28e861e981f3c820a8c8ed
Author: Andrea Gelmini 
AuthorDate: Tue Jul 23 19:31:15 2019 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Jul 24 11:53:09 2019 +0200

Fix typo 'a SDK'

Partial revert of:
https://gerrit.libreoffice.org/#/c/76028/4

Change-Id: I94173556f1dff21ff47245f8b632411fc8be1ff6
Reviewed-on: https://gerrit.libreoffice.org/76200
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/odk/docs/install.html b/odk/docs/install.html
index 266fd7c33b88..055f4007b24a 100644
--- a/odk/docs/install.html
+++ b/odk/docs/install.html
@@ -315,7 +315,7 @@
   output directory is optional, by
   default the output is generated in the SDK
   directory itself. If an output directory is
-  specified, the output is generated in a SDK
+  specified, the output is generated in an SDK
   dependent subdirectory in this directory 
(e.g.
    /LibreOffice
   %PRODUCT_RELEASE%/LINUXExample.out)
diff --git a/odk/examples/java/Inspector/Inspector.java 
b/odk/examples/java/Inspector/Inspector.java
index 18a75bcdb469..18d8d909a449 100644
--- a/odk/examples/java/Inspector/Inspector.java
+++ b/odk/examples/java/Inspector/Inspector.java
@@ -88,7 +88,7 @@ public class Inspector{
 private TDocSupplier oTDocSupplier;
 private Introspector m_oIntrospector = null;
 // TODO: improve these strings:
-private static final String sWRONGINSTALLATIONPATH = "Your selected 
path does not refer to a SDK-Installation!";
+private static final String sWRONGINSTALLATIONPATH = "Your selected 
path does not refer to an SDK-Installation!";
 /** Creates a new instance of Dialog */
 public _Inspector(XComponentContext _xComponentContext) {
 m_xComponentContext = _xComponentContext;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: odk/docs odk/examples

2017-02-22 Thread Matthias Seidel
 odk/docs/tools.html|6 +++---
 odk/examples/examples.html |4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit dc83ba72517f77afd085f2599517a45d553b06fb
Author: Matthias Seidel 
Date:   Sat Feb 18 22:39:16 2017 +

Fixed typos, HTML code cleanup

(cherry picked from commit b160330c34367bc355031a3850bb2910535049c4)

Change-Id: I6fbcf51c1cd3112330cb39c04210a4bd6a4c73f8

diff --git a/odk/docs/tools.html b/odk/docs/tools.html
index b0b3379..171adf1 100644
--- a/odk/docs/tools.html
+++ b/odk/docs/tools.html
@@ -727,18 +727,18 @@ types the specified types depend on.
   
  
 -sn, --shortnames
-   using namespace abbreviation 'css:': 
for '::com::sun::star::', only valid for sub-command 'dump' and target 
language 'cpp'. It is default for the sub-command 'component'.
+   using namespace abbreviation 'css:': 
for '::com::sun::star::', only valid for sub-command 'dump' and target language 
'cpp'. It is default for the sub-command 'component'.
   
  
 --propertysetmixin
the generated skeleton implements 
the cppu::PropertySetMixin helper if a referenced new style service specifies 
an interface which provides attributes (directly or inherited).
   
   
--lh --licenseheader
+-lh, --licenseheader
generates a default LibreOffice 
MPLv2 license header at the beginning of a component source file. This option 
is taken into account in 'component' mode only and if -o is unequal 
'stdout'.
   
   
--bc--backward-compatible
+-bc,--backward-compatible
specifies that the generated calc 
add-in is backward compatible to older office versions and implement the former 
required add-in interfaces where the implementation is mapped on the new add-in 
configuration. In this case the config schema needs to be bundled with the 
extension add-in as well. Default is a minimal add-in component skeleton based 
on the add-in configuration coming with the office since OO.org 2.0.4.
   
   
diff --git a/odk/examples/examples.html b/odk/examples/examples.html
index ddcbb4d..8352893 100644
--- a/odk/examples/examples.html
+++ b/odk/examples/examples.html
@@ -348,11 +348,11 @@
  component calculates the start date, day of week of the start 
date, the
  end date, and the day of week of the end date. All 
calculations are
  dependent upon the values of "Needed Days", 
"Due Date"
-  and "Status". The columns "Needed Days" and
+ and "Status". The columns "Needed Days" 
and
  "Status" are mandatory. The first to-do should be 
placed in
  row nine. The date to start the calculation should be placed 
in cell C6.
  The private holidays should be placed in cell K4/K5 and 
below.
-  All rows will be calculated up to the first empty cell in the first
+ All rows will be calculated up to the first empty cell in the 
first
  column. If a cell in the column "Due Date" is 
colored red,
  you should take a look at your entries.
  
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: odk/docs odk/examples odk/index.html odk/index_online.html

2014-10-09 Thread Andras Timar
 odk/docs/install.html  |2 +-
 odk/docs/tools.html|2 +-
 odk/examples/DevelopersGuide/examples.html |2 +-
 odk/examples/examples.html |2 +-
 odk/index.html |2 +-
 odk/index_online.html  |2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 52781ca83d3ad90d8b8861692f2b10bf56fff601
Author: Andras Timar 
Date:   Thu Oct 9 22:31:34 2014 +0200

update page footer of SDK docs

Change-Id: Id69c946e4e3166f7a9fe20de2247f208d05f2680

diff --git a/odk/docs/install.html b/odk/docs/install.html
index e29b30a..bd11818 100644
--- a/odk/docs/install.html
+++ b/odk/docs/install.html
@@ -438,7 +438,7 @@
 
 
 http://www.documentfoundation.org/privacy"; target="_blank">Privacy 
Policy | http://www.documentfoundation.org/imprint"; 
target="_blank">Impressum (Legal Info)
-| Copyright information: The source code of 
LibreOffice is licensed under the GNU Lesser General Public License (http://www.libreoffice.org/download/license/"; 
target="_blank">LGPLv3). "LibreOffice" and "The Document Foundation" are 
registered trademarks of their corresponding registered owners or are in actual 
use as trademarks in one or more countries. Their respective logos and icons 
are also subject to international copyright laws. Use thereof is explained in 
our http://wiki.documentfoundation.org/TradeMark_Policy"; 
target="_blank">trademark policy.
+| Copyright information: The source code of 
LibreOffice is licensed under the Mozilla Public License v2.0 (http://www.libreoffice.org/download/license/"; target="_blank">MPLv2). 
"LibreOffice" and "The Document Foundation" are registered trademarks of their 
corresponding registered owners or are in actual use as trademarks in one or 
more countries. Their respective logos and icons are also subject to 
international copyright laws. Use thereof is explained in our http://wiki.documentfoundation.org/TradeMark_Policy"; 
target="_blank">trademark policy.
 
 
 
diff --git a/odk/docs/tools.html b/odk/docs/tools.html
index e0cfffb..96b4552 100644
--- a/odk/docs/tools.html
+++ b/odk/docs/tools.html
@@ -918,7 +918,7 @@ types the specified types depend on.
 
 
 http://www.documentfoundation.org/privacy"; target="_blank">Privacy 
Policy | http://www.documentfoundation.org/imprint"; 
target="_blank">Impressum (Legal Info)
-| Copyright information: The source code of 
LibreOffice is licensed under the GNU Lesser General Public License (http://www.libreoffice.org/download/license/"; 
target="_blank">LGPLv3). "LibreOffice" and "The Document Foundation" are 
registered trademarks of their corresponding registered owners or are in actual 
use as trademarks in one or more countries. Their respective logos and icons 
are also subject to international copyright laws. Use thereof is explained in 
our http://wiki.documentfoundation.org/TradeMark_Policy"; 
target="_blank">trademark policy.
+| Copyright information: The source code of 
LibreOffice is licensed under the Mozilla Public License v2.0 (http://www.libreoffice.org/download/license/"; target="_blank">MPLv2). 
"LibreOffice" and "The Document Foundation" are registered trademarks of their 
corresponding registered owners or are in actual use as trademarks in one or 
more countries. Their respective logos and icons are also subject to 
international copyright laws. Use thereof is explained in our http://wiki.documentfoundation.org/TradeMark_Policy"; 
target="_blank">trademark policy.
 
 
 
diff --git a/odk/examples/DevelopersGuide/examples.html 
b/odk/examples/DevelopersGuide/examples.html
index 1bb5d27..8bffaef 100644
--- a/odk/examples/DevelopersGuide/examples.html
+++ b/odk/examples/DevelopersGuide/examples.html
@@ -2869,7 +2869,7 @@ for the Office application.
 
 
 http://www.documentfoundation.org/privacy"; target="_blank">Privacy 
Policy | http://www.documentfoundation.org/imprint"; 
target="_blank">Impressum (Legal Info)
-| Copyright information: The source code of 
LibreOffice is licensed under the GNU Lesser General Public License (http://www.libreoffice.org/download/license/"; 
target="_blank">LGPLv3). "LibreOffice" and "The Document Foundation" are 
registered trademarks of their corresponding registered owners or are in actual 
use as trademarks in one or more countries. Their respective logos and icons 
are also subject to international copyright laws. Use thereof is explained in 
our http://wiki.documentfoundatio

[Libreoffice-commits] core.git: odk/docs odk/examples odk/index.html odk/index_online.html

2013-02-06 Thread Andras Timar
 odk/docs/install.html  |2 +-
 odk/docs/notsupported.html |2 +-
 odk/docs/tools.html|2 +-
 odk/examples/DevelopersGuide/examples.html |2 +-
 odk/examples/examples.html |2 +-
 odk/index.html |2 +-
 odk/index_online.html  |8 
 7 files changed, 10 insertions(+), 10 deletions(-)

New commits:
commit 87d46d5b420744b0a9d9724188d9526c423b8dd3
Author: Andras Timar 
Date:   Wed Feb 6 16:44:20 2013 +0100

bump copyright year + small fixes in SDK docs

Change-Id: Iff9f11c043be5234dae43e8c3c93155019f6cf08

diff --git a/odk/docs/install.html b/odk/docs/install.html
index 2bc5f27..3594ac0 100644
--- a/odk/docs/install.html
+++ b/odk/docs/install.html
@@ -411,7 +411,7 @@
 
 
 
-Copyright © 2000, 2010 LibreOffice contributors 
and/or their affiliates. All rights reserved.
+Copyright © 2000, 2013 LibreOffice contributors 
and/or their affiliates. All rights reserved.
 
 LibreOffice was created by The Document Foundation,
 based on Apache OpenOffice, which is Copyright 2011
diff --git a/odk/docs/notsupported.html b/odk/docs/notsupported.html
index 441f3f5..4b13bac 100644
--- a/odk/docs/notsupported.html
+++ b/odk/docs/notsupported.html
@@ -76,7 +76,7 @@
 
 
 
-Copyright © 2000, 2010 LibreOffice contributors 
and/or their affiliates. All rights reserved.
+Copyright © 2000, 2013 LibreOffice contributors 
and/or their affiliates. All rights reserved.
 
 LibreOffice was created by The Document Foundation,
 based on Apache OpenOffice, which is Copyright 2011
diff --git a/odk/docs/tools.html b/odk/docs/tools.html
index eb6d39c..219e594 100644
--- a/odk/docs/tools.html
+++ b/odk/docs/tools.html
@@ -1022,7 +1022,7 @@ types the specified types depend on.
 
 
 
-Copyright © 2000, 2010 LibreOffice contributors 
and/or their affiliates. All rights reserved.
+Copyright © 2000, 2013 LibreOffice contributors 
and/or their affiliates. All rights reserved.
 
 LibreOffice was created by The Document Foundation,
 based on Apache OpenOffice, which is Copyright 2011
diff --git a/odk/examples/DevelopersGuide/examples.html 
b/odk/examples/DevelopersGuide/examples.html
index 5417ddb..b33b16e 100644
--- a/odk/examples/DevelopersGuide/examples.html
+++ b/odk/examples/DevelopersGuide/examples.html
@@ -2875,7 +2875,7 @@ for the Office application.
 
 
 
-Copyright © 2000, 2010 LibreOffice contributors 
and/or their affiliates. All rights reserved.
+Copyright © 2000, 2013 LibreOffice contributors 
and/or their affiliates. All rights reserved.
 
 LibreOffice was created by The Document Foundation,
 based on Apache OpenOffice, which is Copyright 2011
diff --git a/odk/examples/examples.html b/odk/examples/examples.html
index 1312122..16e7d9d 100644
--- a/odk/examples/examples.html
+++ b/odk/examples/examples.html
@@ -810,7 +810,7 @@
 
 
 
-Copyright © 2000, 2010 LibreOffice contributors 
and/or their affiliates. All rights reserved.
+Copyright © 2000, 2013 LibreOffice contributors 
and/or their affiliates. All rights reserved.
 
 LibreOffice was created by The Document Foundation,
 based on Apache OpenOffice, which is Copyright 2011
diff --git a/odk/index.html b/odk/index.html
index 2a858f5..7dd4b96 100644
--- a/odk/index.html
+++ b/odk/index.html
@@ -191,7 +191,7 @@
 
 
 
-Copyright © 2000, 2010 LibreOffice 
contributors and/or their affiliates. All rights reserved.
+Copyright © 2000, 2013 LibreOffice 
contributors and/or their affiliates. All rights reserved.
 
 LibreOffice was created by The Document Foundation,
 based on Apache OpenOffice, which is Copyright 2011
diff --git a/odk/index_online.html b/odk/index_online.html
index 76e6985..f3ca65c 100644
--- a/odk/index_online.html
+++ b/odk/index_onli