From ba044b1e9613ed30906a9a540b7da8392923e4e3 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Sun, 7 Apr 2013 14:17:14 +0200 Subject: remove needless forward rtl::OUString declarations Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034 --- binaryurp/source/unmarshal.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'binaryurp') diff --git a/binaryurp/source/unmarshal.hxx b/binaryurp/source/unmarshal.hxx index 4d8447ef2d99..8494731ec6c3 100644 --- a/binaryurp/source/unmarshal.hxx +++ b/binaryurp/source/unmarshal.hxx @@ -38,9 +38,6 @@ namespace binaryurp { namespace com { namespace sun { namespace star { namespace uno { class TypeDescription; } } } } -namespace rtl { - class OUString; -} namespace binaryurp { -- cgit