summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-02-13 00:53:48 +0200
committerTor Lillqvist <tml@collabora.com>2018-05-31 21:36:27 +0300
commita4d10e4f90c4d1fe465bf068f1cf7738664f8687 (patch)
tree9923bc1f1921733989c3c42a6bfcffd27133089b /extensions
parent529beac4690768a3810d7ff3afae884905495d24 (diff)
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 (cherry picked from commit 8d6f684067092a32e45a75e9290d7d19a753f726)
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/ole/servprov.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/ole/servprov.hxx b/extensions/source/ole/servprov.hxx
index 9bd602cfe87e..a57ead04a51d 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;