diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2015-09-08 08:51:30 +0900 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-09-09 08:15:30 +0000 |
commit | 7805e7a95437d12f5081237e0e4a064ef53c032a (patch) | |
tree | e0e835596758b441af82f7709810a641e060cbc9 /sw/source/uibase/uno | |
parent | 5cce78f9a52050e15a63761bd8af36075b1a8945 (diff) |
sw: tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants.
Change-Id: I1c423f98fba55c1ac5c3bd9a4e81ebd7eb6604b4
Reviewed-on: https://gerrit.libreoffice.org/18393
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/source/uibase/uno')
-rw-r--r-- | sw/source/uibase/uno/SwXDocumentSettings.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/uno/SwXDocumentSettings.hxx b/sw/source/uibase/uno/SwXDocumentSettings.hxx index 20f30410f8ae..f7688b0b5512 100644 --- a/sw/source/uibase/uno/SwXDocumentSettings.hxx +++ b/sw/source/uibase/uno/SwXDocumentSettings.hxx @@ -25,7 +25,6 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <cppuhelper/weak.hxx> -#include <cppuhelper/implbase5.hxx> class SwXTextDocument; class SwDocShell; |