summaryrefslogtreecommitdiff
path: root/basic/source/inc/symtbl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-02 16:44:45 +0200
committerNoel Grandin <noel@peralex.com>2016-03-03 08:11:02 +0200
commitbd2bf6bd559163389d1e6b6b948fc29cee5f13f5 (patch)
treee17f74246d0138bcd87100b8853da96423bb3fd1 /basic/source/inc/symtbl.hxx
parent2b7215e6fa12cd947bdbbe195909642a850cfd69 (diff)
loplugin:unuseddefaultparams in basic
Change-Id: I286efdac6af47a859693fccc71b445915f76945c
Diffstat (limited to 'basic/source/inc/symtbl.hxx')
-rw-r--r--basic/source/inc/symtbl.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/basic/source/inc/symtbl.hxx b/basic/source/inc/symtbl.hxx
index 2f75fa810763..cc30090bf60d 100644
--- a/basic/source/inc/symtbl.hxx
+++ b/basic/source/inc/symtbl.hxx
@@ -41,9 +41,7 @@ public:
SbiStringPool();
~SbiStringPool();
sal_uInt32 GetSize() const { return aData.size(); }
- // From 8.4.1999: default changed to true because of #64236 -
- // change it back to false when the bug is cleanly removed.
- short Add( const OUString&, bool=true );
+ short Add( const OUString& );
short Add( double, SbxDataType );
const OUString& Find( sal_uInt32 ) const;
};