[Libreoffice-commits] core.git: extensions/source
Tor Lillqvist
tml at collabora.com
Fri May 25 08:03:39 UTC 2018
extensions/source/ole/servprov.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8d6f684067092a32e45a75e9290d7d19a753f726
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Feb 13 00:53:48 2018 +0200
Bin noise part of comment
Our convention is to just have the name of the abstract base class in
a comment before the declaration of the concrete overrides of its
abstract member functions. No need to say "Abstract struct" there.
Change-Id: I2b9bdf0555af5280771370a6df56fd4c8623661a
diff --git a/extensions/source/ole/servprov.hxx b/extensions/source/ole/servprov.hxx
index 8d128b4c48e3..d5fd30f889fd 100644
--- a/extensions/source/ole/servprov.hxx
+++ b/extensions/source/ole/servprov.hxx
@@ -114,7 +114,7 @@ public:
css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override;
- // Abstract struct UnoConversionUtilities
+ // UnoConversionUtilities
Reference< XInterface > createUnoWrapperInstance() override;
Reference< XInterface > createComWrapperInstance() override;
protected:
@@ -141,7 +141,7 @@ public:
css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override;
- // Abstract struct UnoConversionUtilities
+ // UnoConversionUtilities
Reference< XInterface > createUnoWrapperInstance() override;
Reference< XInterface > createComWrapperInstance() override;
More information about the Libreoffice-commits
mailing list