summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/IAnyRefDialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/IAnyRefDialog.hxx')
-rw-r--r--sc/source/ui/inc/IAnyRefDialog.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/IAnyRefDialog.hxx b/sc/source/ui/inc/IAnyRefDialog.hxx
index 12ff8a956bae..0f0ee946d694 100644
--- a/sc/source/ui/inc/IAnyRefDialog.hxx
+++ b/sc/source/ui/inc/IAnyRefDialog.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SC_IANYREFDIALOG_HXX_INCLUDED
-#define SC_IANYREFDIALOG_HXX_INCLUDED
+#ifndef INCLUDED_SC_SOURCE_UI_INC_IANYREFDIALOG_HXX
+#define INCLUDED_SC_SOURCE_UI_INC_IANYREFDIALOG_HXX
#include <formula/IControlReferenceHandler.hxx>
@@ -47,6 +47,6 @@ public:
virtual void ViewShellChanged() = 0;
};
-#endif // SC_IANYREFDIALOG_HXX_INCLUDED
+#endif // INCLUDED_SC_SOURCE_UI_INC_IANYREFDIALOG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */