From 4a4c1bf4423a8b426c56c8d2b7013d6b5109309e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 17 Aug 2016 13:49:16 +0200 Subject: convert XFormTextStyle to scoped enum Change-Id: I88facbbbe262d9e26d2b45703c4f05c71bf51479 --- svx/source/sdr/attribute/sdrformtextattribute.cxx | 2 +- svx/source/sdr/attribute/sdrtextattribute.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'svx/source/sdr/attribute') diff --git a/svx/source/sdr/attribute/sdrformtextattribute.cxx b/svx/source/sdr/attribute/sdrformtextattribute.cxx index 44607a05dc8c..b960efef6d8c 100644 --- a/svx/source/sdr/attribute/sdrformtextattribute.cxx +++ b/svx/source/sdr/attribute/sdrformtextattribute.cxx @@ -213,7 +213,7 @@ namespace drawinglayer mnFormTextShdwXVal(0), mnFormTextShdwYVal(0), mnFormTextShdwTransp(0), - meFormTextStyle(XFT_NONE), + meFormTextStyle(XFormTextStyle::NONE), meFormTextAdjust(XFormTextAdjust::Center), meFormTextShadow(XFormTextShadow::NONE), maFormTextShdwColor(), diff --git a/svx/source/sdr/attribute/sdrtextattribute.cxx b/svx/source/sdr/attribute/sdrtextattribute.cxx index 4ff9225970ac..76f47517c365 100644 --- a/svx/source/sdr/attribute/sdrtextattribute.cxx +++ b/svx/source/sdr/attribute/sdrtextattribute.cxx @@ -114,7 +114,7 @@ namespace drawinglayer { if(pSdrText) { - if(XFT_NONE != eFormTextStyle) + if(XFormTextStyle::NONE != eFormTextStyle) { // text on path. Create FormText attribute const SfxItemSet& rSet = pSdrText->GetItemSet(); -- cgit