[Libreoffice-commits] core.git: sw/inc

Michael Stahl mstahl at redhat.com
Wed Aug 14 14:49:01 PDT 2013


 sw/inc/txtftn.hxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit a3dd85fcd159c8a4162c2942e30b15c7f57be115
Author: Michael Stahl <mstahl at redhat.com>
Date:   Wed Aug 14 23:46:15 2013 +0200

    declare OUString in rtl namespace
    
    Change-Id: I8095b2a122b6dd4ce01b5c62a9a51f9724db8bca

diff --git a/sw/inc/txtftn.hxx b/sw/inc/txtftn.hxx
index 9dc60a2..8a4899f 100644
--- a/sw/inc/txtftn.hxx
+++ b/sw/inc/txtftn.hxx
@@ -21,12 +21,13 @@
 
 #include <txatbase.hxx>
 
+namespace rtl { class OUString; }
+
 class SwNodeIndex;
 class SwTxtNode;
 class SwNodes;
 class SwDoc;
 class SwFrm;
-class OUString;
 
 // ATT_FTN **********************************************************
 


More information about the Libreoffice-commits mailing list