From 32dc38e319b1d87ba6e5828b6ead32c568c81eff Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 16 May 2017 11:38:27 +0100 Subject: fix documentation now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1583b0f7fb0f99166606e327cdda3bbdcbe698da Reviewed-on: https://gerrit.libreoffice.org/37691 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- dbaccess/source/ui/inc/imageprovider.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dbaccess') diff --git a/dbaccess/source/ui/inc/imageprovider.hxx b/dbaccess/source/ui/inc/imageprovider.hxx index f680c3ada06a..d9e7b53e55b3 100644 --- a/dbaccess/source/ui/inc/imageprovider.hxx +++ b/dbaccess/source/ui/inc/imageprovider.hxx @@ -103,8 +103,7 @@ namespace dbaui the type of the object. Must be one of the css.sdb.application.DatabaseObject constants. @return - the resource ID image to be used for the object type. Must be fed into a - ModuleRes instance to actually load the image. + the resource image name to be used for the object type. */ static OUString getDefaultImageResourceID(sal_Int32 _nDatabaseObjectType); -- cgit