summaryrefslogtreecommitdiffstats
path: root/extensions/test/ole/cppToUno
diff options
context:
space:
mode:
authorChristina Rossmanith <ChrRossmanith@web.de>2011-05-24 20:40:26 +0200
committerChristina Rossmanith <ChrRossmanith@web.de>2011-06-03 17:45:43 +0200
commit6a9ac34b469b2f7f7df8a9be7e00944c8871322d (patch)
tree0ce08bd121b3c0452b4e9bb1b79e2ada4fdbfef6 /extensions/test/ole/cppToUno
parentDrop %_EXT% which was always empty (diff)
downloadcore-6a9ac34b469b2f7f7df8a9be7e00944c8871322d.tar.gz
core-6a9ac34b469b2f7f7df8a9be7e00944c8871322d.zip
__cdecl -> SAL_CALL
Diffstat (limited to 'extensions/test/ole/cppToUno')
-rw-r--r--extensions/test/ole/cppToUno/testcppuno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/test/ole/cppToUno/testcppuno.cxx b/extensions/test/ole/cppToUno/testcppuno.cxx
index 80d93dfb731c..42210be75ecb 100644
--- a/extensions/test/ole/cppToUno/testcppuno.cxx
+++ b/extensions/test/ole/cppToUno/testcppuno.cxx
@@ -61,7 +61,7 @@ bool incrementMultidimensionalIndex(
const sal_Int32 * parDimensionLengths,
sal_Int32 * parMultidimensionalIndex);
-int __cdecl _tmain( int /*argc*/, _TCHAR * /*argv[]*/ )
+int SAL_CALL _tmain( int /*argc*/, _TCHAR * /*argv[]*/ )
{
HRESULT hr;
if( FAILED( hr=CoInitialize(NULL)))