diff options
Diffstat (limited to 'include/editeng/svxacorr.hxx')
-rw-r--r-- | include/editeng/svxacorr.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/editeng/svxacorr.hxx b/include/editeng/svxacorr.hxx index 72015b5cd92c..d4529a51623e 100644 --- a/include/editeng/svxacorr.hxx +++ b/include/editeng/svxacorr.hxx @@ -23,6 +23,7 @@ #include <com/sun/star/embed/XStorage.hpp> #include <o3tl/sorted_vector.hxx> +#include <sot/storage.hxx> #include <tools/rtti.hxx> #include <i18nlangtag/languagetag.hxx> #include <tools/time.hxx> @@ -39,8 +40,6 @@ class CharClass; class SfxPoolItem; class SvxAutoCorrect; class SfxObjectShell; -class SotStorageRef; -class SotStorage; class Window; struct CompareSvStringsISortDtor |