summaryrefslogtreecommitdiff
path: root/include/unotools/resmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/resmgr.hxx')
-rw-r--r--include/unotools/resmgr.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/unotools/resmgr.hxx b/include/unotools/resmgr.hxx
index 8da6aefac60c..400f3a74f389 100644
--- a/include/unotools/resmgr.hxx
+++ b/include/unotools/resmgr.hxx
@@ -21,7 +21,9 @@
#include <unotools/unotoolsdllapi.h>
#include <unotools/syslocale.hxx>
-#include <i18nlangtag/languagetag.hxx>
+#include <rtl/ustring.hxx>
+
+class LanguageTag;
typedef OUString (*ResHookProc)(const OUString& rStr);