summaryrefslogtreecommitdiff
path: root/sal/workben/clipboardwben/testviewer/cbvtest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/workben/clipboardwben/testviewer/cbvtest.cxx')
-rw-r--r--sal/workben/clipboardwben/testviewer/cbvtest.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/workben/clipboardwben/testviewer/cbvtest.cxx b/sal/workben/clipboardwben/testviewer/cbvtest.cxx
index f6057c86909a..b68375bb5e8d 100644
--- a/sal/workben/clipboardwben/testviewer/cbvtest.cxx
+++ b/sal/workben/clipboardwben/testviewer/cbvtest.cxx
@@ -59,7 +59,7 @@ void RegisterClipboardViewer( BOOL bRegister );
void ShowAvailableClipboardFormats( HWND hWnd, HDC hdc, PAINTSTRUCT ps, RECT rcWnd );
void ClearClipboardContent( HWND hWnd );
-void CALLBACK OnClipboardContentChange( void );
+void CALLBACK OnClipboardContentChange();
LRESULT CALLBACK WndProc( HWND, UINT, WPARAM, LPARAM );
LRESULT CALLBACK About( HWND, UINT, WPARAM, LPARAM );
@@ -322,7 +322,7 @@ void ClearClipboardContent( HWND hWnd )
}
// clipboard viewer callback function
-void CALLBACK OnClipboardContentChange( void )
+void CALLBACK OnClipboardContentChange()
{
++g_nCBChanges;
InvalidateRect( g_hwndMain, NULL, TRUE );