diff options
Diffstat (limited to 'include/linguistic/lngprophelp.hxx')
-rw-r--r-- | include/linguistic/lngprophelp.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linguistic/lngprophelp.hxx b/include/linguistic/lngprophelp.hxx index f86d810e159c..8474767488fe 100644 --- a/include/linguistic/lngprophelp.hxx +++ b/include/linguistic/lngprophelp.hxx @@ -24,7 +24,6 @@ #include <comphelper/interfacecontainer2.hxx> #include <com/sun/star/beans/XPropertyChangeListener.hpp> #include <com/sun/star/beans/PropertyValues.hpp> -#include <com/sun/star/linguistic2/XLinguProperties.hpp> #include <com/sun/star/linguistic2/XLinguServiceEventBroadcaster.hpp> #include <linguistic/lngdllapi.h> #include <rtl/ref.hxx> @@ -37,6 +36,8 @@ namespace com { namespace sun { namespace star { namespace linguistic2 { struct LinguServiceEvent; }}}} +namespace com::sun::star::linguistic2 { class XLinguProperties; } + namespace linguistic { |