Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / store / workben / t_leak.cxx
blob32033268d618ce6dc8b8c7b1c38652170c6526fe
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * t_leak.cxx
4 */
6 #include "sal/main.h"
7 #include "osl/process.h"
8 #include "osl/thread.h"
10 int main (int /*argc*/, char ** /*argv*/)
11 //SAL_IMPLEMENT_MAIN()
13 rtl_Locale * pLocale = 0;
14 osl_getProcessLocale (&pLocale);
15 return 0;
18 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */