summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sal/Library_sal.mk48
-rw-r--r--sal/rtl/alloc_arena.cxx (renamed from sal/rtl/source/alloc_arena.cxx)0
-rw-r--r--sal/rtl/alloc_arena.hxx (renamed from sal/rtl/source/alloc_arena.hxx)0
-rw-r--r--sal/rtl/alloc_cache.cxx (renamed from sal/rtl/source/alloc_cache.cxx)0
-rw-r--r--sal/rtl/alloc_cache.hxx (renamed from sal/rtl/source/alloc_cache.hxx)0
-rw-r--r--sal/rtl/alloc_fini.cxx (renamed from sal/rtl/source/alloc_fini.cxx)0
-rw-r--r--sal/rtl/alloc_global.cxx (renamed from sal/rtl/source/alloc_global.cxx)0
-rw-r--r--sal/rtl/alloc_impl.hxx (renamed from sal/rtl/source/alloc_impl.hxx)0
-rw-r--r--sal/rtl/bootstrap.cxx (renamed from sal/rtl/source/bootstrap.cxx)0
-rw-r--r--sal/rtl/byteseq.cxx (renamed from sal/rtl/source/byteseq.cxx)0
-rw-r--r--sal/rtl/cipher.cxx (renamed from sal/rtl/source/cipher.cxx)0
-rw-r--r--sal/rtl/cmdargs.cxx (renamed from sal/rtl/source/cmdargs.cxx)0
-rw-r--r--sal/rtl/crc.cxx (renamed from sal/rtl/source/crc.cxx)0
-rw-r--r--sal/rtl/digest.cxx (renamed from sal/rtl/source/digest.cxx)0
-rw-r--r--sal/rtl/hash.cxx (renamed from sal/rtl/source/hash.cxx)0
-rw-r--r--sal/rtl/hash.hxx (renamed from sal/rtl/source/hash.hxx)0
-rw-r--r--sal/rtl/locale.cxx (renamed from sal/rtl/source/locale.cxx)0
-rw-r--r--sal/rtl/logfile.cxx (renamed from sal/rtl/source/logfile.cxx)0
-rw-r--r--sal/rtl/math.cxx (renamed from sal/rtl/source/math.cxx)0
-rw-r--r--sal/rtl/random.cxx (renamed from sal/rtl/source/random.cxx)0
-rw-r--r--sal/rtl/rtl_process.cxx (renamed from sal/rtl/source/rtl_process.cxx)0
-rw-r--r--sal/rtl/strbuf.cxx (renamed from sal/rtl/source/strbuf.cxx)0
-rw-r--r--sal/rtl/strimp.cxx (renamed from sal/rtl/source/strimp.cxx)0
-rw-r--r--sal/rtl/strimp.hxx (renamed from sal/rtl/source/strimp.hxx)0
-rw-r--r--sal/rtl/string.cxx (renamed from sal/rtl/source/string.cxx)0
-rw-r--r--sal/rtl/strtmpl.cxx (renamed from sal/rtl/source/strtmpl.cxx)0
-rw-r--r--sal/rtl/surrogates.hxx (renamed from sal/rtl/source/surrogates.hxx)0
-rw-r--r--sal/rtl/unload.cxx (renamed from sal/rtl/source/unload.cxx)0
-rw-r--r--sal/rtl/uri.cxx (renamed from sal/rtl/source/uri.cxx)0
-rw-r--r--sal/rtl/ustrbuf.cxx (renamed from sal/rtl/source/ustrbuf.cxx)0
-rw-r--r--sal/rtl/ustring.cxx (renamed from sal/rtl/source/ustring.cxx)0
-rw-r--r--sal/rtl/uuid.cxx (renamed from sal/rtl/source/uuid.cxx)0
32 files changed, 24 insertions, 24 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk
index 0bd28fae2f00..1d8846096bd9 100644
--- a/sal/Library_sal.mk
+++ b/sal/Library_sal.mk
@@ -106,30 +106,30 @@ $(eval $(call gb_Library_add_exception_objects,sal,\
sal/osl/all/log \
sal/osl/all/trace \
sal/osl/all/utility \
- sal/rtl/source/alloc_arena \
- sal/rtl/source/alloc_cache \
- sal/rtl/source/alloc_fini \
- sal/rtl/source/alloc_global \
- sal/rtl/source/bootstrap \
- sal/rtl/source/byteseq \
- sal/rtl/source/cipher \
- sal/rtl/source/cmdargs \
- sal/rtl/source/crc \
- sal/rtl/source/digest \
- sal/rtl/source/hash \
- sal/rtl/source/locale \
- sal/rtl/source/logfile \
- sal/rtl/source/math \
- sal/rtl/source/random \
- sal/rtl/source/rtl_process \
- sal/rtl/source/strbuf \
- sal/rtl/source/strimp \
- sal/rtl/source/string \
- sal/rtl/source/unload \
- sal/rtl/source/uri \
- sal/rtl/source/ustrbuf \
- sal/rtl/source/ustring \
- sal/rtl/source/uuid \
+ sal/rtl/alloc_arena \
+ sal/rtl/alloc_cache \
+ sal/rtl/alloc_fini \
+ sal/rtl/alloc_global \
+ sal/rtl/bootstrap \
+ sal/rtl/byteseq \
+ sal/rtl/cipher \
+ sal/rtl/cmdargs \
+ sal/rtl/crc \
+ sal/rtl/digest \
+ sal/rtl/hash \
+ sal/rtl/locale \
+ sal/rtl/logfile \
+ sal/rtl/math \
+ sal/rtl/random \
+ sal/rtl/rtl_process \
+ sal/rtl/strbuf \
+ sal/rtl/strimp \
+ sal/rtl/string \
+ sal/rtl/unload \
+ sal/rtl/uri \
+ sal/rtl/ustrbuf \
+ sal/rtl/ustring \
+ sal/rtl/uuid \
sal/textenc/converter \
sal/textenc/convertsimple \
sal/textenc/handleundefinedunicodetotextchar \
diff --git a/sal/rtl/source/alloc_arena.cxx b/sal/rtl/alloc_arena.cxx
index 663239f51380..663239f51380 100644
--- a/sal/rtl/source/alloc_arena.cxx
+++ b/sal/rtl/alloc_arena.cxx
diff --git a/sal/rtl/source/alloc_arena.hxx b/sal/rtl/alloc_arena.hxx
index 282d9f29a5e6..282d9f29a5e6 100644
--- a/sal/rtl/source/alloc_arena.hxx
+++ b/sal/rtl/alloc_arena.hxx
diff --git a/sal/rtl/source/alloc_cache.cxx b/sal/rtl/alloc_cache.cxx
index 745c0a8e2348..745c0a8e2348 100644
--- a/sal/rtl/source/alloc_cache.cxx
+++ b/sal/rtl/alloc_cache.cxx
diff --git a/sal/rtl/source/alloc_cache.hxx b/sal/rtl/alloc_cache.hxx
index 877ec82ce37f..877ec82ce37f 100644
--- a/sal/rtl/source/alloc_cache.hxx
+++ b/sal/rtl/alloc_cache.hxx
diff --git a/sal/rtl/source/alloc_fini.cxx b/sal/rtl/alloc_fini.cxx
index 32c6fd5a5996..32c6fd5a5996 100644
--- a/sal/rtl/source/alloc_fini.cxx
+++ b/sal/rtl/alloc_fini.cxx
diff --git a/sal/rtl/source/alloc_global.cxx b/sal/rtl/alloc_global.cxx
index ab571c663631..ab571c663631 100644
--- a/sal/rtl/source/alloc_global.cxx
+++ b/sal/rtl/alloc_global.cxx
diff --git a/sal/rtl/source/alloc_impl.hxx b/sal/rtl/alloc_impl.hxx
index 6e3883981cd8..6e3883981cd8 100644
--- a/sal/rtl/source/alloc_impl.hxx
+++ b/sal/rtl/alloc_impl.hxx
diff --git a/sal/rtl/source/bootstrap.cxx b/sal/rtl/bootstrap.cxx
index 84d1b58b450b..84d1b58b450b 100644
--- a/sal/rtl/source/bootstrap.cxx
+++ b/sal/rtl/bootstrap.cxx
diff --git a/sal/rtl/source/byteseq.cxx b/sal/rtl/byteseq.cxx
index dfc0d96158be..dfc0d96158be 100644
--- a/sal/rtl/source/byteseq.cxx
+++ b/sal/rtl/byteseq.cxx
diff --git a/sal/rtl/source/cipher.cxx b/sal/rtl/cipher.cxx
index 236ac2fe6c0e..236ac2fe6c0e 100644
--- a/sal/rtl/source/cipher.cxx
+++ b/sal/rtl/cipher.cxx
diff --git a/sal/rtl/source/cmdargs.cxx b/sal/rtl/cmdargs.cxx
index 64e9c5d5af38..64e9c5d5af38 100644
--- a/sal/rtl/source/cmdargs.cxx
+++ b/sal/rtl/cmdargs.cxx
diff --git a/sal/rtl/source/crc.cxx b/sal/rtl/crc.cxx
index 1e2c6736b045..1e2c6736b045 100644
--- a/sal/rtl/source/crc.cxx
+++ b/sal/rtl/crc.cxx
diff --git a/sal/rtl/source/digest.cxx b/sal/rtl/digest.cxx
index e7cd52834f77..e7cd52834f77 100644
--- a/sal/rtl/source/digest.cxx
+++ b/sal/rtl/digest.cxx
diff --git a/sal/rtl/source/hash.cxx b/sal/rtl/hash.cxx
index 823e56ad8eb8..823e56ad8eb8 100644
--- a/sal/rtl/source/hash.cxx
+++ b/sal/rtl/hash.cxx
diff --git a/sal/rtl/source/hash.hxx b/sal/rtl/hash.hxx
index f9338fb4660c..f9338fb4660c 100644
--- a/sal/rtl/source/hash.hxx
+++ b/sal/rtl/hash.hxx
diff --git a/sal/rtl/source/locale.cxx b/sal/rtl/locale.cxx
index 0c47b95cb3dc..0c47b95cb3dc 100644
--- a/sal/rtl/source/locale.cxx
+++ b/sal/rtl/locale.cxx
diff --git a/sal/rtl/source/logfile.cxx b/sal/rtl/logfile.cxx
index c5396a7ac1a8..c5396a7ac1a8 100644
--- a/sal/rtl/source/logfile.cxx
+++ b/sal/rtl/logfile.cxx
diff --git a/sal/rtl/source/math.cxx b/sal/rtl/math.cxx
index c0d93b6a85af..c0d93b6a85af 100644
--- a/sal/rtl/source/math.cxx
+++ b/sal/rtl/math.cxx
diff --git a/sal/rtl/source/random.cxx b/sal/rtl/random.cxx
index 87c5bfc42e30..87c5bfc42e30 100644
--- a/sal/rtl/source/random.cxx
+++ b/sal/rtl/random.cxx
diff --git a/sal/rtl/source/rtl_process.cxx b/sal/rtl/rtl_process.cxx
index 4a052630dd17..4a052630dd17 100644
--- a/sal/rtl/source/rtl_process.cxx
+++ b/sal/rtl/rtl_process.cxx
diff --git a/sal/rtl/source/strbuf.cxx b/sal/rtl/strbuf.cxx
index 5472ceb72091..5472ceb72091 100644
--- a/sal/rtl/source/strbuf.cxx
+++ b/sal/rtl/strbuf.cxx
diff --git a/sal/rtl/source/strimp.cxx b/sal/rtl/strimp.cxx
index da728ae4fb17..da728ae4fb17 100644
--- a/sal/rtl/source/strimp.cxx
+++ b/sal/rtl/strimp.cxx
diff --git a/sal/rtl/source/strimp.hxx b/sal/rtl/strimp.hxx
index f54b88231fed..f54b88231fed 100644
--- a/sal/rtl/source/strimp.hxx
+++ b/sal/rtl/strimp.hxx
diff --git a/sal/rtl/source/string.cxx b/sal/rtl/string.cxx
index a68c0932d115..a68c0932d115 100644
--- a/sal/rtl/source/string.cxx
+++ b/sal/rtl/string.cxx
diff --git a/sal/rtl/source/strtmpl.cxx b/sal/rtl/strtmpl.cxx
index 5f59795c0a34..5f59795c0a34 100644
--- a/sal/rtl/source/strtmpl.cxx
+++ b/sal/rtl/strtmpl.cxx
diff --git a/sal/rtl/source/surrogates.hxx b/sal/rtl/surrogates.hxx
index e06567d687de..e06567d687de 100644
--- a/sal/rtl/source/surrogates.hxx
+++ b/sal/rtl/surrogates.hxx
diff --git a/sal/rtl/source/unload.cxx b/sal/rtl/unload.cxx
index 4d4a41496983..4d4a41496983 100644
--- a/sal/rtl/source/unload.cxx
+++ b/sal/rtl/unload.cxx
diff --git a/sal/rtl/source/uri.cxx b/sal/rtl/uri.cxx
index 02e71829ce0c..02e71829ce0c 100644
--- a/sal/rtl/source/uri.cxx
+++ b/sal/rtl/uri.cxx
diff --git a/sal/rtl/source/ustrbuf.cxx b/sal/rtl/ustrbuf.cxx
index 9010a0ea0cdd..9010a0ea0cdd 100644
--- a/sal/rtl/source/ustrbuf.cxx
+++ b/sal/rtl/ustrbuf.cxx
diff --git a/sal/rtl/source/ustring.cxx b/sal/rtl/ustring.cxx
index bdebd897a71b..bdebd897a71b 100644
--- a/sal/rtl/source/ustring.cxx
+++ b/sal/rtl/ustring.cxx
diff --git a/sal/rtl/source/uuid.cxx b/sal/rtl/uuid.cxx
index f7f3c0c08bd3..f7f3c0c08bd3 100644
--- a/sal/rtl/source/uuid.cxx
+++ b/sal/rtl/uuid.cxx