summaryrefslogtreecommitdiff
path: root/include/vcl/stdtext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/stdtext.hxx')
-rw-r--r--include/vcl/stdtext.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/stdtext.hxx b/include/vcl/stdtext.hxx
index 6abd4b0ce6e6..76a5e7454813 100644
--- a/include/vcl/stdtext.hxx
+++ b/include/vcl/stdtext.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _VCL_STDTEXT_HXX
-#define _VCL_STDTEXT_HXX
+#ifndef INCLUDED_VCL_STDTEXT_HXX
+#define INCLUDED_VCL_STDTEXT_HXX
#include <rtl/ustring.hxx>
#include <tools/solar.h>
@@ -42,6 +42,6 @@ OUString VCL_DLLPUBLIC GetStandardText(sal_uInt16 nStdText);
void VCL_DLLPUBLIC ShowServiceNotAvailableError(Window* pParent, const OUString& rServiceName, bool bError);
-#endif // _VCL_STDTEXT_HXX
+#endif // INCLUDED_VCL_STDTEXT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */