diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-08-14 23:46:15 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-08-14 23:46:15 +0200 |
commit | a3dd85fcd159c8a4162c2942e30b15c7f57be115 (patch) | |
tree | b1e566c4298741e70191c8570e71a8dd81b45e06 | |
parent | 5662ed17c5c5610ab7dec0db0072124dd4e313d6 (diff) |
declare OUString in rtl namespace
Change-Id: I8095b2a122b6dd4ce01b5c62a9a51f9724db8bca
-rw-r--r-- | sw/inc/txtftn.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/txtftn.hxx b/sw/inc/txtftn.hxx index 9dc60a22d1f7..8a4899f21bf4 100644 --- a/sw/inc/txtftn.hxx +++ b/sw/inc/txtftn.hxx @@ -21,12 +21,13 @@ #include <txatbase.hxx> +namespace rtl { class OUString; } + class SwNodeIndex; class SwTxtNode; class SwNodes; class SwDoc; class SwFrm; -class OUString; // ATT_FTN ********************************************************** |