summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/acceleratorconst.h2
-rw-r--r--framework/inc/helper/tagwindowasmodified.hxx1
-rw-r--r--framework/inc/protocols.h1
-rw-r--r--framework/inc/stdtypes.h2
-rw-r--r--framework/inc/targets.h2
-rw-r--r--framework/inc/taskcreatordefs.hxx2
-rw-r--r--framework/inc/uielement/fontsizemenucontroller.hxx2
-rw-r--r--framework/inc/xml/toolboxconfigurationdefines.hxx2
8 files changed, 8 insertions, 6 deletions
diff --git a/framework/inc/acceleratorconst.h b/framework/inc/acceleratorconst.h
index 83fd40ac77f7..55f9435ffa51 100644
--- a/framework/inc/acceleratorconst.h
+++ b/framework/inc/acceleratorconst.h
@@ -19,6 +19,8 @@
#pragma once
+#include <rtl/ustring.hxx>
+
namespace framework{
inline constexpr OUStringLiteral ATTRIBUTE_TYPE_CDATA = u"CDATA";
diff --git a/framework/inc/helper/tagwindowasmodified.hxx b/framework/inc/helper/tagwindowasmodified.hxx
index 1528c63c5b18..e8c9fff22da9 100644
--- a/framework/inc/helper/tagwindowasmodified.hxx
+++ b/framework/inc/helper/tagwindowasmodified.hxx
@@ -26,7 +26,6 @@
#include <com/sun/star/util/XModifiable.hpp>
#include <cppuhelper/implbase.hxx>
-#include <cppuhelper/weakref.hxx>
#include <vcl/window.hxx>
namespace framework{
diff --git a/framework/inc/protocols.h b/framework/inc/protocols.h
index 30d87cc59336..bbadb7e71888 100644
--- a/framework/inc/protocols.h
+++ b/framework/inc/protocols.h
@@ -26,7 +26,6 @@
#include <string_view>
#include <o3tl/string_view.hxx>
-#include <rtl/ustring.hxx>
namespace framework{
diff --git a/framework/inc/stdtypes.h b/framework/inc/stdtypes.h
index 0ccc056cf605..265daba7786e 100644
--- a/framework/inc/stdtypes.h
+++ b/framework/inc/stdtypes.h
@@ -21,8 +21,6 @@
#include <com/sun/star/awt/KeyEvent.hpp>
-#include <rtl/ustring.hxx>
-
namespace framework{
/**
diff --git a/framework/inc/targets.h b/framework/inc/targets.h
index 5627a07cf2a5..9d7ffb9ef4d5 100644
--- a/framework/inc/targets.h
+++ b/framework/inc/targets.h
@@ -19,6 +19,8 @@
#pragma once
+#include <rtl/ustring.hxx>
+
namespace framework{
// Values for special frame search ... sTargetFrameName of findFrame() or queryDispatch() or loadComponentFromURL()
diff --git a/framework/inc/taskcreatordefs.hxx b/framework/inc/taskcreatordefs.hxx
index e07c03d6dd2b..262de19f56fb 100644
--- a/framework/inc/taskcreatordefs.hxx
+++ b/framework/inc/taskcreatordefs.hxx
@@ -19,6 +19,8 @@
#pragma once
+#include <rtl/ustring.hxx>
+
/// [XFrame] if it's set, it will be used as parent frame for the new created frame.
inline constexpr OUStringLiteral ARGUMENT_PARENTFRAME = u"ParentFrame"; // XFrame
diff --git a/framework/inc/uielement/fontsizemenucontroller.hxx b/framework/inc/uielement/fontsizemenucontroller.hxx
index 16d29a885db0..d04bc637a388 100644
--- a/framework/inc/uielement/fontsizemenucontroller.hxx
+++ b/framework/inc/uielement/fontsizemenucontroller.hxx
@@ -27,8 +27,6 @@
#include <rtl/ustring.hxx>
#include <tools/long.hxx>
-#include <memory>
-
namespace framework
{
class FontSizeMenuController final : public svt::PopupMenuControllerBase
diff --git a/framework/inc/xml/toolboxconfigurationdefines.hxx b/framework/inc/xml/toolboxconfigurationdefines.hxx
index 4d2eaffd2a0a..399693044ec3 100644
--- a/framework/inc/xml/toolboxconfigurationdefines.hxx
+++ b/framework/inc/xml/toolboxconfigurationdefines.hxx
@@ -18,6 +18,8 @@
*/
#pragma once
+#include <rtl/ustring.hxx>
+
#define XMLNS_TOOLBAR "http://openoffice.org/2001/toolbar"
#define XMLNS_XLINK "http://www.w3.org/1999/xlink"
inline constexpr OUStringLiteral XMLNS_TOOLBAR_PREFIX = u"toolbar:";