diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-12-11 10:43:27 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-12-11 10:43:27 +0100 |
commit | 078a74712208ef74d6573451a96420250a970b73 (patch) | |
tree | 3d0a65e2b219919c0553c098f56ce5e4f9ffbfbe /connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx | |
parent | b40d93d6b215c455f7a1a9e4f5287b862d583cc2 (diff) |
dba33e: #i107327#: remove unused method (thanks to cmc)
Diffstat (limited to 'connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx')
-rw-r--r-- | connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx b/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx index dc422f3cfa..bd4bfddb5f 100644 --- a/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx +++ b/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx @@ -33,12 +33,6 @@ #include <MNSINIParser.hxx> #include <rtl/byteseq.hxx> -ini_Section * IniParser::getSection(OUString const & secName) -{ - if (mAllSection.find(secName) != mAllSection.end()) - return &mAllSection[secName]; - return NULL; -} IniParser::IniParser(OUString const & rIniName) throw(com::sun::star::io::IOException ) { OUString iniUrl; |