summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/ImagePreparer.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 22:38:46 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:33 +0200
commit3b58ababc566adef48d8ab600489e554c4585b1d (patch)
treeb1abea7e58d2f9daa28903896d87e3b6284eed43 /sd/source/ui/remotecontrol/ImagePreparer.hxx
parent3a6148e8114a5b980dbedadacce2074390d81555 (diff)
fixincludeguards.sh: sd
Change-Id: Ic831838b377656015d645eec9d439424378e08af
Diffstat (limited to 'sd/source/ui/remotecontrol/ImagePreparer.hxx')
-rw-r--r--sd/source/ui/remotecontrol/ImagePreparer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/remotecontrol/ImagePreparer.hxx b/sd/source/ui/remotecontrol/ImagePreparer.hxx
index 750d2535e139..358b1b2ccf9b 100644
--- a/sd/source/ui/remotecontrol/ImagePreparer.hxx
+++ b/sd/source/ui/remotecontrol/ImagePreparer.hxx
@@ -6,8 +6,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef _SD_IMPRESSREMOTE_IMAGEPREPARER_HXX
-#define _SD_IMPRESSREMOTE_IMAGEPREPARER_HXX
+#ifndef INCLUDED_SD_SOURCE_UI_REMOTECONTROL_IMAGEPREPARER_HXX
+#define INCLUDED_SD_SOURCE_UI_REMOTECONTROL_IMAGEPREPARER_HXX
#include <osl/thread.hxx>
#include <vcl/timer.hxx>
@@ -44,5 +44,5 @@ private:
}
-#endif // _SD_IMPRESSREMOTE_IMAGEPREPARER_HXX
+#endif // INCLUDED_SD_SOURCE_UI_REMOTECONTROL_IMAGEPREPARER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */