summaryrefslogtreecommitdiffstats
path: root/include/filter/msfilter
diff options
context:
space:
mode:
Diffstat (limited to 'include/filter/msfilter')
-rw-r--r--include/filter/msfilter/util.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/filter/msfilter/util.hxx b/include/filter/msfilter/util.hxx
index 80a0a8ffa65a..b22c6fbb0f30 100644
--- a/include/filter/msfilter/util.hxx
+++ b/include/filter/msfilter/util.hxx
@@ -15,6 +15,7 @@
#include <tools/color.hxx>
#include <com/sun/star/lang/Locale.hpp>
#include <filter/msfilter/msfilterdllapi.h>
+#include <svx/msdffdef.hxx>
#include <com/sun/star/awt/Size.hpp>
namespace msfilter {
@@ -131,9 +132,12 @@ struct MSFILTER_DLLPUBLIC EquationResult
MSFILTER_DLLPUBLIC EquationResult ParseCombinedChars(const OUString& rStr);
-/// Similar to EnhancedCustomShapeTypeNames::Get(), but it also supports OOXML types.
+/// Similar to EnhancedCustomShapeTypeNames::Get(), but it also supports OOXML types and returns a drawingML string.
MSFILTER_DLLPUBLIC const char* GetOOXMLPresetGeometry( const char* sShapeType );
+/// Similar to EnhancedCustomShapeTypeNames::Get(), but returns an MSO_SPT (binary / VML type).
+MSFILTER_DLLPUBLIC MSO_SPT GETVMLShapeType(OString aType);
+
}
}