From 500568a8f34c71db65d11aa8ca67b961bf1df1d7 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 12 Feb 2014 22:37:25 +0100 Subject: [PATCH] oox: fix GetTextVerticalAdjust visibility Change-Id: Iaab33ab752a67e2acd374e0c08045c3e9da22ce7 --- include/oox/drawingml/drawingmltypes.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ); // ============================================================================