summaryrefslogtreecommitdiff
path: root/include/cppuhelper/access_control.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppuhelper/access_control.hxx')
-rw-r--r--include/cppuhelper/access_control.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppuhelper/access_control.hxx b/include/cppuhelper/access_control.hxx
index 464b95d2367c..cf10806d9033 100644
--- a/include/cppuhelper/access_control.hxx
+++ b/include/cppuhelper/access_control.hxx
@@ -27,9 +27,9 @@
namespace cppu
{
-/** Helper class retriving access controller singleton from component context.
+/** Helper class for retrieving access controller singleton from component context.
*/
-class CPPUHELPER_DLLPUBLIC AccessControl
+class SAL_WARN_UNUSED CPPUHELPER_DLLPUBLIC AccessControl
{
css::uno::Reference< css::security::XAccessController > m_xController;