diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/auxiliary/simpress.tree | 1 | ||||
-rw-r--r-- | source/text/simpress/makefile.mk | 3 |
2 files changed, 3 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 ------------------------------------------------------ |