diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-05-16 11:38:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-05-16 22:53:41 +0200 |
commit | 32dc38e319b1d87ba6e5828b6ead32c568c81eff (patch) | |
tree | 437423925feee2f020877ff83c70ce11e1f0fb78 /dbaccess | |
parent | eddb61e8f0a8edc26f0ad0fb9a14621a611020ec (diff) |
fix documentation now
Change-Id: I1583b0f7fb0f99166606e327cdda3bbdcbe698da
Reviewed-on: https://gerrit.libreoffice.org/37691
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/inc/imageprovider.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
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); |