diff options
Diffstat (limited to 'cui/source/options/treeopt.cxx')
-rw-r--r-- | cui/source/options/treeopt.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx index 5de1ae771cbb..eb382088837c 100644 --- a/cui/source/options/treeopt.cxx +++ b/cui/source/options/treeopt.cxx @@ -60,6 +60,7 @@ #include <com/sun/star/loader/CannotActivateFactoryException.hpp> #include <com/sun/star/util/theMacroExpander.hpp> #include <comphelper/processfactory.hxx> +#include <editeng/langitem.hxx> #include <editeng/optitems.hxx> #include <editeng/unolingu.hxx> #include <linguistic/misc.hxx> @@ -94,11 +95,6 @@ #include <vcl/waitobj.hxx> #include "svtools/treelistentry.hxx" -#ifndef _SVX_LANGITEM_HXX -#define ITEMID_LANGUAGE SID_ATTR_CHAR_LANGUAGE -#include <editeng/langitem.hxx> -#endif - #ifdef LINUX #include <sys/stat.h> #endif |