summaryrefslogtreecommitdiff
path: root/sal/osl/unx/tempfile.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-19 12:39:54 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-19 13:01:36 +0100
commit69770c9791590d45d24cfa100ab89e70e7e6b312 (patch)
treeff6567b40854755bb80674ba91ebc73f395b2b8b /sal/osl/unx/tempfile.cxx
parent8480c1830f30a7986c9b693de385245173355fae (diff)
file_url.h -> file_url.hxx
Change-Id: I2494779521d56edcab41f66a7c64e7dc5a9205ad
Diffstat (limited to 'sal/osl/unx/tempfile.cxx')
-rw-r--r--sal/osl/unx/tempfile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/tempfile.cxx b/sal/osl/unx/tempfile.cxx
index bbe3c27e0d39..204535c455aa 100644
--- a/sal/osl/unx/tempfile.cxx
+++ b/sal/osl/unx/tempfile.cxx
@@ -29,7 +29,7 @@
#include <osl/diagnose.h>
#include <sal/macros.h>
-#include "file_url.h"
+#include "file_url.hxx"
#include "file_impl.hxx"
oslFileError SAL_CALL osl_getTempDirURL( rtl_uString** pustrTempDir )