From 168ed77568ed3d530bc38300c721634521a2ecd9 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 27 May 2013 09:59:19 +0200 Subject: 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 --- sw/inc/fmtcol.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/fmtcol.hxx') diff --git a/sw/inc/fmtcol.hxx b/sw/inc/fmtcol.hxx index 3ff4e2e8a8d1..0d7f5ad83609 100644 --- a/sw/inc/fmtcol.hxx +++ b/sw/inc/fmtcol.hxx @@ -20,7 +20,7 @@ #define _FMTCOL_HXX #include "swdllapi.h" -#include +#include #include // For MAXLEVEL. #include -- cgit