diff options
Diffstat (limited to 'include/svl/ctloptions.hxx')
-rw-r--r-- | include/svl/ctloptions.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svl/ctloptions.hxx b/include/svl/ctloptions.hxx index 525e8e73a795..a379ddb33173 100644 --- a/include/svl/ctloptions.hxx +++ b/include/svl/ctloptions.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 _SVTOOLS_CTLOPTIONS_HXX -#define _SVTOOLS_CTLOPTIONS_HXX +#ifndef INCLUDED_SVL_CTLOPTIONS_HXX +#define INCLUDED_SVL_CTLOPTIONS_HXX #include "svl/svldllapi.h" #include <sal/types.h> @@ -82,6 +82,6 @@ public: bool IsReadOnly(EOption eOption) const; }; -#endif // _SVTOOLS_CTLOPTIONS_HXX +#endif // INCLUDED_SVL_CTLOPTIONS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |