summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-01-09 15:19:19 +0100
committerMathias Bauer <mba@openoffice.org>2010-01-09 15:19:19 +0100
commit6447b51bf04a72621847a4024e9a73e0a9c7e206 (patch)
treebee42e31755c628d0acd33c36b8b3e47bdaa70a0 /editeng
parentfdb6bf4109420de2c51be00e970d1783d5f125a6 (diff)
#i107450#: syntax error in export declaration
Diffstat (limited to 'editeng')
-rw-r--r--editeng/inc/editeng/unofield.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/inc/editeng/unofield.hxx b/editeng/inc/editeng/unofield.hxx
index 7cac75b94979..2df560aa960b 100644
--- a/editeng/inc/editeng/unofield.hxx
+++ b/editeng/inc/editeng/unofield.hxx
@@ -65,7 +65,7 @@ class SvxUnoFieldData_Impl;
class SfxItemPropertySet;
class SvxFieldData;
-com::sun::star::uno::Reference< com::sun::star::uno::XInterface > SAL_CALL EDITENG_DLLPUBLIC SvxUnoTextCreateTextField(
+com::sun::star::uno::Reference< com::sun::star::uno::XInterface > EDITENG_DLLPUBLIC SAL_CALL SvxUnoTextCreateTextField(
const ::rtl::OUString& ServiceSpecifier ) throw(::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException);
class EDITENG_DLLPUBLIC SvxUnoTextField : public SvxMutexHelper,