summaryrefslogtreecommitdiff
path: root/sw/inc/unotxdoc.hxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <Philipp.Lohmann@Sun.COM>2009-10-14 11:15:39 +0200
committerPhilipp Lohmann <Philipp.Lohmann@Sun.COM>2009-10-14 11:15:39 +0200
commit021c0f0b52d7893d9497a509d3eb70b5777e1406 (patch)
treeacd4ad529b3f795c7d0984ff6e9e01cf8918b42c /sw/inc/unotxdoc.hxx
parent1f8c7028f642e995945eb0d3f70a13ac5267aad1 (diff)
fix a windows build problem
Diffstat (limited to 'sw/inc/unotxdoc.hxx')
-rw-r--r--sw/inc/unotxdoc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx
index 4f2c444195d7..bea720e592bf 100644
--- a/sw/inc/unotxdoc.hxx
+++ b/sw/inc/unotxdoc.hxx
@@ -258,7 +258,7 @@ public:
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes( ) throw(css::uno::RuntimeException);
- SW_DLLPUBLIC static const css::uno::Sequence< sal_Int8 > & getUnoTunnelId();
+ static const css::uno::Sequence< sal_Int8 > & getUnoTunnelId();
//XUnoTunnel
virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) throw(css::uno::RuntimeException);