diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-01-11 09:55:02 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-01-11 13:54:25 +0100 |
commit | 884c5a247ad65e27f6ea643352934c2b68beed21 (patch) | |
tree | ca09eecd3c70fa11455ae4e089f58049182ef965 | |
parent | 1aaa596af060c1427caf20b0d7fddfc955047f82 (diff) |
sw: stop using comphelper/implbase_var.hxx
Change-Id: I1f697ff32f13fea72c04803d56a25d486bcc3cd3
-rw-r--r-- | sw/inc/unotextcursor.hxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sw/inc/unotextcursor.hxx b/sw/inc/unotextcursor.hxx index 64ae3e0b4e02..8cfc15e1fc3b 100644 --- a/sw/inc/unotextcursor.hxx +++ b/sw/inc/unotextcursor.hxx @@ -36,16 +36,10 @@ #include <com/sun/star/text/XRedline.hpp> #include <com/sun/star/text/XMarkingAccess.hpp> -#include <cppuhelper/implbase13.hxx> +#include <cppuhelper/implbase.hxx> #include <comphelper/uno3.hxx> -#ifndef INCLUDED_COMPHELPER_IMPLBASE_VAR_HXX_14 -#define INCLUDED_COMPHELPER_IMPLBASE_VAR_HXX_14 -#define COMPHELPER_IMPLBASE_INTERFACE_NUMBER 14 -#include <comphelper/implbase_var.hxx> -#endif - #include <unobaseclass.hxx> #include <TextCursorHelper.hxx> @@ -53,7 +47,7 @@ class SwDoc; struct SwPosition; class SwUnoCrsr; -typedef ::comphelper::WeakImplHelper14 +typedef ::cppu::WeakImplHelper < ::com::sun::star::lang::XServiceInfo , ::com::sun::star::beans::XPropertySet , ::com::sun::star::beans::XPropertyState |