[Libreoffice-commits] core.git: Branch 'feature/chained-text-boxes' - 3 commits - include/editeng

matteocam matteo.campanelli at gmail.com
Mon Sep 14 00:29:34 PDT 2015


 include/editeng/overflowingtxt.hxx |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 0e77cd1b44d69bc04a102dc6a5d0bec22d60d2fc
Author: matteocam <matteo.campanelli at gmail.com>
Date:   Fri Sep 11 07:32:00 2015 +0200

    Noop commit for feature/gsoc14-draw-chained-text-boxes
    
    Change-Id: I29c4f0357f5dadd2c26f4d9b9eb7f23d9009fd89
commit ee0655c2440dcae26e5e981abe00b05d0f0bc3d1
Author: matteocam <matteo.campanelli at gmail.com>
Date:   Fri Sep 11 07:31:49 2015 +0200

    Use ::rtl::OUString explicitly in overflowingtxt.hxx
    
    Change-Id: I7e196d8e048ba5ac1b09ad5acf302a43254db4fb

diff --git a/include/editeng/overflowingtxt.hxx b/include/editeng/overflowingtxt.hxx
index 9fbdebf..51e0fc8 100644
--- a/include/editeng/overflowingtxt.hxx
+++ b/include/editeng/overflowingtxt.hxx
@@ -34,7 +34,10 @@ namespace com { namespace sun { namespace star {
 typedef com::sun::star::uno::Reference<
             com::sun::star::datatransfer::XTransferable> TranferableText;
 
-class OUString;
+namespace rtl {
+    class OUString;
+};
+using ::rtl::OUString;
 
 
 class OutlinerParaObject;
commit f48387628dc3841a82ab116a4433bdc964a2951b
Author: matteocam <matteo.campanelli at gmail.com>
Date:   Tue Sep 8 10:07:59 2015 +0200

    Noop commit for feature/gsoc14-draw-chained-text-boxes
    
    Change-Id: If0002957fa69117632189611fdd7898204f82c1f


More information about the Libreoffice-commits mailing list