Kaydet (Commit) 08afdd3d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused parameter

Change-Id: I0ccdad335f0a2cd6f14a4a226590b0e1d3033244
üst bb1d5394
......@@ -313,7 +313,7 @@ static void testDialog( Document *pDocument, const char *uno_cmd )
pDocument->destroyView(view);
}
static void documentCallback(const int type, const char* p, void* data)
static void documentCallback(const int type, const char* p, void*)
{
std::cerr << "Document callback " << type << ": " << (p ? p : "(null)") << "\n";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment