summaryrefslogtreecommitdiffstats
path: root/sw/inc/accessibilityoptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/accessibilityoptions.hxx')
-rw-r--r--sw/inc/accessibilityoptions.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/inc/accessibilityoptions.hxx b/sw/inc/accessibilityoptions.hxx
index 92ec871b5bd3..ce8e94a158be 100644
--- a/sw/inc/accessibilityoptions.hxx
+++ b/sw/inc/accessibilityoptions.hxx
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SW_INC_ACCESSIBILITYOPTIONS_HXX
-#define INCLUDED_SW_INC_ACCESSIBILITYOPTIONS_HXX
+#pragma once
struct SwAccessibilityOptions
{
@@ -34,6 +33,5 @@ struct SwAccessibilityOptions
bool IsStopAnimatedGraphics() const { return bIsStopAnimatedGraphics;}
void SetStopAnimatedGraphics( bool b ) { bIsStopAnimatedGraphics = b; }
};
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */