diff options
Diffstat (limited to 'include/vcl/prgsbar.hxx')
-rw-r--r-- | include/vcl/prgsbar.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/prgsbar.hxx b/include/vcl/prgsbar.hxx index 9f22df47c7a8..cbe598cdd511 100644 --- a/include/vcl/prgsbar.hxx +++ b/include/vcl/prgsbar.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _PRGSBAR_HXX -#define _PRGSBAR_HXX +#ifndef INCLUDED_VCL_PRGSBAR_HXX +#define INCLUDED_VCL_PRGSBAR_HXX #include <vcl/dllapi.h> #include <vcl/window.hxx> @@ -84,6 +84,6 @@ public: sal_uInt16 GetValue() const { return mnPercent; } }; -#endif // _PRGSBAR_HXX +#endif // INCLUDED_VCL_PRGSBAR_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |