summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMaja Djordjevic <ovcica@gmail.com>2011-01-06 12:08:48 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-01-06 12:16:02 +0100
commitebd0c7e25f21785071e922fd7df2be902447afbe (patch)
tree595588d282c205b5f0bf9c25ee5cb956e3f05fa4 /sw/inc
parent02de6325fbe8a8b46ec862cd1d2868c1b1807894 (diff)
fdo#32869: Added navigation buttons to writer
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/cmdid.h5
-rw-r--r--sw/inc/helpid.h2
-rw-r--r--sw/inc/shellid.hxx1
3 files changed, 8 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
-------------------------------------------------- ------------------*/
diff --git a/sw/inc/helpid.h b/sw/inc/helpid.h
index 3eb2c7ada8e9..a880cd0d5cd3 100644
--- a/sw/inc/helpid.h
+++ b/sw/inc/helpid.h
@@ -984,4 +984,6 @@
#define HID_TITLEPAGE (HID_BASE + 2281)
+#define HID_NAVIGATION_TOOLBOX (HID_BASE + 2282)
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/inc/shellid.hxx b/sw/inc/shellid.hxx
index 16ba7ae00321..a8f247ef2a7d 100644
--- a/sw/inc/shellid.hxx
+++ b/sw/inc/shellid.hxx
@@ -71,6 +71,7 @@
#define SW_MEDIASHELL (SFX_INTERFACE_SW_START + 31)
#define SW_ANNOTATIONSHELL (SFX_INTERFACE_SW_START + 32)
+#define SW_NAVIGATIONSHELL (SFX_INTERFACE_SW_START + 33)
#endif // _UIPARAM_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */