diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-01-09 15:19:19 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-01-09 15:19:19 +0100 |
commit | 6447b51bf04a72621847a4024e9a73e0a9c7e206 (patch) | |
tree | bee42e31755c628d0acd33c36b8b3e47bdaa70a0 /editeng/inc | |
parent | fdb6bf4109420de2c51be00e970d1783d5f125a6 (diff) |
#i107450#: syntax error in export declaration
Diffstat (limited to 'editeng/inc')
-rw-r--r-- | editeng/inc/editeng/unofield.hxx | 2 |
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, |