summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-05-27 09:59:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-05-27 10:03:31 +0200
commit168ed77568ed3d530bc38300c721634521a2ecd9 (patch)
treede7e4fe70a24936bb60705147de6e49073f7885c
parentbfb93ffc6d72d22a833acf9d8c9d166153dad7c0 (diff)
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
-rw-r--r--sw/inc/fmtcol.hxx2
1 files changed, 1 insertions, 1 deletions
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 <format.hxx>
+#include <frmatr.hxx>
#include <swtypes.hxx> // For MAXLEVEL.
#include <boost/ptr_container/ptr_vector.hpp>