summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-03-09 11:26:25 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-03-09 11:26:25 +0100
commit03300fba21eb5f02ebd7e6a997985d8a3fa500da (patch)
tree09c5a9ca539ca68fa256ae76a081903cbc7ca203 /include
parentbd1afd3db1c94009656fd4f0915e1b43f8ca6dc4 (diff)
-Werror,-Wunused-private-field
Change-Id: I0cfa88efe03e8018513e2cce49ab9db63fe976d0
Diffstat (limited to 'include')
-rw-r--r--include/svx/unoshape.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/svx/unoshape.hxx b/include/svx/unoshape.hxx
index 11334b4d4940..4bb90d88ee0e 100644
--- a/include/svx/unoshape.hxx
+++ b/include/svx/unoshape.hxx
@@ -669,11 +669,8 @@ protected:
virtual bool getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, css::uno::Any& rValue ) override;
public:
- SvxGraphicObject(SdrObject* pObj, OUString const & referer);
+ SvxGraphicObject(SdrObject* pObj);
virtual ~SvxGraphicObject() throw() override;
-
-private:
- OUString referer_;
};
/***********************************************************************