summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--avmedia/source/framework/MediaControlBase.cxx2
-rw-r--r--include/editeng/overflowingtxt.hxx5
-rw-r--r--sw/inc/IDocumentFieldsAccess.hxx5
-rw-r--r--sw/inc/IDocumentLinksAdministration.hxx5
4 files changed, 6 insertions, 11 deletions
diff --git a/avmedia/source/framework/MediaControlBase.cxx b/avmedia/source/framework/MediaControlBase.cxx
index 4e8800186ae4..c572bed7d0e6 100644
--- a/avmedia/source/framework/MediaControlBase.cxx
+++ b/avmedia/source/framework/MediaControlBase.cxx
@@ -25,8 +25,6 @@
#include <helpids.h>
#include <mediamisc.hxx>
-using ::rtl::OUString;
-
constexpr sal_Int32 AVMEDIA_DB_RANGE = -40;
#define AVMEDIA_LINEINCREMENT 1.0
#define AVMEDIA_PAGEINCREMENT 10.0
diff --git a/include/editeng/overflowingtxt.hxx b/include/editeng/overflowingtxt.hxx
index 043b8ebd21f4..1c11c7797d00 100644
--- a/include/editeng/overflowingtxt.hxx
+++ b/include/editeng/overflowingtxt.hxx
@@ -31,11 +31,6 @@
namespace com::sun::star {
namespace datatransfer { class XTransferable; }
}
-namespace rtl {
- class OUString;
-};
-using ::rtl::OUString;
-
class OutlinerParaObject;
class Outliner;
diff --git a/sw/inc/IDocumentFieldsAccess.hxx b/sw/inc/IDocumentFieldsAccess.hxx
index fb8af7657132..5f866a361228 100644
--- a/sw/inc/IDocumentFieldsAccess.hxx
+++ b/sw/inc/IDocumentFieldsAccess.hxx
@@ -20,6 +20,9 @@
#ifndef INCLUDED_SW_INC_IDOCUMENTFIELDSACCESS_HXX
#define INCLUDED_SW_INC_IDOCUMENTFIELDSACCESS_HXX
+#include <sal/config.h>
+
+#include <rtl/ustring.hxx>
#include <sal/types.h>
#include <tools/solar.h>
#include "nodeoffset.hxx"
@@ -42,8 +45,6 @@ struct HashStr;
class SwRootFrame;
class IDocumentRedlineAccess;
-namespace rtl { class OUString; }
-using rtl::OUString;
namespace com::sun::star::uno { class Any; }
/** Document fields related interfaces
diff --git a/sw/inc/IDocumentLinksAdministration.hxx b/sw/inc/IDocumentLinksAdministration.hxx
index 43bc0298c878..26133d9c57da 100644
--- a/sw/inc/IDocumentLinksAdministration.hxx
+++ b/sw/inc/IDocumentLinksAdministration.hxx
@@ -20,12 +20,13 @@
#ifndef INCLUDED_SW_INC_IDOCUMENTLINKSADMINISTRATION_HXX
#define INCLUDED_SW_INC_IDOCUMENTLINKSADMINISTRATION_HXX
+#include <sal/config.h>
+
+#include <rtl/ustring.hxx>
#include <sal/types.h>
namespace com::sun::star::uno { class Any; }
namespace sfx2 { class SvLinkSource; class LinkManager; }
-namespace rtl { class OUString; }
-using rtl::OUString;
/** Document links administration interface