diff --git a/include/oox/drawingml/drawingmltypes.hxx b/include/oox/drawingml/drawingmltypes.hxx index 20c8c988ea43..bd4f8f47615c 100644 --- a/include/oox/drawingml/drawingmltypes.hxx +++ b/include/oox/drawingml/drawingmltypes.hxx @@ -27,6 +27,8 @@ #include #include #include + +#include #include namespace oox { @@ -130,7 +132,7 @@ sal_Int16 GetParaAdjust( sal_Int32 nAlign ); ::com::sun::star::drawing::TextVerticalAdjust GetTextVerticalAdjust( sal_Int32 nToken ); // Convert a TextVerticalAdjust item to string value appearing in ooxml -SAL_DLLPUBLIC const char* GetTextVerticalAdjust( ::com::sun::star::drawing::TextVerticalAdjust eAdjust ); +OOX_DLLPUBLIC const char* GetTextVerticalAdjust( ::com::sun::star::drawing::TextVerticalAdjust eAdjust ); // ============================================================================