diff options
author | Andras Timar <atimar@suse.com> | 2012-11-22 06:57:03 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-11-22 06:58:26 +0100 |
commit | 36f2b829ab8724644735e18b62b703be6e2f1d77 (patch) | |
tree | b294615d5e41ab17573bd490d2e41b6d2d1210bd | |
parent | 4b243824ba2107d95320dfba5ee74cf216fa00ef (diff) |
move Presenter Console help to main help
Change-Id: I96a5122eeeae1c078fdbde5080aac2e4e9200958
-rw-r--r-- | source/auxiliary/simpress.tree | 1 | ||||
-rw-r--r-- | source/text/simpress/makefile.mk | 3 | ||||
-rw-r--r-- | util/simpress/makefile.mk | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/source/auxiliary/simpress.tree b/source/auxiliary/simpress.tree index 245e987bda..574da542a6 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 ec94bb31bf..f8a3727dc9 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 dbdffc8a79..097f905516 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 \ |