summaryrefslogtreecommitdiff
path: root/writerperfect/source/writer/EPUBExportFilter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/writer/EPUBExportFilter.hxx')
-rw-r--r--writerperfect/source/writer/EPUBExportFilter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerperfect/source/writer/EPUBExportFilter.hxx b/writerperfect/source/writer/EPUBExportFilter.hxx
index b736c9f4494b..188139a32843 100644
--- a/writerperfect/source/writer/EPUBExportFilter.hxx
+++ b/writerperfect/source/writer/EPUBExportFilter.hxx
@@ -36,7 +36,7 @@ class EPUBExportFilter : public cppu::WeakImplHelper
css::uno::Reference<css::lang::XComponent> mxSourceDocument;
public:
- EPUBExportFilter(const css::uno::Reference<css::uno::XComponentContext> &xContext);
+ EPUBExportFilter(css::uno::Reference<css::uno::XComponentContext> xContext);
// XFilter
sal_Bool SAL_CALL filter(const css::uno::Sequence<css::beans::PropertyValue> &rDescriptor) override;
@@ -47,7 +47,7 @@ public:
// XServiceInfo
OUString SAL_CALL getImplementationName() override;
- sal_Bool SAL_CALL supportsService(const OUString &ServiceName) override;
+ sal_Bool SAL_CALL supportsService(const OUString &rServiceName) override;
css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override;
/// Gives the default EPUB version.