office-gobmx/store/workben/t_leak.cxx
Vladimir Glazounov cbedb24048 CWS-TOOLING: integrate CWS mhu17
2009-01-23 14:08:09 +0100 mhu  r266816 : CWS-TOOLING: rebase CWS mhu17 to trunk@266428 (milestone: DEV300:m39)
2009-01-16 17:49:37 +0100 mhu  r266442 : #i98151# Migration to subversion.
2009-01-16 17:48:53 +0100 mhu  r266441 : #i98151# Migration to subversion.
2009-01-16 17:47:56 +0100 mhu  r266440 : #i98151# Migration to subversion.
2009-03-13 15:52:34 +00:00

19 lines
328 B
C++

/*
* 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;
}