summaryrefslogtreecommitdiff
path: root/scaddins
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 22:47:44 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:13 +0200
commit8bb2ce61c03886d8b323288dc92d74fc1e45da4e (patch)
tree7c26a4701873df3bab364fb7e9a386aef6a12c99 /scaddins
parente9f918cefc0183f6a7322a427b6eaf8f37615e21 (diff)
fixincludeguards.sh: some smaller dirs
Change-Id: Ic25bd678dc299627299b22145efd7bebcf2b39d0
Diffstat (limited to 'scaddins')
-rw-r--r--scaddins/source/analysis/analysis.hxx4
-rw-r--r--scaddins/source/analysis/analysisdefs.hxx4
-rw-r--r--scaddins/source/analysis/analysishelper.hxx4
-rw-r--r--scaddins/source/analysis/bessel.hxx4
-rw-r--r--scaddins/source/datefunc/datefunc.hxx6
-rw-r--r--scaddins/source/pricing/black_scholes.hxx4
-rw-r--r--scaddins/source/pricing/pricing.hxx4
7 files changed, 15 insertions, 15 deletions
diff --git a/scaddins/source/analysis/analysis.hxx b/scaddins/source/analysis/analysis.hxx
index 017bae1d962c..f2d42471a765 100644
--- a/scaddins/source/analysis/analysis.hxx
+++ b/scaddins/source/analysis/analysis.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef ANALYSIS_HXX
-#define ANALYSIS_HXX
+#ifndef INCLUDED_SCADDINS_SOURCE_ANALYSIS_ANALYSIS_HXX
+#define INCLUDED_SCADDINS_SOURCE_ANALYSIS_ANALYSIS_HXX
#include <com/sun/star/sheet/XAddIn.hpp>
diff --git a/scaddins/source/analysis/analysisdefs.hxx b/scaddins/source/analysis/analysisdefs.hxx
index e88fde271459..47bd092fd512 100644
--- a/scaddins/source/analysis/analysisdefs.hxx
+++ b/scaddins/source/analysis/analysisdefs.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef ANALYSISDEFS_HXX
-#define ANALYSISDEFS_HXX
+#ifndef INCLUDED_SCADDINS_SOURCE_ANALYSIS_ANALYSISDEFS_HXX
+#define INCLUDED_SCADDINS_SOURCE_ANALYSIS_ANALYSISDEFS_HXX
#define CHK_Freq ( nFreq != 1 && nFreq != 2 && nFreq != 4 )
#define CHK_FINITE(d) if( !::rtl::math::isFinite( d ) ) throw css::lang::IllegalArgumentException()
diff --git a/scaddins/source/analysis/analysishelper.hxx b/scaddins/source/analysis/analysishelper.hxx
index 89a8a74eb218..10c4269e9814 100644
--- a/scaddins/source/analysis/analysishelper.hxx
+++ b/scaddins/source/analysis/analysishelper.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef ANALYSISHELPER_HXX
-#define ANALYSISHELPER_HXX
+#ifndef INCLUDED_SCADDINS_SOURCE_ANALYSIS_ANALYSISHELPER_HXX
+#define INCLUDED_SCADDINS_SOURCE_ANALYSIS_ANALYSISHELPER_HXX
#include <com/sun/star/lang/XServiceName.hpp>
diff --git a/scaddins/source/analysis/bessel.hxx b/scaddins/source/analysis/bessel.hxx
index cd14ed611831..87481f9bfe95 100644
--- a/scaddins/source/analysis/bessel.hxx
+++ b/scaddins/source/analysis/bessel.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SCA_BESSEL_HXX
-#define SCA_BESSEL_HXX
+#ifndef INCLUDED_SCADDINS_SOURCE_ANALYSIS_BESSEL_HXX
+#define INCLUDED_SCADDINS_SOURCE_ANALYSIS_BESSEL_HXX
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/sheet/NoConvergenceException.hpp>
diff --git a/scaddins/source/datefunc/datefunc.hxx b/scaddins/source/datefunc/datefunc.hxx
index c1efaf607ca9..aae8127024e6 100644
--- a/scaddins/source/datefunc/datefunc.hxx
+++ b/scaddins/source/datefunc/datefunc.hxx
@@ -19,8 +19,8 @@
// date functions add in
-#ifndef _SCA_DATEFUNC_HXX
-#define _SCA_DATEFUNC_HXX
+#ifndef INCLUDED_SCADDINS_SOURCE_DATEFUNC_DATEFUNC_HXX
+#define INCLUDED_SCADDINS_SOURCE_DATEFUNC_DATEFUNC_HXX
#include <string.h>
#include <com/sun/star/lang/XServiceName.hpp>
@@ -387,6 +387,6 @@ public:
throw( ::com::sun::star::uno::RuntimeException, ::com::sun::star::lang::IllegalArgumentException, std::exception ) SAL_OVERRIDE;
};
-#endif // _SCA_DATEFUNC_HXX
+#endif // INCLUDED_SCADDINS_SOURCE_DATEFUNC_DATEFUNC_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/scaddins/source/pricing/black_scholes.hxx b/scaddins/source/pricing/black_scholes.hxx
index 92099b22c3e0..cdcb20b84182 100644
--- a/scaddins/source/pricing/black_scholes.hxx
+++ b/scaddins/source/pricing/black_scholes.hxx
@@ -11,8 +11,8 @@
*/
-#ifndef BLACK_SCHOLES_HXX
-#define BLACK_SCHOLES_HXX
+#ifndef INCLUDED_SCADDINS_SOURCE_PRICING_BLACK_SCHOLES_HXX
+#define INCLUDED_SCADDINS_SOURCE_PRICING_BLACK_SCHOLES_HXX
// options prices and greeks in the Black-Scholes model
// also known as TV (theoretical value)
diff --git a/scaddins/source/pricing/pricing.hxx b/scaddins/source/pricing/pricing.hxx
index b465a1fb5197..f3fdbcb7673a 100644
--- a/scaddins/source/pricing/pricing.hxx
+++ b/scaddins/source/pricing/pricing.hxx
@@ -24,8 +24,8 @@
// to avoid having to rename all classes to do with UNO
// technicalities we use our own namespace
-#ifndef _SCA_PRICING_HXX
-#define _SCA_PRICING_HXX
+#ifndef INCLUDED_SCADDINS_SOURCE_PRICING_PRICING_HXX
+#define INCLUDED_SCADDINS_SOURCE_PRICING_PRICING_HXX
#include <string.h>