diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-02 20:41:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-03 11:11:14 +0200 |
commit | 81903d443116c643a9ff92d92c092812abc7f57d (patch) | |
tree | 1d4d533ef9171c96b2ffa910810dceecd2ce700c /vcl/source/graphic | |
parent | ee2e8d0c0670b4eeecd73b76d7f182fa003426ae (diff) |
merge msgbox and stdtext
Change-Id: If95d78746eff3ae5343e7d4c6bb2433537ccb84d
Reviewed-on: https://gerrit.libreoffice.org/80099
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source/graphic')
-rw-r--r-- | vcl/source/graphic/UnoGraphicProvider.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/graphic/UnoGraphicProvider.cxx b/vcl/source/graphic/UnoGraphicProvider.cxx index c5919770402c..338c5b3ad51c 100644 --- a/vcl/source/graphic/UnoGraphicProvider.cxx +++ b/vcl/source/graphic/UnoGraphicProvider.cxx @@ -20,11 +20,11 @@ #include <vcl/svapp.hxx> #include <vcl/image.hxx> #include <vcl/metaact.hxx> -#include <vcl/msgbox.hxx> #include <vcl/imagerepository.hxx> #include <tools/fract.hxx> #include <unotools/ucbstreamhelper.hxx> #include <vcl/graphicfilter.hxx> +#include <vcl/stdtext.hxx> #include <vcl/wmfexternal.hxx> #include <vcl/virdev.hxx> #include <com/sun/star/awt/XBitmap.hpp> |