summaryrefslogtreecommitdiff
path: root/include/editeng/overflowingtxt.hxx
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2021-11-16 12:20:19 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2021-11-16 19:48:15 +0100
commitae8802cef10c40a40df8f783e724d70618539126 (patch)
treef84da63aa973b97c1b8942adcb86fc1b70af1ab3 /include/editeng/overflowingtxt.hxx
parent837bb7370b702399562a3b0b4e444237c66879a8 (diff)
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.kaganski@collabora.com>
Diffstat (limited to 'include/editeng/overflowingtxt.hxx')
-rw-r--r--include/editeng/overflowingtxt.hxx5
1 files changed, 0 insertions, 5 deletions
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;