summaryrefslogtreecommitdiff
path: root/sc/inc/funcdesc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/funcdesc.hxx')
-rw-r--r--sc/inc/funcdesc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/funcdesc.hxx b/sc/inc/funcdesc.hxx
index 4da003dfc7a9..e746462e426d 100644
--- a/sc/inc/funcdesc.hxx
+++ b/sc/inc/funcdesc.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SC_FUNCDESC_HXX
-#define SC_FUNCDESC_HXX
+#ifndef INCLUDED_SC_INC_FUNCDESC_HXX
+#define INCLUDED_SC_INC_FUNCDESC_HXX
/* Function descriptions for function wizard / autopilot */
@@ -404,6 +404,6 @@ private:
mutable ::std::vector<const ScFuncDesc*>::iterator pCurCatListEnd; /**< end of current category */
};
-#endif // SC_FUNCDESC_HXX
+#endif // INCLUDED_SC_INC_FUNCDESC_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */