[Libreoffice-commits] .: 2 commits - source/auxiliary source/text util/sbasic util/scalc util/schart util/sdatabase util/sdraw util/simpress util/smath util/swriter

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Nov 21 21:58:29 PST 2012


 source/auxiliary/simpress.tree   |    1 +
 source/text/shared/makefile.mk   |    3 +--
 source/text/simpress/makefile.mk |    3 ++-
 util/sbasic/makefile.mk          |    1 -
 util/scalc/makefile.mk           |    1 -
 util/schart/makefile.mk          |    1 -
 util/sdatabase/makefile.mk       |    1 -
 util/sdraw/makefile.mk           |    1 -
 util/simpress/makefile.mk        |    2 +-
 util/smath/makefile.mk           |    1 -
 util/swriter/makefile.mk         |    1 -
 11 files changed, 5 insertions(+), 11 deletions(-)

New commits:
commit 36f2b829ab8724644735e18b62b703be6e2f1d77
Author: Andras Timar <atimar at suse.com>
Date:   Thu Nov 22 06:57:03 2012 +0100

    move Presenter Console help to main help
    
    Change-Id: I96a5122eeeae1c078fdbde5080aac2e4e9200958

diff --git a/source/auxiliary/simpress.tree b/source/auxiliary/simpress.tree
index 245e987..574da54 100644
--- a/source/auxiliary/simpress.tree
+++ b/source/auxiliary/simpress.tree
@@ -9,6 +9,7 @@
 <topic id="simpress/text/simpress/guide/keyboard.xhp">Using Shortcut Keys in %PRODUCTNAME Impress </topic>
 <topic id="sdraw/text/sdraw/guide/keyboard.xhp">Shortcut Keys for Drawing Objects</topic>
 <topic id="simpress/text/simpress/04/01020000.xhp">Shortcut Keys for %PRODUCTNAME Impress</topic>
+<topic id="simpress/text/simpress/presenter.xhp">Presenter Console Keyboard Shortcuts</topic>
 <topic id="sdraw/text/sdraw/04/01020000.xhp">Shortcut Keys for Drawings</topic>
 <topic id="simpress/text/simpress/guide/main.xhp">Instructions for Using %PRODUCTNAME Impress</topic>
 <topic id="sdraw/text/sdraw/guide/main.xhp">Instructions for Using %PRODUCTNAME Draw</topic>
diff --git a/source/text/simpress/makefile.mk b/source/text/simpress/makefile.mk
index ec94bb3..f8a3727 100644
--- a/source/text/simpress/makefile.mk
+++ b/source/text/simpress/makefile.mk
@@ -66,7 +66,8 @@ XHPFILES = \
    main0212.xhp \
    main0213.xhp \
    main0214.xhp \
-   main0503.xhp 
+   main0503.xhp \
+   presenter.xhp
     
 # --- Targets ------------------------------------------------------
 
diff --git a/util/simpress/makefile.mk b/util/simpress/makefile.mk
index dbdffc8..097f905 100644
--- a/util/simpress/makefile.mk
+++ b/util/simpress/makefile.mk
@@ -294,6 +294,7 @@ LINKLINKFILES= \
    text$/simpress$/main0213.xhp \
    text$/simpress$/main0214.xhp \
    text$/simpress$/main0503.xhp \
+   text$/simpress$/presenter.xhp \
    text$/shared$/00$/00000001.xhp \
    text$/shared$/00$/00000002.xhp \
    text$/shared$/00$/00000003.xhp \
commit 4b243824ba2107d95320dfba5ee74cf216fa00ef
Author: Andras Timar <atimar at suse.com>
Date:   Wed Nov 21 19:07:46 2012 +0100

    cleanup, help tree files are localized with treex utility now
    
    Change-Id: Ifc8aba13d875cb1522df373f0179729931ed14f3

diff --git a/source/text/shared/makefile.mk b/source/text/shared/makefile.mk
index a6ee23a..4db021a 100644
--- a/source/text/shared/makefile.mk
+++ b/source/text/shared/makefile.mk
@@ -59,8 +59,7 @@ XHPFILES = \
    main0500.xhp \
    main0600.xhp \
    main0650.xhp \
-   main0800.xhp \
-   tree_strings.xhp 
+   main0800.xhp
     
 # --- Targets ------------------------------------------------------
 
diff --git a/util/sbasic/makefile.mk b/util/sbasic/makefile.mk
index e096386..4037841 100644
--- a/util/sbasic/makefile.mk
+++ b/util/sbasic/makefile.mk
@@ -1246,7 +1246,6 @@ LINKLINKFILES= \
    text$/shared$/optionen$/viewcertificate_c.xhp \
    text$/shared$/optionen$/viewcertificate_d.xhp \
    text$/shared$/optionen$/viewcertificate_g.xhp \
-   text$/shared$/tree_strings.xhp \
 
 
 # --- Targets ------------------------------------------------------
diff --git a/util/scalc/makefile.mk b/util/scalc/makefile.mk
index 0467b9f..579a364 100644
--- a/util/scalc/makefile.mk
+++ b/util/scalc/makefile.mk
@@ -1261,7 +1261,6 @@ LINKLINKFILES= \
    text$/shared$/optionen$/viewcertificate_c.xhp \
    text$/shared$/optionen$/viewcertificate_d.xhp \
    text$/shared$/optionen$/viewcertificate_g.xhp \
-   text$/shared$/tree_strings.xhp \
    text$/schart$/00$/00000004.xhp \
    text$/schart$/01$/03010000.xhp \
    text$/schart$/01$/04010000.xhp \
diff --git a/util/schart/makefile.mk b/util/schart/makefile.mk
index 4fa34b3..8482120 100644
--- a/util/schart/makefile.mk
+++ b/util/schart/makefile.mk
@@ -947,7 +947,6 @@ LINKLINKFILES= \
    text$/shared$/optionen$/viewcertificate_c.xhp \
    text$/shared$/optionen$/viewcertificate_d.xhp \
    text$/shared$/optionen$/viewcertificate_g.xhp \
-   text$/shared$/tree_strings.xhp \
    text$/schart$/00$/00000004.xhp \
    text$/schart$/01$/03010000.xhp \
    text$/schart$/01$/04010000.xhp \
diff --git a/util/sdatabase/makefile.mk b/util/sdatabase/makefile.mk
index 05ca433..de6d3bb 100644
--- a/util/sdatabase/makefile.mk
+++ b/util/sdatabase/makefile.mk
@@ -945,7 +945,6 @@ LINKLINKFILES= \
    text$/shared$/optionen$/viewcertificate_c.xhp \
    text$/shared$/optionen$/viewcertificate_d.xhp \
    text$/shared$/optionen$/viewcertificate_g.xhp \
-   text$/shared$/tree_strings.xhp \
 
 
 # --- Targets ------------------------------------------------------
diff --git a/util/sdraw/makefile.mk b/util/sdraw/makefile.mk
index e066a86..3ef63f5 100644
--- a/util/sdraw/makefile.mk
+++ b/util/sdraw/makefile.mk
@@ -1178,7 +1178,6 @@ LINKLINKFILES= \
    text$/shared$/optionen$/viewcertificate_c.xhp \
    text$/shared$/optionen$/viewcertificate_d.xhp \
    text$/shared$/optionen$/viewcertificate_g.xhp \
-   text$/shared$/tree_strings.xhp \
    text$/schart$/00$/00000004.xhp \
    text$/schart$/01$/03010000.xhp \
    text$/schart$/01$/04010000.xhp \
diff --git a/util/simpress/makefile.mk b/util/simpress/makefile.mk
index 508523e..dbdffc8 100644
--- a/util/simpress/makefile.mk
+++ b/util/simpress/makefile.mk
@@ -1180,7 +1180,6 @@ LINKLINKFILES= \
    text$/shared$/optionen$/viewcertificate_c.xhp \
    text$/shared$/optionen$/viewcertificate_d.xhp \
    text$/shared$/optionen$/viewcertificate_g.xhp \
-   text$/shared$/tree_strings.xhp \
    text$/schart$/00$/00000004.xhp \
    text$/schart$/01$/03010000.xhp \
    text$/schart$/01$/04010000.xhp \
diff --git a/util/smath/makefile.mk b/util/smath/makefile.mk
index d9d0adc..6d113fc 100644
--- a/util/smath/makefile.mk
+++ b/util/smath/makefile.mk
@@ -1025,7 +1025,6 @@ LINKLINKFILES= \
    text$/shared$/optionen$/viewcertificate_c.xhp \
    text$/shared$/optionen$/viewcertificate_d.xhp \
    text$/shared$/optionen$/viewcertificate_g.xhp \
-   text$/shared$/tree_strings.xhp \
 
 
 # --- Targets ------------------------------------------------------
diff --git a/util/swriter/makefile.mk b/util/swriter/makefile.mk
index 521fc69..1accc63 100644
--- a/util/swriter/makefile.mk
+++ b/util/swriter/makefile.mk
@@ -1338,7 +1338,6 @@ LINKLINKFILES= \
    text$/shared$/optionen$/viewcertificate_c.xhp \
    text$/shared$/optionen$/viewcertificate_d.xhp \
    text$/shared$/optionen$/viewcertificate_g.xhp \
-   text$/shared$/tree_strings.xhp \
    text$/schart$/00$/00000004.xhp \
    text$/schart$/01$/03010000.xhp \
    text$/schart$/01$/04010000.xhp \


More information about the Libreoffice-commits mailing list