summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog
diff options
context:
space:
mode:
authorArmin Le Grand <alg@apache.org>2014-02-27 13:46:24 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-27 19:30:40 +0000
commitaf63727b9fdd48258f692d1ccf6d15daccc18681 (patch)
treeb23adba5c31315383e05ee9bc2310a93fa1e575f /svx/source/dialog
parentnormalize values of ICU_RECLASSIFIED_* (diff)
downloadcore-af63727b9fdd48258f692d1ccf6d15daccc18681.tar.gz
core-af63727b9fdd48258f692d1ccf6d15daccc18681.zip
Resolves: #i15508# Added support for BMP file type
(cherry picked from commit 9956ed1303545cd61901e33b110698c4e5e224c4) Conflicts: filter/source/msfilter/escherex.cxx include/vcl/gfxlink.hxx svx/source/xml/xmlgrhlp.cxx sw/source/ui/docvw/romenu.cxx vcl/source/filter/graphicfilter.cxx Change-Id: Ibcbb69b9c57cd8a438788e9a9c95744e99b6fcdd
Diffstat (limited to 'svx/source/dialog')
-rw-r--r--svx/source/dialog/compressgraphicdialog.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/source/dialog/compressgraphicdialog.cxx b/svx/source/dialog/compressgraphicdialog.cxx
index 28aad0381cbb..987a20c9c46a 100644
--- a/svx/source/dialog/compressgraphicdialog.cxx
+++ b/svx/source/dialog/compressgraphicdialog.cxx
@@ -139,6 +139,9 @@ void CompressGraphicsDialog::Update()
case GFX_LINK_TYPE_NATIVE_SVG:
aGraphicTypeString = "SVG image";
break;
+ case GFX_LINK_TYPE_NATIVE_BMP:
+ aGraphicTypeString = "BMP image";
+ break;
default:
aGraphicTypeString = "Unknown";
break;