diff options
Diffstat (limited to 'unotools/source/config/defaultoptions.cxx')
-rw-r--r-- | unotools/source/config/defaultoptions.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unotools/source/config/defaultoptions.cxx b/unotools/source/config/defaultoptions.cxx index 87145e07c81c..3c30a250228a 100644 --- a/unotools/source/config/defaultoptions.cxx +++ b/unotools/source/config/defaultoptions.cxx @@ -22,6 +22,7 @@ #include <unotools/configitem.hxx> #include <unotools/configmgr.hxx> #include <tools/debug.hxx> +#include <tools/solar.h> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <osl/mutex.hxx> @@ -35,8 +36,6 @@ using namespace osl; using namespace utl; using namespace com::sun::star::uno; -// define ---------------------------------------------------------------- - #define DEFAULTPATH__ADDIN 0 #define DEFAULTPATH__AUTOCORRECT 1 #define DEFAULTPATH__AUTOTEXT 2 |