Kaydet (Commit) bf3f3668 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin rtl:: namespace prefix for OUString that had crept back

Change-Id: I64ab5fd3268a9366ddfec823e7d936b5790f23e1
üst 99b7b419
...@@ -25,9 +25,9 @@ ...@@ -25,9 +25,9 @@
using namespace com::sun::star; using namespace com::sun::star;
namespace cui { namespace cui {
extern rtl::OUString SAL_CALL ColorPicker_getImplementationName(); extern OUString SAL_CALL ColorPicker_getImplementationName();
extern uno::Reference< uno::XInterface > SAL_CALL ColorPicker_createInstance( uno::Reference< uno::XComponentContext > const & ) SAL_THROW( (uno::Exception) ); extern uno::Reference< uno::XInterface > SAL_CALL ColorPicker_createInstance( uno::Reference< uno::XComponentContext > const & ) SAL_THROW( (uno::Exception) );
extern uno::Sequence< rtl::OUString > SAL_CALL ColorPicker_getSupportedServiceNames() throw( uno::RuntimeException ); extern uno::Sequence< OUString > SAL_CALL ColorPicker_getSupportedServiceNames() throw( uno::RuntimeException );
} }
namespace namespace
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment