summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-08-31 11:13:25 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-09-07 09:10:36 -0400
commitc609c91fa7d67cdf67f2ed0c924a0690adf26e0b (patch)
treeca45e92ef11c5bfca543ae10ad1caf8cb7af3919 /sc
parentc28f2fbddaa5c1042d1661125dc64a397e6a65fa (diff)
Add or update the header guards.
Change-Id: I1d2205e4659041670b1e3f0dc1dc41262e75c9ac
Diffstat (limited to 'sc')
-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: */