22#include <com/sun/star/lang/IllegalArgumentException.hpp>
25inline bool isFreqInvalid(sal_Int32 nFreq) {
return nFreq != 1 && nFreq != 2 && nFreq != 4; }
28 if (!std::isfinite(
d))
29 throw css::lang::IllegalArgumentException();
bool isFreqInvalid(sal_Int32 nFreq)
double finiteOrThrow(double d)