summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2019-09-13 11:31:22 +0200
committerBjörn Michaelsen <bjoern.michaelsen@libreoffice.org>2019-09-16 13:00:38 +0200
commit9176441f1cc21f7e5d07808b3dd86b726a645e84 (patch)
tree6f64b120b7a2cbb63d1aed585d02771a5697d81a /starmath
parent151ba014b31c43ae51f14be6f88a16ced1542701 (diff)
dont define PROPERTY_NONE multiple times
Change-Id: Ia4af4a281058131d41c2a65abbce58bf5f7a38b6 Reviewed-on: https://gerrit.libreoffice.org/78866 Tested-by: Jenkins Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/unomodel.cxx5
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,