summaryrefslogtreecommitdiff
path: root/svtools/inc/filterutils.hxx
blob: e10eb2a17640e7eb7fb0c9ff6fe20dcabc8e464c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef SVTOOLS_INC_FILTERUTILS_HXX
#define SVTOOLS_INC_FILTERUTILS_HXX

#include "svtools/svtdllapi.h"
#include <com/sun/star/uno/RuntimeException.hpp>
namespace svt
{
    class BinFilterUtils
    {
    private:
        BinFilterUtils();    // never implemented

    public:
        SVT_DLLPUBLIC static  rtl::OUString CreateOUStringFromUniStringArray( const char* pcCharArr, sal_uInt32 nBufSize );
        SVT_DLLPUBLIC static  rtl::OUString CreateOUStringFromStringArray( const char* pcCharArr, sal_uInt32 nBufSize );
    };

//........................................................................
} // namespace svt
//........................................................................

#endif