diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-04 09:49:32 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-05 07:32:24 +0100 |
commit | ebc5774c0546cd0b4ca4ad5a125fd9f8ec0e9ce4 (patch) | |
tree | 085cec3b433e0f9db37644a7ea06ab8978a1ec2b /sd | |
parent | e978a52fc7321feaf5148daa5b5bde22689aec75 (diff) |
remove some unused defines
and move the script to python
Change-Id: I97bca04053d9d38b59c74fcf61caafbc2c137cc9
Reviewed-on: https://gerrit.libreoffice.org/45776
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/app.hrc | 2 | ||||
-rw-r--r-- | sd/inc/strings.hrc | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc index 81f83b2a8297..f6c6752e8c66 100644 --- a/sd/inc/app.hrc +++ b/sd/inc/app.hrc @@ -256,8 +256,6 @@ #define ID_VAL_ISPRINTABLE (SID_SD_START+232) #define ID_VAL_PAGEHEIGHT (SID_SD_START+233) #define ID_VAL_ZOOM (SID_SD_START+234) -#define ID_VAL_ANCHOR_X (SID_SD_START+235) -#define ID_VAL_ANCHOR_Y (SID_SD_START+236) #define ID_VAL_RED (SID_SD_START+237) #define ID_VAL_GREEN (SID_SD_START+238) #define ID_VAL_BLUE (SID_SD_START+239) diff --git a/sd/inc/strings.hrc b/sd/inc/strings.hrc index 4850e5d63b2d..924bc5acdc42 100644 --- a/sd/inc/strings.hrc +++ b/sd/inc/strings.hrc @@ -69,7 +69,6 @@ #define STR_DESC_LINEEND NC_("STR_DESC_LINEEND", "Please enter a name for the new arrowhead:") #define STR_WARN_NAME_DUPLICATE NC_("STR_WARN_NAME_DUPLICATE", "The name chosen already exists. \nPlease enter another name.") #define STR_UNDO_ANIMATION NC_("STR_UNDO_ANIMATION", "Animation parameters") -#define STR_EXPORT_HTML_NAME NC_("STR_EXPORT_HTML_NAME", "Web Page") #define STR_UNDO_COPYOBJECTS NC_("STR_UNDO_COPYOBJECTS", "Duplicate") #define STR_TITLE_NAMEGROUP NC_("STR_TITLE_NAMEGROUP", "Name Object") #define STR_DESC_NAMEGROUP NC_("STR_DESC_NAMEGROUP", "Name") @@ -173,7 +172,6 @@ #define STR_PUBLISH_OUTLINE NC_("STR_PUBLISH_OUTLINE", "Overview") #define STR_EYEDROPPER NC_("STR_EYEDROPPER", "Color Replacer") #define STR_UNDO_MORPHING NC_("STR_UNDO_MORPHING", "Cross-fading") -#define STR_UNDO_COLORRESOLUTION NC_("STR_UNDO_COLORRESOLUTION", "Color resolution") #define STR_UNDO_EXPAND_PAGE NC_("STR_UNDO_EXPAND_PAGE", "Expand Slide") #define STR_UNDO_SUMMARY_PAGE NC_("STR_UNDO_SUMMARY_PAGE", "Table of Contents Slide") #define STR_TWAIN_NO_SOURCE_UNX NC_("STR_TWAIN_NO_SOURCE_UNX", "No SANE source is available at the moment.") @@ -270,8 +268,6 @@ #define STRING_DRAG_AND_DROP_SLIDES NC_("STRING_DRAG_AND_DROP_SLIDES", "Drag and Drop Slides" ) #define STR_PHOTO_ALBUM_EMPTY_WARNING NC_("STR_PHOTO_ALBUM_EMPTY_WARNING", "Please add Images to the Album." ) #define STR_PHOTO_ALBUM_TEXTBOX NC_("STR_PHOTO_ALBUM_TEXTBOX", "Text Slide") -#define STR_INSERT_3D_MODEL_TITLE NC_("STR_INSERT_3D_MODEL_TITLE", "Insert 3D Model") -#define STR_INSERT_3D_MODEL_ALL_SUPPORTED_FORMATS NC_("STR_INSERT_3D_MODEL_ALL_SUPPORTED_FORMATS", "All supported formats") #define STR_OBJECTS_TREE NC_("STR_OBJECTS_TREE", "Page Tree") #define STR_OVERWRITE_WARNING NC_("STR_OVERWRITE_WARNING", "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?") |