summaryrefslogtreecommitdiff
path: root/include/svtools/scriptedtext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/scriptedtext.hxx')
-rw-r--r--include/svtools/scriptedtext.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/svtools/scriptedtext.hxx b/include/svtools/scriptedtext.hxx
index 7b8d6cd0f46e..603ff22cb8d8 100644
--- a/include/svtools/scriptedtext.hxx
+++ b/include/svtools/scriptedtext.hxx
@@ -21,10 +21,13 @@
#define INCLUDED_SVTOOLS_SCRIPTEDTEXT_HXX
#include <svtools/svtdllapi.h>
-#include <com/sun/star/i18n/XBreakIterator.hpp>
+#include <rtl/ustring.hxx>
#include <memory>
+namespace com :: sun :: star :: i18n { class XBreakIterator; }
+namespace com :: sun :: star :: uno { template <typename > class Reference; }
+
class OutputDevice;
namespace vcl { class Font; }
class SvtScriptedTextHelper_Impl;