merge the formfield patch from ooo-build
[ooovba.git] / svtools / inc / filterutils.hxx
bloba05025f5a94465fec7c16fbe615016dcaa64fb73
1 #ifndef SVTOOLS_INC_FILTERUTILS_HXX
2 #define SVTOOLS_INC_FILTERUTILS_HXX
4 #include "svtools/svtdllapi.h"
5 #include <com/sun/star/uno/RuntimeException.hpp>
6 namespace svt
8 class BinFilterUtils
10 private:
11 BinFilterUtils(); // never implemented
13 public:
14 SVT_DLLPUBLIC static rtl::OUString CreateOUStringFromUniStringArray( const char* pcCharArr, sal_uInt32 nBufSize );
15 SVT_DLLPUBLIC static rtl::OUString CreateOUStringFromStringArray( const char* pcCharArr, sal_uInt32 nBufSize );
18 //........................................................................
19 } // namespace svt
20 //........................................................................
22 #endif