diff options
Diffstat (limited to 'unoidl/source/sourceprovider-scanner.hxx')
-rw-r--r-- | unoidl/source/sourceprovider-scanner.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unoidl/source/sourceprovider-scanner.hxx b/unoidl/source/sourceprovider-scanner.hxx index 0c08a13208d0..ed5105f254b7 100644 --- a/unoidl/source/sourceprovider-scanner.hxx +++ b/unoidl/source/sourceprovider-scanner.hxx @@ -177,13 +177,13 @@ public: name(theName), annotations(theAnnotations) {} - rtl::OUString const name; + rtl::OUString name; std::vector< Parameter > parameters; std::vector< rtl::OUString > exceptions; - std::vector< rtl::OUString > const annotations; + std::vector< rtl::OUString > annotations; }; explicit SourceProviderSingleInterfaceBasedServiceEntityPad( |