summaryrefslogtreecommitdiff
path: root/sal/workben/clipboardwben/testpaste/cbptest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/workben/clipboardwben/testpaste/cbptest.cxx')
-rw-r--r--sal/workben/clipboardwben/testpaste/cbptest.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sal/workben/clipboardwben/testpaste/cbptest.cxx b/sal/workben/clipboardwben/testpaste/cbptest.cxx
index 9db93203d006..f4cf9cd94ea2 100644
--- a/sal/workben/clipboardwben/testpaste/cbptest.cxx
+++ b/sal/workben/clipboardwben/testpaste/cbptest.cxx
@@ -55,9 +55,9 @@ LPSTREAM g_pStm = NULL;
char* pTextBuff = NULL;
DWORD lData = 0;
-//----------------------------------------------------
+
// a thread function
-//----------------------------------------------------
+
unsigned int _stdcall ThreadProc(LPVOID pParam)
{
@@ -119,9 +119,9 @@ unsigned int _stdcall ThreadProc(LPVOID pParam)
return 0;
}
-//----------------------------------------------------
+
// WinMain
-//----------------------------------------------------
+
int APIENTRY WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
@@ -348,9 +348,9 @@ void PasteClipboardData2(HWND hwndParent)
}
}
-//----------------------------------------------------
+
// clipboard handling
-//----------------------------------------------------
+
/*
void PasteClipboardData(HWND hwndParent)