From 0ab6b1fc6e84b4f5f3a9c0b93b999aa320a70a0e Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 12 Nov 2015 21:55:33 +0100 Subject: sw: shove 2 global variables into SwHyphIter Change-Id: I0cb6112b0353a5fd0b4dd571d65f2d656e39ba74 --- sw/inc/splargs.hxx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'sw/inc/splargs.hxx') diff --git a/sw/inc/splargs.hxx b/sw/inc/splargs.hxx index dd1e736fe954..33fe9424fed5 100644 --- a/sw/inc/splargs.hxx +++ b/sw/inc/splargs.hxx @@ -22,12 +22,15 @@ #include #include #include -#include #include #include #include +#include +#include + +class SwTextFrm; class SwTextNode; class SwIndex; namespace vcl { class Font; } @@ -152,6 +155,14 @@ public: } }; + +namespace sw { + +SwTextFrm * +SwHyphIterCacheLastTxtFrm(SwTextNode *, std::function); + +} + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit