summaryrefslogtreecommitdiffstats
path: root/basic/source/runtime/methods.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 22:35:38 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:35:38 +0200
commitc8fd385d6100d7b0ef2db3c5f4f1871470c65689 (patch)
tree8a69940c23e867d91b926098e651879b2003a5a3 /basic/source/runtime/methods.cxx
parentloplugin:casttovoid: canvas (diff)
downloadcore-c8fd385d6100d7b0ef2db3c5f4f1871470c65689.tar.gz
core-c8fd385d6100d7b0ef2db3c5f4f1871470c65689.zip
loplugin:casttovoid: basic
Change-Id: I4e70accf67d4d812b8998b0baa07cd04c27216ad
Diffstat (limited to 'basic/source/runtime/methods.cxx')
-rw-r--r--basic/source/runtime/methods.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx
index 1ca9282f5468..aca8c7be6ae7 100644
--- a/basic/source/runtime/methods.cxx
+++ b/basic/source/runtime/methods.cxx
@@ -608,9 +608,6 @@ RTLFUNC(Kill)
RTLFUNC(MkDir)
{
- (void)pBasic;
- (void)bWrite;
-
rPar.Get(0)->PutEmpty();
if (rPar.Count() == 2)
{
@@ -1182,7 +1179,6 @@ RTLFUNC(LTrim)
RTLFUNC(Mid)
{
(void)pBasic;
- (void)bWrite;
int nArgCount = rPar.Count()-1;
if ( nArgCount < 2 )
@@ -1450,7 +1446,6 @@ RTLFUNC(Right)
RTLFUNC(RTL)
{
- (void)pBasic;
(void)bWrite;
rPar.Get( 0 )->PutObject( pBasic->getRTL().get() );
@@ -2521,7 +2516,6 @@ RTLFUNC(Timer)
RTLFUNC(Date)
{
(void)pBasic;
- (void)bWrite;
if ( !bWrite )
{
@@ -4735,7 +4729,6 @@ RTLFUNC(Reset)
RTLFUNC(DumpAllObjects)
{
- (void)pBasic;
(void)bWrite;
sal_uInt16 nArgCount = rPar.Count();