diff options
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/unomodel.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx index db7668ad08c6..823f864a458e 100644 --- a/starmath/source/unomodel.cxx +++ b/starmath/source/unomodel.cxx @@ -24,6 +24,7 @@ #include <o3tl/any.hxx> #include <sfx2/printer.hxx> +#include <svl/itemprop.hxx> #include <svl/itemset.hxx> #include <vcl/svapp.hxx> #include <unotools/localedatawrapper.hxx> @@ -153,10 +154,6 @@ SmPrintUIOptions::SmPrintUIOptions() // class SmModel - -// values from com/sun/star/beans/PropertyAttribute -#define PROPERTY_NONE 0 - enum SmModelPropertyHandles { HANDLE_FORMULA, |