summaryrefslogtreecommitdiff
path: root/include/oox/ppt/pptshape.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ppt/pptshape.hxx')
-rw-r--r--include/oox/ppt/pptshape.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ppt/pptshape.hxx b/include/oox/ppt/pptshape.hxx
index fac28f7616c3..040851494cde 100644
--- a/include/oox/ppt/pptshape.hxx
+++ b/include/oox/ppt/pptshape.hxx
@@ -55,7 +55,7 @@ class PPTShape final : public oox::drawingml::Shape
public:
PPTShape( const oox::ppt::ShapeLocation eShapeLocation,
- const sal_Char* pServiceType );
+ const char* pServiceType );
virtual ~PPTShape() override;
using oox::drawingml::Shape::addShape;