diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-19 12:39:54 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-19 13:01:36 +0100 |
commit | 69770c9791590d45d24cfa100ab89e70e7e6b312 (patch) | |
tree | ff6567b40854755bb80674ba91ebc73f395b2b8b /sal/osl/unx/file_url.cxx | |
parent | 8480c1830f30a7986c9b693de385245173355fae (diff) |
file_url.h -> file_url.hxx
Change-Id: I2494779521d56edcab41f66a7c64e7dc5a9205ad
Diffstat (limited to 'sal/osl/unx/file_url.cxx')
-rw-r--r-- | sal/osl/unx/file_url.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/file_url.cxx b/sal/osl/unx/file_url.cxx index 1832fd6d6ffb..6b1cca2fffb5 100644 --- a/sal/osl/unx/file_url.cxx +++ b/sal/osl/unx/file_url.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "file_url.h" +#include "file_url.hxx" #include "system.h" |