summaryrefslogtreecommitdiff
path: root/include/unotools/collatorwrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/collatorwrapper.hxx')
-rw-r--r--include/unotools/collatorwrapper.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/unotools/collatorwrapper.hxx b/include/unotools/collatorwrapper.hxx
index 77a22d63682a..12be0f6e94d2 100644
--- a/include/unotools/collatorwrapper.hxx
+++ b/include/unotools/collatorwrapper.hxx
@@ -21,12 +21,16 @@
#define INCLUDED_UNOTOOLS_COLLATORWRAPPER_HXX
#include <unotools/unotoolsdllapi.h>
-#include <com/sun/star/i18n/XCollator.hpp>
+#include <com/sun/star/uno/Reference.hxx>
+#include <com/sun/star/uno/Sequence.hxx>
namespace com { namespace sun { namespace star { namespace uno {
class XComponentContext;
}}}}
+namespace com { namespace sun { namespace star { namespace i18n { class XCollator; } } } }
+namespace com { namespace sun { namespace star { namespace lang { struct Locale; } } } }
+
class UNOTOOLS_DLLPUBLIC CollatorWrapper
{
private: