summaryrefslogtreecommitdiff
path: root/sc/inc/paramisc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/paramisc.hxx')
-rw-r--r--sc/inc/paramisc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/paramisc.hxx b/sc/inc/paramisc.hxx
index 13261822386e..0a21a1db83a6 100644
--- a/sc/inc/paramisc.hxx
+++ b/sc/inc/paramisc.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SC_PARAMISC_HXX
-#define SC_PARAMISC_HXX
+#ifndef INCLUDED_SC_INC_PARAMISC_HXX
+#define INCLUDED_SC_INC_PARAMISC_HXX
#include "address.hxx"
#include <sal/types.h>
@@ -63,6 +63,6 @@ struct SC_DLLPUBLIC ScTabOpParam
bool operator== ( const ScTabOpParam& r ) const;
};
-#endif // SC_PARAMISC_HXX
+#endif // INCLUDED_SC_INC_PARAMISC_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */