oox: fix GetTextVerticalAdjust visibility

Change-Id: Iaab33ab752a67e2acd374e0c08045c3e9da22ce7
This commit is contained in:
Michael Stahl
2014-02-12 22:37:25 +01:00
parent 7a403215ec
commit 500568a8f3

View File

@@ -27,6 +27,8 @@
#include <com/sun/star/awt/Point.hpp>
#include <com/sun/star/awt/Size.hpp>
#include <com/sun/star/xml/sax/XFastAttributeList.hpp>
#include <oox/dllapi.h>
#include <oox/helper/helper.hxx>
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 );
// ============================================================================