[Libreoffice-commits] core.git: unoidl/source

Stephan Bergmann sbergman at redhat.com
Fri Sep 20 07:57:02 PDT 2013


 unoidl/source/sourceprovider-scanner.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e9ba193f5e61d7855be694a2c414b9e1bc198d5e
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Sep 20 16:56:29 2013 +0200

    keep C++03 compilers happy
    
    Change-Id: I62af395105f51e802b874424b993dcf7e687a78b

diff --git a/unoidl/source/sourceprovider-scanner.hxx b/unoidl/source/sourceprovider-scanner.hxx
index 0c08a13..ed5105f 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(


More information about the Libreoffice-commits mailing list