diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-12-13 20:06:42 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-12-13 20:06:42 +0000 |
commit | d649a11e9e471f44ce24eb28aea69335284553cd (patch) | |
tree | fdbe41ec539ed81d0a00375a822646cf2b9491be | |
parent | dab21daeebe4907bc621b4304d1a10ef364be01e (diff) |
remove missing images
-rw-r--r-- | svtools/source/misc/imagemgr.cxx | 1 | ||||
-rw-r--r-- | svtools/source/misc/imagemgr.src | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/svtools/source/misc/imagemgr.cxx b/svtools/source/misc/imagemgr.cxx index 1ce5a5848a1d..60e94efb306e 100644 --- a/svtools/source/misc/imagemgr.cxx +++ b/svtools/source/misc/imagemgr.cxx @@ -211,7 +211,6 @@ static SvtExtensionResIdMapping_Impl const ExtensionMap_Impl[] = {"TIFF-File", FALSE,STR_DESCRIPTION_GRAPHIC_DOC, IMG_TIFF}, {"MS-Metafile", FALSE,STR_DESCRIPTION_GRAPHIC_DOC, IMG_WMF}, {"XBM-File", FALSE,STR_DESCRIPTION_GRAPHIC_DOC, IMG_BITMAP}, - {"UniformResourceLocator", FALSE,STR_DESCRIPTION_LINK, IMG_URL}, {NULL, 0} }; #endif diff --git a/svtools/source/misc/imagemgr.src b/svtools/source/misc/imagemgr.src index 3099d5b6ea8a..70c7d0f57b15 100644 --- a/svtools/source/misc/imagemgr.src +++ b/svtools/source/misc/imagemgr.src @@ -75,11 +75,9 @@ IMG_SGV ; \ IMG_SIM ; \ IMG_SVM ; \ - IMG_SVT_FOLDER ; \ IMG_TABLE ; \ IMG_TEXTFILE ; \ IMG_TIFF ; \ - IMG_URL ; \ IMG_WMF ; \ IMG_WRITER ; \ IMG_WRITERTEMPLATE ; \ |