summaryrefslogtreecommitdiff
path: root/store/workben/t_leak.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/workben/t_leak.cxx')
-rw-r--r--store/workben/t_leak.cxx19
1 files changed, 19 insertions, 0 deletions
diff --git a/store/workben/t_leak.cxx b/store/workben/t_leak.cxx
new file mode 100644
index 000000000000..d4d7b8a840e1
--- /dev/null
+++ b/store/workben/t_leak.cxx
@@ -0,0 +1,19 @@
+/*
+ * t_leak.cxx
+ */
+
+#include "sal/main.h"
+#include "osl/process.h"
+#include "osl/thread.h"
+
+ int main (int /*argc*/, char ** /*argv*/)
+//SAL_IMPLEMENT_MAIN()
+{
+ rtl_Locale * pLocale = 0;
+ osl_getProcessLocale (&pLocale);
+#if 0
+ rtl_TextEncoding te = osl_getThreadTextEncoding();
+ (void) te;
+#endif
+ return 0;
+}