summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/register.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/register.cxx')
-rw-r--r--basctl/source/basicide/register.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/basctl/source/basicide/register.cxx b/basctl/source/basicide/register.cxx
index 30e06909c618..22d06f80bb2d 100644
--- a/basctl/source/basicide/register.cxx
+++ b/basctl/source/basicide/register.cxx
@@ -34,10 +34,8 @@ extern "C" {
SAL_DLLPUBLIC_EXPORT void* SAL_CALL basctl_component_getFactory( const sal_Char* pImplementationName,
void* pServiceManager,
- void* pRegistryKey )
+ void* )
{
- (void)pRegistryKey;
-
// Set default return value for this operation - if it failed.
void* pReturn = nullptr ;