summaryrefslogtreecommitdiff
path: root/extensions/source/resource/ResourceIndexAccess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/resource/ResourceIndexAccess.hxx')
-rw-r--r--extensions/source/resource/ResourceIndexAccess.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/extensions/source/resource/ResourceIndexAccess.hxx b/extensions/source/resource/ResourceIndexAccess.hxx
index 4e8421517fd0..fb466f863122 100644
--- a/extensions/source/resource/ResourceIndexAccess.hxx
+++ b/extensions/source/resource/ResourceIndexAccess.hxx
@@ -32,9 +32,8 @@ namespace extensions { namespace resource
/** The ctor takes a sequence with one element: the name of the resource, e.g. svt */
ResourceIndexAccess(css::uno::Sequence< css::uno::Any> const& rArgs, css::uno::Reference< css::uno::XComponentContext> const&);
// XNameAccess
- // The XNameAccess provides access to two named elements:
+ // The XNameAccess provides access to one named elements:
// "String" returns a XIndexAccess to String resources
- // "StringList" returns a XIndexAccess to StringList/StringArray resources
virtual css::uno::Any SAL_CALL getByName( const OUString& aName ) throw (css::container::NoSuchElementException, css::lang::WrappedTargetException, css::uno::RuntimeException, std::exception) override;
virtual css::uno::Sequence< OUString > SAL_CALL getElementNames( ) throw (css::uno::RuntimeException, std::exception) override;
virtual sal_Bool SAL_CALL hasByName( const OUString& aName ) throw (css::uno::RuntimeException, std::exception) override;