diff options
Diffstat (limited to 'svtools/source/table/cellvalueconversion.hxx')
-rw-r--r-- | svtools/source/table/cellvalueconversion.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/table/cellvalueconversion.hxx b/svtools/source/table/cellvalueconversion.hxx index c9cb66b9d173..8c9f6b236d9f 100644 --- a/svtools/source/table/cellvalueconversion.hxx +++ b/svtools/source/table/cellvalueconversion.hxx @@ -40,7 +40,7 @@ namespace svt CellValueConversion(); ~CellValueConversion(); - ::rtl::OUString convertToString( const ::com::sun::star::uno::Any& i_cellValue ); + OUString convertToString( const ::com::sun::star::uno::Any& i_cellValue ); private: ::boost::scoped_ptr< CellValueConversion_Data > m_pData; |