diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-12-08 01:02:20 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-12-08 10:29:14 +0200 |
commit | add4bc96366fc2e1301671bd28f60ed3d032c43f (patch) | |
tree | ead90b2f818d1650b767dde9cd94f950e0f594c5 /basic | |
parent | a215174eba5962abcef10a5a1a852fdc9364105b (diff) |
loplugin:staticmethods
Change-Id: Ic65f024fd88915544539dedf3aa1c68a945cddd3
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/uno/namecont.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/basic/source/uno/namecont.cxx b/basic/source/uno/namecont.cxx index 1d39158dbad0..bc706067a172 100644 --- a/basic/source/uno/namecont.cxx +++ b/basic/source/uno/namecont.cxx @@ -1292,6 +1292,8 @@ void SfxLibraryContainer::implScanExtensions() const bool bReadOnly = false; Reference< XNameAccess > xLib = createLibraryLink( aLibName, aIndexFileURL, bReadOnly ); } +#else + (void) this; #endif } |