diff options
Diffstat (limited to 'include/oox/vml/vmlshapecontext.hxx')
-rw-r--r-- | include/oox/vml/vmlshapecontext.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/vml/vmlshapecontext.hxx b/include/oox/vml/vmlshapecontext.hxx index ce838297cdf0..61e189fc009f 100644 --- a/include/oox/vml/vmlshapecontext.hxx +++ b/include/oox/vml/vmlshapecontext.hxx @@ -109,7 +109,7 @@ private: void setStyle( std::u16string_view rStyle ); /** Resolve a relation identifier to a fragment path. */ - OptValue< OUString > decodeFragmentPath( const AttributeList& rAttribs, sal_Int32 nToken ) const; + std::optional< OUString > decodeFragmentPath( const AttributeList& rAttribs, sal_Int32 nToken ) const; private: std::shared_ptr<ShapeType> m_pShapeType; |