[Libreoffice-commits] core.git: writerfilter/source

Stephan Bergmann sbergman at redhat.com
Tue Jan 5 22:59:03 PST 2016


 writerfilter/source/rtftok/rtfsprm.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5af3256f92b5aaabf59f42a8e431bfbed078685d
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Jan 6 07:58:40 2016 +0100

    Missing include
    
    Change-Id: I958c2baf2ee1e0505e961d1a9c420df2881dab3f

diff --git a/writerfilter/source/rtftok/rtfsprm.cxx b/writerfilter/source/rtftok/rtfsprm.cxx
index 5584a0e..4e8768b 100644
--- a/writerfilter/source/rtftok/rtfsprm.cxx
+++ b/writerfilter/source/rtftok/rtfsprm.cxx
@@ -10,7 +10,7 @@
 #include <rtfsprm.hxx>
 #include <ooxml/resourceids.hxx>
 #include <ooxml/QNameToString.hxx>
-
+#include <rtl/strbuf.hxx>
 
 namespace writerfilter
 {


More information about the Libreoffice-commits mailing list