summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-12-02 16:10:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-12-05 05:55:06 +0000
commitd92d9df55c002323219012cd4896034e2be935fd (patch)
tree8e701ce7d6be18af4eb368d0f0e2d39a27b1d1b6 /sd
parentloplugin:countusersofdefaultparams in include/drawinglayer..i18nlangtag (diff)
downloadcore-d92d9df55c002323219012cd4896034e2be935fd.tar.gz
core-d92d9df55c002323219012cd4896034e2be935fd.zip
convert E_GRAPH_PROV constants to typed_flags
and drop the never checked E_GRAPH_PROV_DO_NOT_ROTATE_METAFILES constant Change-Id: Idd2598c209b34bfa4a58a84ce5ee14a7340d59d4 Reviewed-on: https://gerrit.libreoffice.org/31553 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/eppt/epptso.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx
index 3a320e1285b5..3112e651e5de 100644
--- a/sd/source/filter/eppt/epptso.cxx
+++ b/sd/source/filter/eppt/epptso.cxx
@@ -98,7 +98,7 @@ using namespace ::com::sun::star;
PPTExBulletProvider::PPTExBulletProvider()
{
- pGraphicProv = new EscherGraphicProvider( E_GRAPH_PROV_USE_INSTANCES | E_GRAPH_PROV_DO_NOT_ROTATE_METAFILES );
+ pGraphicProv = new EscherGraphicProvider( EscherGraphicProviderFlags::UseInstances );
}
PPTExBulletProvider::~PPTExBulletProvider()