summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/strings.hrc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-06-04 21:22:26 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-06-05 10:14:48 +0100
commita0d627639d24056337174dec65a5defba88a41f3 (patch)
tree2d81c4ea25e7d2ffa44284b0239a735a6a38fbf7 /sd/source/ui/inc/strings.hrc
parent3271f2d87d8e3caca464964c03115cd3da37a138 (diff)
fix use of local resource string ids in global context
possibly a regression since 227113bbf16f2feda4d3e41bb9aff7dc100ede17 Take the opportunity to give them more useful names while I'm at it Change-Id: I175b656ac611b78ebaa21b53778085113632095e
Diffstat (limited to 'sd/source/ui/inc/strings.hrc')
-rw-r--r--sd/source/ui/inc/strings.hrc12
1 files changed, 9 insertions, 3 deletions
diff --git a/sd/source/ui/inc/strings.hrc b/sd/source/ui/inc/strings.hrc
index e199431da591..a3b36b9ec312 100644
--- a/sd/source/ui/inc/strings.hrc
+++ b/sd/source/ui/inc/strings.hrc
@@ -500,9 +500,6 @@
#define STR_NAVIGATOR_SHOW_NAMED_SHAPES (RID_APP_START+718)
#define STR_NAVIGATOR_SHOW_ALL_SHAPES (RID_APP_START+719)
#define STR_NAVIGATOR_SHAPE_BASE_NAME (RID_APP_START+720)
-//IAccessibility2 Implementation 2009-----
-#define STR_ACC_DIALOG_DESC (RID_APP_START + 730)
-//-----IAccessibility2 Implementation 2009
#define STR_RESET_LAYOUT (RID_APP_START+721)
#define STR_INSERT_TABLE (RID_APP_START+722)
@@ -510,6 +507,15 @@
#define STR_INSERT_PICTURE (RID_APP_START+724)
#define STR_INSERT_MOVIE (RID_APP_START+725)
+#define STRING_DRAG_AND_DROP_PAGES (RID_APP_START+726)
+#define STRING_DRAG_AND_DROP_SLIDES (RID_APP_START+727)
+#define STRING_START_SLIDESHOW (RID_APP_START+728)
+#define STRING_HIDE_SLIDE (RID_APP_START+729)
+#define STRING_SHOW_SLIDE (RID_APP_START+730)
+#define STRING_DUPLICATE_SLIDE (RID_APP_START+731)
+
+#define STR_ACC_DIALOG_DESC (RID_APP_START+732)
+
/******************************************************************************
* The ids in glob.hrc start at RID_APP_START+750!
******************************************************************************/