summaryrefslogtreecommitdiff
path: root/sc/source/core/inc/interpre.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/inc/interpre.hxx')
-rw-r--r--sc/source/core/inc/interpre.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/core/inc/interpre.hxx b/sc/source/core/inc/interpre.hxx
index 3b902524d901..f3390902385a 100644
--- a/sc/source/core/inc/interpre.hxx
+++ b/sc/source/core/inc/interpre.hxx
@@ -865,10 +865,10 @@ private:
static double gauss(double x);
public:
- static SC_DLLPUBLIC double phi(double x);
- static SC_DLLPUBLIC double integralPhi(double x);
- static SC_DLLPUBLIC double gaussinv(double x);
- static SC_DLLPUBLIC double GetPercentile( ::std::vector<double> & rArray, double fPercentile );
+ static double phi(double x);
+ static double integralPhi(double x);
+ static double gaussinv(double x);
+ static double GetPercentile( ::std::vector<double> & rArray, double fPercentile );
private: