diff options
author | Radu Ioan <ioan.radu.g@gmail.com> | 2012-12-10 23:06:10 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-12-11 12:08:38 +0000 |
commit | 3e64874e7cd234ff563ac11450cfb2b6e2db4bf6 (patch) | |
tree | 5fd298e750ac28fabc3a7179d7af492c13113e01 /configmgr/source/configurationregistry.hxx | |
parent | 90874ab3c75fd161a672a24538cbce909f284e97 (diff) |
rtl:: prefix removal from configmgr
- removed rtl:: prefix
- removed RTL_CONSTASCII_USTRINGPARAM
- corrected some misspells
Change-Id: I88bb0beec718a7fe38c61220aa61401419f23b42
Reviewed-on: https://gerrit.libreoffice.org/1291
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'configmgr/source/configurationregistry.hxx')
-rw-r--r-- | configmgr/source/configurationregistry.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configmgr/source/configurationregistry.hxx b/configmgr/source/configurationregistry.hxx index d3f05fc2f724..12c619e4446c 100644 --- a/configmgr/source/configurationregistry.hxx +++ b/configmgr/source/configurationregistry.hxx @@ -32,7 +32,6 @@ namespace com { namespace sun { namespace star { class XInterface; } } } } -namespace rtl { class OUString; } namespace configmgr { namespace configuration_registry { @@ -41,9 +40,9 @@ create( com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > const & context); -rtl::OUString SAL_CALL getImplementationName(); +OUString SAL_CALL getImplementationName(); -com::sun::star::uno::Sequence< rtl::OUString > SAL_CALL +com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames(); } } |