From 4137f39d7b13c0ad2e649d7efb02ecfc14a31a25 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 20 Feb 2014 10:48:55 +0100 Subject: Revert "fdo#63154 Remove unused solar.h reference in sw." sal_uIntPtr should only be used to represent pointers cast to integers. This reverts commit 067d08029384af6e620f0fc48e31ff2a740e1fc8. --- sw/inc/IDocumentState.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sw/inc/IDocumentState.hxx') diff --git a/sw/inc/IDocumentState.hxx b/sw/inc/IDocumentState.hxx index e44b09d109c9..9230dd397cec 100644 --- a/sw/inc/IDocumentState.hxx +++ b/sw/inc/IDocumentState.hxx @@ -20,6 +20,8 @@ #ifndef INCLUDED_SW_INC_IDOCUMENTSTATE_HXX #define INCLUDED_SW_INC_IDOCUMENTSTATE_HXX + #include + /** Get information about the current document state */ class IDocumentState -- cgit