summaryrefslogtreecommitdiff
path: root/stoc/source/security/file_policy.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-09-04 20:40:13 +0900
committerNoel Grandin <noelgrandin@gmail.com>2015-09-07 07:33:30 +0000
commit20a8b8ac6b4e3c17d28fb88dcc52b1d67ff6b39a (patch)
treeb3365ad2c4ac335f049e43a4bc1814ccdfb7103f /stoc/source/security/file_policy.cxx
parent44a488d5b7d72b05834835efd4467a5582c91840 (diff)
stoc: tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants. Change-Id: I34fe287036ca9b8e5edcb121ba70d9a93ab05276 Reviewed-on: https://gerrit.libreoffice.org/18338 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'stoc/source/security/file_policy.cxx')
-rw-r--r--stoc/source/security/file_policy.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/stoc/source/security/file_policy.cxx b/stoc/source/security/file_policy.cxx
index 920e464a1e63..fde5d685706e 100644
--- a/stoc/source/security/file_policy.cxx
+++ b/stoc/source/security/file_policy.cxx
@@ -25,7 +25,7 @@
#include <rtl/ustrbuf.hxx>
#include <cppuhelper/access_control.hxx>
-#include <cppuhelper/compbase2.hxx>
+#include <cppuhelper/compbase.hxx>
#include <cppuhelper/implementationentry.hxx>
#include <cppuhelper/supportsservice.hxx>
@@ -52,7 +52,7 @@ struct MutexHolder
{
Mutex m_mutex;
};
-typedef WeakComponentImplHelper2< security::XPolicy, lang::XServiceInfo > t_helper;
+typedef WeakComponentImplHelper< security::XPolicy, lang::XServiceInfo > t_helper;
class FilePolicy