summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-07-31 16:21:13 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-07-31 19:52:04 +0200
commitc2bf0d06fa3c634024db816a93e53e904f4eb2d1 (patch)
tree27161368545ad2417db538b1760f01af9bb74e92 /starmath
parent4a4412f70cd07baa8e67dd92dc1c403455bfe3a4 (diff)
starmath, sw: fix inconsistent param naming in interface/implementation
At least some of them. Change-Id: I69d4b0b000efec863bf66e9719b57e881ff23689 Reviewed-on: https://gerrit.libreoffice.org/40596 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/unofilter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/unofilter.cxx b/starmath/source/unofilter.cxx
index 329622dd81b6..c191647e992a 100644
--- a/starmath/source/unofilter.cxx
+++ b/starmath/source/unofilter.cxx
@@ -40,7 +40,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;
uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override;
};