summaryrefslogtreecommitdiff
path: root/sc/inc/refreshtimer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/refreshtimer.hxx')
-rw-r--r--sc/inc/refreshtimer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/refreshtimer.hxx b/sc/inc/refreshtimer.hxx
index 2c0b837923d9..c392b9c939a3 100644
--- a/sc/inc/refreshtimer.hxx
+++ b/sc/inc/refreshtimer.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SC_REFRESHTIMER_HXX
-#define SC_REFRESHTIMER_HXX
+#ifndef INCLUDED_SC_INC_REFRESHTIMER_HXX
+#define INCLUDED_SC_INC_REFRESHTIMER_HXX
#include <vcl/timer.hxx>
#include <osl/mutex.hxx>
@@ -62,6 +62,6 @@ private:
void Start();
};
-#endif // SC_REFRESHTIMER_HXX
+#endif // INCLUDED_SC_INC_REFRESHTIMER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */