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

Stephan Bergmann sbergman at redhat.com
Mon May 27 01:03:57 PDT 2013


 sw/inc/fmtcol.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 168ed77568ed3d530bc38300c721634521a2ecd9
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon May 27 09:59:19 2013 +0200

    Include frmatr.hxx instead of directly format.hxx
    
    ...as otherwise this can result in "inline function [...] used but never defined
    [-Werror]" for SwFmt::GetULSpace and SwFmt::GetLRSpace.
    
    Change-Id: I9de3422953b38c978af1e7d2fc07398b83236ed6

diff --git a/sw/inc/fmtcol.hxx b/sw/inc/fmtcol.hxx
index 3ff4e2e..0d7f5ad 100644
--- a/sw/inc/fmtcol.hxx
+++ b/sw/inc/fmtcol.hxx
@@ -20,7 +20,7 @@
 #define _FMTCOL_HXX
 
 #include "swdllapi.h"
-#include <format.hxx>
+#include <frmatr.hxx>
 #include <swtypes.hxx> // For MAXLEVEL.
 #include <boost/ptr_container/ptr_vector.hpp>
 


More information about the Libreoffice-commits mailing list