summaryrefslogtreecommitdiff
path: root/unotools/source/config/configvaluecontainer.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-24 10:36:27 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-24 17:28:50 +0100
commit56063d30628ee2497a7c559d7de42d26e9cfc8ae (patch)
tree2a48a93cfee5c6d1e7e942361b5d040ac04ce663 /unotools/source/config/configvaluecontainer.cxx
parent122598af564082786f01b4eafdb9f09f0cffdf5f (diff)
sal_Char->char in unoxml
Change-Id: Ie14ea8349e5dc698a11b3447429b3ca7cbab9bb3 Reviewed-on: https://gerrit.libreoffice.org/85774 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'unotools/source/config/configvaluecontainer.cxx')
-rw-r--r--unotools/source/config/configvaluecontainer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/config/configvaluecontainer.cxx b/unotools/source/config/configvaluecontainer.cxx
index 01a974bcecf2..9d4f711938d3 100644
--- a/unotools/source/config/configvaluecontainer.cxx
+++ b/unotools/source/config/configvaluecontainer.cxx
@@ -204,7 +204,7 @@ namespace utl
OConfigurationValueContainer::OConfigurationValueContainer(
const Reference< XComponentContext >& _rxORB, ::osl::Mutex& _rAccessSafety,
- const sal_Char* _pConfigLocation, const sal_Int32 _nLevels )
+ const char* _pConfigLocation, const sal_Int32 _nLevels )
:m_pImpl( new OConfigurationValueContainerImpl( _rxORB, _rAccessSafety ) )
{
implConstruct( OUString::createFromAscii( _pConfigLocation ), _nLevels );
@@ -229,7 +229,7 @@ namespace utl
"Could not access the configuration node located at " << _rConfigLocation);
}
- void OConfigurationValueContainer::registerExchangeLocation( const sal_Char* _pRelativePath,
+ void OConfigurationValueContainer::registerExchangeLocation( const char* _pRelativePath,
void* _pContainer, const Type& _rValueType )
{
// checks...