diff options
author | Maja Djordjevic <ovcica@gmail.com> | 2011-01-06 12:08:48 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-01-06 12:16:02 +0100 |
commit | ebd0c7e25f21785071e922fd7df2be902447afbe (patch) | |
tree | 595588d282c205b5f0bf9c25ee5cb956e3f05fa4 /sw/inc/cmdid.h | |
parent | 02de6325fbe8a8b46ec862cd1d2868c1b1807894 (diff) |
fdo#32869: Added navigation buttons to writer
Diffstat (limited to 'sw/inc/cmdid.h')
-rw-r--r-- | sw/inc/cmdid.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/inc/cmdid.h b/sw/inc/cmdid.h index c74c48403344..b88f7c63a424 100644 --- a/sw/inc/cmdid.h +++ b/sw/inc/cmdid.h @@ -861,6 +861,11 @@ included in c-context files, so c++ style stuff will cause problems. /* Edit Graphic with External Tool */ #define FN_EXTERNAL_EDIT (FN_EXTRA2 + 114) +/* Navigation buttons */ +#define FN_NAVIGATION_BACK (FN_EXTRA2 + 115) +#define FN_NAVIGATION_FORWARD (FN_EXTRA2 + 116) + + /*------------------------------------------------ -------------------- Area: Help -------------------------------------------------- ------------------*/ |