summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/officeresourcebundle.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-21 15:52:30 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-21 15:52:30 +0000
commit2eaf1f9700b56d0671244c8336e556e1b656a540 (patch)
tree3339b1e2921965bc4122a53e5d181872ef9dbaaf /comphelper/inc/comphelper/officeresourcebundle.hxx
parent84fd1bef18646aa8bee70c5f91ccc08adcc7ede8 (diff)
INTEGRATION: CWS dba24c (1.2.142); FILE MERGED
2007/09/18 12:46:36 fs 1.2.142.1: #i81095# +hasString
Diffstat (limited to 'comphelper/inc/comphelper/officeresourcebundle.hxx')
-rw-r--r--comphelper/inc/comphelper/officeresourcebundle.hxx13
1 files changed, 11 insertions, 2 deletions
diff --git a/comphelper/inc/comphelper/officeresourcebundle.hxx b/comphelper/inc/comphelper/officeresourcebundle.hxx
index 01daa0fd0acd..42967cc227df 100644
--- a/comphelper/inc/comphelper/officeresourcebundle.hxx
+++ b/comphelper/inc/comphelper/officeresourcebundle.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: officeresourcebundle.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2006-03-29 12:44:41 $
+ * last change: $Author: ihi $ $Date: 2007-11-21 16:52:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -112,6 +112,15 @@ namespace comphelper
then.
*/
::rtl::OUString loadString( sal_Int32 _resourceId ) const;
+
+ /** determines whether the resource bundle has a string with the given id
+ @param _resourceId
+ the id of the string whose existence is to be checked
+ @return
+ <TRUE/> if and only if a string with the given ID exists in the resource
+ bundle.
+ */
+ bool hasString( sal_Int32 _resourceId ) const;
};
//........................................................................