diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-02-20 10:48:55 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-02-20 10:48:55 +0100 |
commit | 4137f39d7b13c0ad2e649d7efb02ecfc14a31a25 (patch) | |
tree | c648feebc267f58186c467955ebc76f24854dc5e /sw/inc/toxwrap.hxx | |
parent | 2044aef13b163e8ba977013c152e919271ac4352 (diff) |
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.
Diffstat (limited to 'sw/inc/toxwrap.hxx')
-rw-r--r-- | sw/inc/toxwrap.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/toxwrap.hxx b/sw/inc/toxwrap.hxx index 42d780fa2c27..4f50f3273689 100644 --- a/sw/inc/toxwrap.hxx +++ b/sw/inc/toxwrap.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SW_INC_TOXWRAP_HXX #define INCLUDED_SW_INC_TOXWRAP_HXX +#include <tools/solar.h> #include <com/sun/star/lang/Locale.hpp> #include <com/sun/star/uno/Reference.hxx> #include "swdllapi.h" @@ -33,6 +34,7 @@ namespace lang { } }}} + class SW_DLLPUBLIC IndexEntrySupplierWrapper { ::com::sun::star::lang::Locale aLcl; |