diff options
Diffstat (limited to 'include/vcl/fixed.hxx')
-rw-r--r-- | include/vcl/fixed.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/fixed.hxx b/include/vcl/fixed.hxx index 50f184ed99c2..629c3c5818ee 100644 --- a/include/vcl/fixed.hxx +++ b/include/vcl/fixed.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SV_FIXED_HXX -#define _SV_FIXED_HXX +#ifndef INCLUDED_VCL_FIXED_HXX +#define INCLUDED_VCL_FIXED_HXX #include <tools/solar.h> #include <vcl/dllapi.h> @@ -205,6 +205,6 @@ public: static Image loadThemeImage(const OString &rFileName); }; -#endif // _SV_FIXED_HXX +#endif // INCLUDED_VCL_FIXED_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |