diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 12:15:19 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 12:15:19 +0000 |
commit | e8ed22372ade7e5c0ad0d77e70e759648fd7af0c (patch) | |
tree | eb70d9be0213ce1955bd1521f1ff58f9b9ed46d1 /svx/source/inc/fmtools.hxx | |
parent | ab0e0dde776ffc3049bc9eecaaf3e2890b9ac2e0 (diff) |
INTEGRATION: CWS dba09 (1.20.516); FILE MERGED
2004/04/27 07:53:45 fs 1.20.516.2: RESYNC: (1.20-1.21); FILE MERGED
2004/03/19 15:34:01 fs 1.20.516.1: #i13497# #i14649# +initializeTextFieldLineEnds
Diffstat (limited to 'svx/source/inc/fmtools.hxx')
-rw-r--r-- | svx/source/inc/fmtools.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/svx/source/inc/fmtools.hxx b/svx/source/inc/fmtools.hxx index 5ead71f12ea1..d1314c123942 100644 --- a/svx/source/inc/fmtools.hxx +++ b/svx/source/inc/fmtools.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmtools.hxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: hr $ $Date: 2004-04-13 11:03:30 $ + * last change: $Author: hr $ $Date: 2004-05-10 13:15:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -534,5 +534,10 @@ sal_Bool isLoadable(const ::com::sun::star::uno::Reference< ::com::sun::star::un sal_Bool isRowSetAlive(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& _rxRowSet); // checks if the ::com::sun::star::sdbcx::XColumnsSupplier provided by _rxRowSet supllies any columns +void initializeTextFieldLineEnds( + const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxModel, + const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB + ) SAL_THROW(()); + #endif // _SVX_FMTOOLS_HXX |