summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-12-08 01:02:20 +0200
committerTor Lillqvist <tml@collabora.com>2016-12-08 10:29:14 +0200
commitadd4bc96366fc2e1301671bd28f60ed3d032c43f (patch)
treeead90b2f818d1650b767dde9cd94f950e0f594c5 /basic
parenta215174eba5962abcef10a5a1a852fdc9364105b (diff)
loplugin:staticmethods
Change-Id: Ic65f024fd88915544539dedf3aa1c68a945cddd3
Diffstat (limited to 'basic')
-rw-r--r--basic/source/uno/namecont.cxx2
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
}