summaryrefslogtreecommitdiff
path: root/include/i18nutil/paper.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-10-22 10:19:10 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-11-07 10:04:47 +0100
commit511061b0d392f238a18a27477148731e3437b5ae (patch)
treead208bfba78523f8d7129cf5f93cb6410496b9a7 /include/i18nutil/paper.hxx
parent30bb64dc2deb53409c72bc8d4c083bbc3fd99a7d (diff)
tdf#42949 Fix IWYU warnings in include/i18nutil/*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Icc3cb8118b225c9b19b451b2a6463c844ef4162d Reviewed-on: https://gerrit.libreoffice.org/62459 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include/i18nutil/paper.hxx')
-rw-r--r--include/i18nutil/paper.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/i18nutil/paper.hxx b/include/i18nutil/paper.hxx
index 75f77de05401..2b28942bc1e4 100644
--- a/include/i18nutil/paper.hxx
+++ b/include/i18nutil/paper.hxx
@@ -22,7 +22,8 @@
#include <i18nutil/i18nutildllapi.h>
#include <rtl/string.hxx>
-#include <com/sun/star/lang/Locale.hpp>
+
+namespace com { namespace sun { namespace star { namespace lang { struct Locale; } } } }
//!! The values of the following enumerators must correspond to the array position
//!! of the respective paper size in the file i18nutil/source/utility/paper.cxx