avmedia/source/framework/MediaControlBase.cxx |    2 --
 include/editeng/overflowingtxt.hxx            |    5 -----
 sw/inc/IDocumentFieldsAccess.hxx              |    5 +++--
 sw/inc/IDocumentLinksAdministration.hxx       |    5 +++--
 4 files changed, 6 insertions(+), 11 deletions(-)

New commits:
commit ae8802cef10c40a40df8f783e724d70618539126
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Tue Nov 16 12:20:19 2021 +0200
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Tue Nov 16 19:48:15 2021 +0100

    Drop redundant 'using rtl::OUString'
    
    obsoleted by 6080259862ee9886d1dabcb7c06132268a398cc6
    
    Change-Id: I246dc6050fe7adf60ab3c836db3cfa781578d483
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125142
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

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

Reply via email to