summaryrefslogtreecommitdiff
path: root/svtools/source/misc/imagemgr.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-12-19 10:34:50 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-12-19 10:34:50 +0000
commit12656f54aceddc4558a1e4a9055ae402b25b3a00 (patch)
tree1f9db36bb4dd611c6f7ebc2ba4f489103b439436 /svtools/source/misc/imagemgr.cxx
parenteecf08f451a26af56ed57a02a982d0d09303b9c4 (diff)
INTEGRATION: CWS jl46 (1.42.52); FILE MERGED
2006/10/31 16:40:33 jl 1.42.52.1: #69173# add images for oxt file for use in file dialog
Diffstat (limited to 'svtools/source/misc/imagemgr.cxx')
-rw-r--r--svtools/source/misc/imagemgr.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svtools/source/misc/imagemgr.cxx b/svtools/source/misc/imagemgr.cxx
index 70757c95a7a4..78a2bdc0e1c8 100644
--- a/svtools/source/misc/imagemgr.cxx
+++ b/svtools/source/misc/imagemgr.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: imagemgr.cxx,v $
*
- * $Revision: 1.42 $
+ * $Revision: 1.43 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 15:10:38 $
+ * last change: $Author: ihi $ $Date: 2006-12-19 11:34:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -220,6 +220,7 @@ static SvtExtensionResIdMapping_Impl __READONLY_DATA ExtensionMap_Impl[] =
{ "ppt", FALSE, STR_DESCRIPTION_POWERPOINT, IMG_POWERPOINT },
{ "pot", FALSE, STR_DESCRIPTION_POWERPOINT_TEMPLATE, IMG_POWERPOINTTEMPLATE },
{ "pps", FALSE, STR_DESCRIPTION_POWERPOINT_SHOW, IMG_POWERPOINT },
+ { "oxt", FALSE, STR_DESCRIPTION_EXTENSION, IMG_EXTENSION },
{ 0, FALSE, 0, 0 }
};