summaryrefslogtreecommitdiff
path: root/sc/source/core/data/bigrange.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/bigrange.cxx')
-rw-r--r--sc/source/core/data/bigrange.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/core/data/bigrange.cxx b/sc/source/core/data/bigrange.cxx
index a48e02052b85..089e801b545e 100644
--- a/sc/source/core/data/bigrange.cxx
+++ b/sc/source/core/data/bigrange.cxx
@@ -7,9 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef __SC_BIGRANGE_CXX__
-#define __SC_BIGRANGE_CXX__
-
#include "bigrange.hxx"
#include "document.hxx"
@@ -25,6 +22,4 @@ bool ScBigAddress::IsValid( const ScDocument* pDoc ) const
;
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */