summaryrefslogtreecommitdiff
path: root/formula/source/core/resource/core_resource.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'formula/source/core/resource/core_resource.cxx')
-rw-r--r--formula/source/core/resource/core_resource.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/formula/source/core/resource/core_resource.cxx b/formula/source/core/resource/core_resource.cxx
index a8c068dac807..139d52aa98b8 100644
--- a/formula/source/core/resource/core_resource.cxx
+++ b/formula/source/core/resource/core_resource.cxx
@@ -68,13 +68,6 @@ namespace formula
return sReturn;
}
- //------------------------------------------------------------------
- ::rtl::OUString ResourceManager::loadString( sal_uInt16 _nResId, const sal_Char* _pPlaceholderAscii, const ::rtl::OUString& _rReplace )
- {
- String sString( loadString( _nResId ) );
- sString.SearchAndReplaceAscii( _pPlaceholderAscii, _rReplace );
- return sString;
- }
//-------------------------------------------------------------------------
void ResourceManager::registerClient()
{