diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-23 00:49:47 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-23 09:08:07 +0100 |
commit | 0d1fc0ca49b672c70d2ba29d651628c7cb0f8a17 (patch) | |
tree | c9d237f6992ea76b541960b4f5107e8702b6939e /svl | |
parent | d7f0047e6365e9eac8654cfab2b757e50a2f72a2 (diff) |
remove unused forward declaration
Diffstat (limited to 'svl')
-rw-r--r-- | svl/inc/svl/urihelper.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svl/inc/svl/urihelper.hxx b/svl/inc/svl/urihelper.hxx index b5bf4d6a119b..67326861642c 100644 --- a/svl/inc/svl/urihelper.hxx +++ b/svl/inc/svl/urihelper.hxx @@ -42,7 +42,6 @@ namespace com { namespace sun { namespace star { namespace uri { class XUriReference; } } } } namespace rtl { class OUString; } -class ByteString; class CharClass; class UniString; |