summaryrefslogtreecommitdiff
path: root/tools/inc/tools/resid.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc/tools/resid.hxx')
-rw-r--r--tools/inc/tools/resid.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/inc/tools/resid.hxx b/tools/inc/tools/resid.hxx
index 99d0bc45b022..2230556354ae 100644
--- a/tools/inc/tools/resid.hxx
+++ b/tools/inc/tools/resid.hxx
@@ -164,7 +164,7 @@ class ResId
sal_uInt32 GetId() const { return m_nResId & ~RSC_DONTRELEASE; }
RSHEADER_TYPE* GetpResource() const { return m_pResource; }
- static TOOLS_DLLPUBLIC rtl::OUString toString(const ResId& aId);
+ static TOOLS_DLLPUBLIC rtl::OUString toString(const ResId& rId);
};
#endif // _RESID_HXX