summaryrefslogtreecommitdiff
path: root/svl/source
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source')
-rw-r--r--svl/source/misc/folderrestriction.cxx2
-rw-r--r--svl/source/misc/restrictedpaths.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/misc/folderrestriction.cxx b/svl/source/misc/folderrestriction.cxx
index 412ef60e5627..e854b64b7830 100644
--- a/svl/source/misc/folderrestriction.cxx
+++ b/svl/source/misc/folderrestriction.cxx
@@ -74,7 +74,7 @@ static void convertStringListToUrls (
}
/** retrieves the value of an environment variable
- @return <sal_True/> if and only if the retrieved string value is not empty
+ @return <TRUE/> if and only if the retrieved string value is not empty
*/
static bool getEnvironmentValue( const sal_Char* _pAsciiEnvName, ::rtl::OUString& _rValue )
{
diff --git a/svl/source/misc/restrictedpaths.cxx b/svl/source/misc/restrictedpaths.cxx
index 8207d5765452..8c6f136f3eee 100644
--- a/svl/source/misc/restrictedpaths.cxx
+++ b/svl/source/misc/restrictedpaths.cxx
@@ -41,7 +41,7 @@ namespace svt
{
// ----------------------------------------------------------------
/** retrieves the value of an environment variable
- @return <sal_True/> if and only if the retrieved string value is not empty
+ @return <TRUE/> if and only if the retrieved string value is not empty
*/
bool lcl_getEnvironmentValue( const sal_Char* _pAsciiEnvName, ::rtl::OUString& _rValue )
{