diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 11:55:03 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 11:55:03 +0000 |
commit | 348005a76ede00b10e6135432c21c699830549ad (patch) | |
tree | c306f8ed8ab9f7cf5d081f061fcaf76d69c67162 /desktop | |
parent | e1a13ac6812ddf403eb4409f68f3d193911632db (diff) |
INTEGRATION: CWS extmgrui02 (1.8.26); FILE MERGED
2008/06/05 07:53:54 dv 1.8.26.1: #i90386# Added support for custom icons
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/inc/dp_descriptioninfoset.hxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/desktop/source/deployment/inc/dp_descriptioninfoset.hxx b/desktop/source/deployment/inc/dp_descriptioninfoset.hxx index 126cb5864484..1ea0994dcc3a 100644 --- a/desktop/source/deployment/inc/dp_descriptioninfoset.hxx +++ b/desktop/source/deployment/inc/dp_descriptioninfoset.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: dp_descriptioninfoset.hxx,v $ - * $Revision: 1.8 $ + * $Revision: 1.9 $ * * This file is part of OpenOffice.org. * @@ -193,6 +193,10 @@ public: ::com::sun::star::uno::Sequence< ::rtl::OUString > getUpdateDownloadUrls() const; + /** + Returns the URL for the icon image. + */ + ::rtl::OUString getIconURL( sal_Bool bHighContrast ) const; /** Allow direct access to the XPath functionality. |