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
This commit is contained in:
Tor Lillqvist
2018-02-13 00:53:48 +02:00
parent 5e4d89f596
commit 8d6f684067

View File

@@ -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;