diff options
Diffstat (limited to 'uui/source/sslwarndlg.hxx')
-rw-r--r-- | uui/source/sslwarndlg.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/uui/source/sslwarndlg.hxx b/uui/source/sslwarndlg.hxx index 070379624941..2762be4613a9 100644 --- a/uui/source/sslwarndlg.hxx +++ b/uui/source/sslwarndlg.hxx @@ -16,8 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_UUI_SOURCE_SSLWARNDLG_HXX -#define INCLUDED_UUI_SOURCE_SSLWARNDLG_HXX +#pragma once #include <vcl/weld.hxx> #include <com/sun/star/security/XCertificate.hpp> @@ -42,6 +41,4 @@ public: void setDescription1Text(const OUString& rText) { m_xDialog->set_primary_text(rText); } }; -#endif // INCLUDED_UUI_SOURCE_SSLWARNDLG_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |