loplugin:staticmethods

Change-Id: Ic65f024fd88915544539dedf3aa1c68a945cddd3
This commit is contained in:
Tor Lillqvist 2016-12-08 01:02:20 +02:00
parent a215174eba
commit add4bc9636

View File

@ -1292,6 +1292,8 @@ void SfxLibraryContainer::implScanExtensions()
const bool bReadOnly = false;
Reference< XNameAccess > xLib = createLibraryLink( aLibName, aIndexFileURL, bReadOnly );
}
#else
(void) this;
#endif
}