summaryrefslogtreecommitdiff
path: root/forms/source/richtext/richtextcontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/richtext/richtextcontrol.hxx')
-rw-r--r--forms/source/richtext/richtextcontrol.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/forms/source/richtext/richtextcontrol.hxx b/forms/source/richtext/richtextcontrol.hxx
index d79d4c0c74d0..81e0ad2a0f01 100644
--- a/forms/source/richtext/richtextcontrol.hxx
+++ b/forms/source/richtext/richtextcontrol.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FORMS_SOURCE_RICHTEXT_RICHTEXTCONTROL_HXX
-#define INCLUDED_FORMS_SOURCE_RICHTEXT_RICHTEXTCONTROL_HXX
+#pragma once
#include <toolkit/controls/unocontrols.hxx>
#include <toolkit/awt/vclxwindow.hxx>
@@ -27,7 +26,7 @@
#include <comphelper/uno3.hxx>
#include <cppuhelper/implbase1.hxx>
#include <rtl/ref.hxx>
-#include <tools/wintypes.hxx>
+#include <vcl/wintypes.hxx>
#include "rtattributes.hxx"
#include "textattributelistener.hxx"
@@ -126,6 +125,4 @@ namespace frm
} // namespace frm
-#endif // INCLUDED_FORMS_SOURCE_RICHTEXT_RICHTEXTCONTROL_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */