summaryrefslogtreecommitdiff
path: root/unoidl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-09-20 16:56:29 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-09-20 16:56:40 +0200
commite9ba193f5e61d7855be694a2c414b9e1bc198d5e (patch)
tree5a2751a4e2f664cfaa8bd9a89c4068bc6a7161dc /unoidl
parent2381e89bd31ccac74d80df08e2992aa44b79b820 (diff)
keep C++03 compilers happy
Change-Id: I62af395105f51e802b874424b993dcf7e687a78b
Diffstat (limited to 'unoidl')
-rw-r--r--unoidl/source/sourceprovider-scanner.hxx4
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(