summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-02-12 22:37:25 +0100
committerMichael Stahl <mstahl@redhat.com>2014-02-12 23:26:19 +0100
commit500568a8f34c71db65d11aa8ca67b961bf1df1d7 (patch)
treefdb8ca35a5d7f0f236842d81f02b8513cfbe0987 /include
parent7a403215ec9b874174df4a82167842f0abebfe60 (diff)
oox: fix GetTextVerticalAdjust visibility
Change-Id: Iaab33ab752a67e2acd374e0c08045c3e9da22ce7
Diffstat (limited to 'include')
-rw-r--r--include/oox/drawingml/drawingmltypes.hxx4
1 files changed, 3 insertions, 1 deletions
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 <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 );
// ============================================================================