summaryrefslogtreecommitdiff
path: root/forms/source/xforms/resourcehelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/resourcehelper.hxx')
-rw-r--r--forms/source/xforms/resourcehelper.hxx17
1 files changed, 8 insertions, 9 deletions
diff --git a/forms/source/xforms/resourcehelper.hxx b/forms/source/xforms/resourcehelper.hxx
index 486bd5437676..bc54cf800072 100644
--- a/forms/source/xforms/resourcehelper.hxx
+++ b/forms/source/xforms/resourcehelper.hxx
@@ -23,21 +23,20 @@
#include <frm_resource.hrc>
#include <sal/types.h>
-
-namespace rtl { class OUString; }
+#include <rtl/ustring.hxx>
namespace xforms
{
/// get a resource string for the current language
- rtl::OUString getResource( sal_uInt16 );
+ OUString getResource( sal_uInt16 );
// overloaded: get a resource string, and substitute parameters
- rtl::OUString getResource( sal_uInt16, const rtl::OUString& );
- rtl::OUString getResource( sal_uInt16, const rtl::OUString&,
- const rtl::OUString& );
- rtl::OUString getResource( sal_uInt16, const rtl::OUString&,
- const rtl::OUString&,
- const rtl::OUString& );
+ OUString getResource( sal_uInt16, const OUString& );
+ OUString getResource( sal_uInt16, const OUString&,
+ const OUString& );
+ OUString getResource( sal_uInt16, const OUString&,
+ const OUString&,
+ const OUString& );
} // namespace