summaryrefslogtreecommitdiffstats
path: root/include/unotools/tempfile.hxx
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-03-31 05:28:14 +0000
committerMichael Stahl <mstahl@redhat.com>2017-03-31 08:58:48 +0000
commitbb37c73bdc7544f67d1acb98af6248fb43140ca7 (patch)
treef29e11b22f0b1112f4f03f1b39432a5cefcdf042 /include/unotools/tempfile.hxx
parentFix German comment translation (diff)
downloadcore-bb37c73bdc7544f67d1acb98af6248fb43140ca7.tar.gz
core-bb37c73bdc7544f67d1acb98af6248fb43140ca7.zip
tdf#39468 Translate German comments
Translate German comments in filter/ Change-Id: I2b5856f1d4b894ca64a5b8105ca3f6466b17360b Reviewed-on: https://gerrit.libreoffice.org/35953 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/unotools/tempfile.hxx')
-rw-r--r--include/unotools/tempfile.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/tempfile.hxx b/include/unotools/tempfile.hxx
index edb9c9f39498..31c218c6ef80 100644
--- a/include/unotools/tempfile.hxx
+++ b/include/unotools/tempfile.hxx
@@ -128,7 +128,7 @@ public:
that does not belong to the local file system.
The caller of the SetTempNameBase is responsible for deleting this folder and all temporary files in it.
The return value of both methods is the complete "physical" name of the tempname base folder.
- It is not a URL because alle URLs must be "UCB compatible", so there may be no suitable URL at all.
+ It is not a URL because all URLs must be "UCB compatible", so there may be no suitable URL at all.
*/
static OUString SetTempNameBaseDirectory( const OUString &rBaseName );
};