diff options
Diffstat (limited to 'include/svx/unoshape.hxx')
-rw-r--r-- | include/svx/unoshape.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/unoshape.hxx b/include/svx/unoshape.hxx index 7c6b60291886..1f948f50574b 100644 --- a/include/svx/unoshape.hxx +++ b/include/svx/unoshape.hxx @@ -850,7 +850,7 @@ private: virtual bool setPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const css::uno::Any& rValue ) override; virtual bool getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, css::uno::Any& rValue ) override; - OUString const referer_; + OUString referer_; }; #endif |