diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-01-11 13:01:53 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-01-11 13:17:08 +0100 |
commit | 214f5cf2f104c1e64307ca9d4b933a39c87c507b (patch) | |
tree | 69c44b093b1b66024c36bcd00b59bb253e3e00ca /extensions | |
parent | 00c62e306f4fd866f04a496a28c15d317ba02222 (diff) |
loplugin:privatebase: Publicly derive from UNO interfaces
Somewhat arbitrarily prefer public over private derivation; the former is what
is used by default across the code base.
Change-Id: I936c1b0d3231ac97015863f396a5af49f6c9647b
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/scanner/sane.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/scanner/sane.hxx b/extensions/source/scanner/sane.hxx index 5b80d3964abf..504ede7804f2 100644 --- a/extensions/source/scanner/sane.hxx +++ b/extensions/source/scanner/sane.hxx @@ -29,7 +29,7 @@ // - BitmapTransporter - -class BitmapTransporter : public OWeakObject, css::awt::XBitmap +class BitmapTransporter : public OWeakObject, public css::awt::XBitmap { SvMemoryStream m_aStream; osl::Mutex m_aProtector; |