summaryrefslogtreecommitdiff
path: root/uui/source/sslwarndlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/sslwarndlg.hxx')
-rw-r--r--uui/source/sslwarndlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/uui/source/sslwarndlg.hxx b/uui/source/sslwarndlg.hxx
index c7b1492a87eb..30146e128e0e 100644
--- a/uui/source/sslwarndlg.hxx
+++ b/uui/source/sslwarndlg.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 UUI_SSLWARN_HXX
-#define UUI_SSLWARN_HXX
+#ifndef INCLUDED_UUI_SOURCE_SSLWARNDLG_HXX
+#define INCLUDED_UUI_SOURCE_SSLWARNDLG_HXX
#include <vcl/fixed.hxx>
#include <vcl/button.hxx>
@@ -49,6 +49,6 @@ public:
void setDescription1Text(const OUString &aText) { set_primary_text(aText); }
};
-#endif // UUI_SSLWARN_HXX
+#endif // INCLUDED_UUI_SOURCE_SSLWARNDLG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */