summaryrefslogtreecommitdiffstats
path: root/connectivity/source/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-18 13:34:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-18 20:38:03 +0100
commit386bb99bf666c341af51df11ce11fa8d7d95a8ed (patch)
tree7af84948a91243fd76f8b1d16bd3cda688b4d375 /connectivity/source/inc
parentsal_Char->char in comphelper (diff)
downloadcore-386bb99bf666c341af51df11ce11fa8d7d95a8ed.tar.gz
core-386bb99bf666c341af51df11ce11fa8d7d95a8ed.zip
sal_Char->char in connectivity
Change-Id: Ie32cbef9b03d69044c401f79bc737cde6dd0ed5d Reviewed-on: https://gerrit.libreoffice.org/85396 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity/source/inc')
-rw-r--r--connectivity/source/inc/resource/sharedresources.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/connectivity/source/inc/resource/sharedresources.hxx b/connectivity/source/inc/resource/sharedresources.hxx
index 535e71469e6c..bc4c1aecaa06 100644
--- a/connectivity/source/inc/resource/sharedresources.hxx
+++ b/connectivity/source/inc/resource/sharedresources.hxx
@@ -67,7 +67,7 @@ namespace connectivity
OUString
getResourceStringWithSubstitution(
const char* pResId,
- const sal_Char* _pAsciiPatternToReplace,
+ const char* _pAsciiPatternToReplace,
const OUString& _rStringToSubstitute
) const;
@@ -91,9 +91,9 @@ namespace connectivity
OUString
getResourceStringWithSubstitution(
const char* pResId,
- const sal_Char* _pAsciiPatternToReplace1,
+ const char* _pAsciiPatternToReplace1,
const OUString& _rStringToSubstitute1,
- const sal_Char* _pAsciiPatternToReplace2,
+ const char* _pAsciiPatternToReplace2,
const OUString& _rStringToSubstitute2
) const;
@@ -121,11 +121,11 @@ namespace connectivity
OUString
getResourceStringWithSubstitution(
const char* pResId,
- const sal_Char* _pAsciiPatternToReplace1,
+ const char* _pAsciiPatternToReplace1,
const OUString& _rStringToSubstitute1,
- const sal_Char* _pAsciiPatternToReplace2,
+ const char* _pAsciiPatternToReplace2,
const OUString& _rStringToSubstitute2,
- const sal_Char* _pAsciiPatternToReplace3,
+ const char* _pAsciiPatternToReplace3,
const OUString& _rStringToSubstitute3
) const;
@@ -140,7 +140,7 @@ namespace connectivity
the string from the resource file, with applied string substitution
*/
OUString getResourceStringWithSubstitution( const char* pResId,
- const std::vector< std::pair<const sal_Char* , OUString > >& _rStringToSubstitutes) const;
+ const std::vector< std::pair<const char* , OUString > >& _rStringToSubstitutes) const;
};