editeng/source/outliner/overflowingtxt.cxx | 2 -- include/editeng/overflowingtxt.hxx | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-)
New commits: commit fe51929b1c4cc8e4b28c88d056addf560636176d Author: matteocam <matteo.campane...@gmail.com> Date: Tue Jun 16 13:52:50 2015 -0400 Fixed namespace line Change-Id: Ic2421db661e4cba6a8c589355349ebca922beb84 diff --git a/editeng/source/outliner/overflowingtxt.cxx b/editeng/source/outliner/overflowingtxt.cxx index 2661c41..d5fa910 100644 --- a/editeng/source/outliner/overflowingtxt.cxx +++ b/editeng/source/outliner/overflowingtxt.cxx @@ -22,8 +22,6 @@ #include <editeng/overflowingtxt.hxx> -using namespace ::rtl; - OUString OverflowingText::GetEndingLines() const { diff --git a/include/editeng/overflowingtxt.hxx b/include/editeng/overflowingtxt.hxx index a921b2c..ef1cfc8 100644 --- a/include/editeng/overflowingtxt.hxx +++ b/include/editeng/overflowingtxt.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_EDITENG_OVERFLOWINGTXT_HXX #define INCLUDED_EDITENG_OVERFLOWINGTXT_HXX -namespace rtl { - class OUString; -} + +class OUString; + class OutlinerParaObject; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits