summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/serviceinfohelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/serviceinfohelper.cxx')
-rw-r--r--comphelper/source/misc/serviceinfohelper.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/comphelper/source/misc/serviceinfohelper.cxx b/comphelper/source/misc/serviceinfohelper.cxx
index 87f4c343c3f9..8e70ebcc142d 100644
--- a/comphelper/source/misc/serviceinfohelper.cxx
+++ b/comphelper/source/misc/serviceinfohelper.cxx
@@ -25,19 +25,6 @@
namespace comphelper
{
-/** returns an empty UString(). most times sufficient */
-OUString SAL_CALL ServiceInfoHelper::getImplementationName()
-{
- return OUString();
-}
-
-/** the base implementation has no supported services */
-css::uno::Sequence< OUString > ServiceInfoHelper::getSupportedServiceNames()
-{
- css::uno::Sequence< OUString> aSeq(0);
- return aSeq;
-}
-
/** this method adds a variable number of OUString to a given Sequence
*/
void ServiceInfoHelper::addToSequence( css::uno::Sequence< OUString >& rSeq, std::initializer_list<OUString> services ) throw()