diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-16 16:09:04 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-17 08:21:21 +0000 |
commit | f5a16eae7607a37d29a4524d8c91e0bc10a465c9 (patch) | |
tree | 9c54a0bcaf5e2e76812b5e811840d29d95aa46d5 /svtools/source/control | |
parent | c20dc4433546522a75d7b756162a65637e285887 (diff) |
remove unused defines from HRC files in svtools
Change-Id: I5d8a6a4fd232ef10644ae45174a07b30af789205
Reviewed-on: https://gerrit.libreoffice.org/35277
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/source/control')
-rw-r--r-- | svtools/source/control/ctrltool.src | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/svtools/source/control/ctrltool.src b/svtools/source/control/ctrltool.src index 37b016c1a6a3..a178aee45717 100644 --- a/svtools/source/control/ctrltool.src +++ b/svtools/source/control/ctrltool.src @@ -68,16 +68,6 @@ String STR_SVT_FONTMAP_PRINTERONLY Text [ en-US ] = "This is a printer font. The screen image may differ." ; }; -String STR_SVT_FONTMAP_SCREENONLY -{ - Text [ en-US ] = "This is a screen font. The printer image may differ." ; -}; - -String STR_SVT_FONTMAP_SIZENOTAVAILABLE -{ - Text [ en-US ] = "This font size has not been installed. The closest available size will be used."; -}; - String STR_SVT_FONTMAP_STYLENOTAVAILABLE { Text [ en-US ] = "This font style will be simulated or the closest matching style will be used."; |