summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/inc/orcusfilters.hxx4
-rw-r--r--sc/source/filter/inc/orcusfiltersimpl.hxx5
2 files changed, 7 insertions, 2 deletions
diff --git a/sc/inc/orcusfilters.hxx b/sc/inc/orcusfilters.hxx
index 5beede2d01e4..890cd9f69663 100644
--- a/sc/inc/orcusfilters.hxx
+++ b/sc/inc/orcusfilters.hxx
@@ -26,8 +26,8 @@
* instead of those above.
*/
-#ifndef __SC_ORCUSHANDLER_HXX__
-#define __SC_ORCUSHANDLER_HXX__
+#ifndef __SC_ORCUSFILTERS_HXX__
+#define __SC_ORCUSFILTERS_HXX__
#include "rtl/ustring.hxx"
diff --git a/sc/source/filter/inc/orcusfiltersimpl.hxx b/sc/source/filter/inc/orcusfiltersimpl.hxx
index 090c52f05c9e..e349120a8009 100644
--- a/sc/source/filter/inc/orcusfiltersimpl.hxx
+++ b/sc/source/filter/inc/orcusfiltersimpl.hxx
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef __SCFILT_ORCUSFILTERSIMPL_HXX__
+#define __SCFILT_ORCUSFILTERSIMPL_HXX__
+
#include "orcusfilters.hxx"
class ScOrcusFiltersImpl : public ScOrcusFilters
@@ -15,4 +18,6 @@ public:
virtual bool importCSV(ScDocument& rDoc, const rtl::OUString& rPath) const;
};
+#endif
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */