summaryrefslogtreecommitdiff
path: root/sw/source/ui/web/web.src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-05-30 16:50:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-05-31 15:07:00 +0200
commit490e9dbade4f9d69cab4b1ec435944c9b4d2f6c2 (patch)
tree9ee234da59e1ae7528efd45bb53d48d051697071 /sw/source/ui/web/web.src
parente0e12738449063abd9aad34ef78d26183ff11d6a (diff)
disambiguate dual use of toolbar ids
for toolbar title string resource and identifier (for config) Change-Id: I2657c3cbb586a62d8075db7cb43cc064b2030f28 Reviewed-on: https://gerrit.libreoffice.org/38274 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/ui/web/web.src')
-rw-r--r--sw/source/ui/web/web.src11
1 files changed, 0 insertions, 11 deletions
diff --git a/sw/source/ui/web/web.src b/sw/source/ui/web/web.src
index ea2035d21dee..9e3730b94d4a 100644
--- a/sw/source/ui/web/web.src
+++ b/sw/source/ui/web/web.src
@@ -32,16 +32,5 @@ String STR_WRITER_WEBDOC_FULLTYPE
{
Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION HTML Document";
};
-String RID_WEBTOOLS_TOOLBOX
-{
- Text [ en-US ] = "Main Toolbar/Web" ;
-};
-
-// Text bar
-
-String RID_WEBTEXT_TOOLBOX
-{
- Text [ en-US ] = "Text Object Bar/Web" ;
-};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */