diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-06-23 20:54:46 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-06-24 08:46:09 +0200 |
commit | 991eeb321595fb184b13032dd3a7734af33232d1 (patch) | |
tree | 05f58882ff83bc1d95930124e14cf17d865b3c6a /include/svx | |
parent | b8f7ea5da41d61d405adec54dcd10b54ee0e5591 (diff) |
Remove unused mpOwner in SvxTextEditSource.
Change-Id: I824e8436945e056840386960308b8e63627a603f
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/unoshtxt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/unoshtxt.hxx b/include/svx/unoshtxt.hxx index 315737c9aaeb..42a20ec8f5b1 100644 --- a/include/svx/unoshtxt.hxx +++ b/include/svx/unoshtxt.hxx @@ -44,7 +44,7 @@ class SdrText; class SVX_DLLPUBLIC SvxTextEditSource : public SvxEditSource, public SvxViewForwarder { public: - SvxTextEditSource( SdrObject* pObj, SdrText* pText, ::com::sun::star::uno::XInterface* pOwner); + SvxTextEditSource( SdrObject* pObj, SdrText* pText ); /** Since the views don't broadcast their dying, make sure that this object gets destroyed if the view becomes invalid |