summaryrefslogtreecommitdiff
path: root/sd/source/ui/presenter/PresenterTextView.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 22:30:39 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:30:39 +0200
commit619c9b494a76b0fb8b0cf6c9b7622f17cf1d5b6c (patch)
tree989c60a46e4a64659f9bea5b4135ba282b5e9bcc /sd/source/ui/presenter/PresenterTextView.hxx
parentec0146214165c53a9b82d62b8c1408aaaaf465ca (diff)
loplugin:casttovoid: sd
Change-Id: I5b83c826da2613e537025f2c849a80468c7d8504
Diffstat (limited to 'sd/source/ui/presenter/PresenterTextView.hxx')
-rw-r--r--sd/source/ui/presenter/PresenterTextView.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sd/source/ui/presenter/PresenterTextView.hxx b/sd/source/ui/presenter/PresenterTextView.hxx
index 1024eccb5eb1..3335aea5f759 100644
--- a/sd/source/ui/presenter/PresenterTextView.hxx
+++ b/sd/source/ui/presenter/PresenterTextView.hxx
@@ -27,10 +27,6 @@
#include <cppuhelper/implbase.hxx>
#include <memory>
-namespace com { namespace sun { namespace star { namespace uno {
- class XComponentContext;
-} } } }
-
namespace sd { namespace presenter {
typedef ::cppu::ImplInheritanceHelper <
@@ -45,7 +41,7 @@ class PresenterTextView
: public PresenterTextViewInterfaceBase
{
public:
- explicit PresenterTextView (const css::uno::Reference<css::uno::XComponentContext>& rxContext);
+ PresenterTextView ();
virtual ~PresenterTextView() override;
PresenterTextView(const PresenterTextView&) = delete;
PresenterTextView& operator=(const PresenterTextView&) = delete;