Kaydet (Commit) 7f1c085e authored tarafından Tor Lillqvist's avatar Tor Lillqvist

s/0/nullptr/

Change-Id: Id1b75435134da830130ebe725d86ad4e273d1f06
üst 08afdd3d
......@@ -390,7 +390,7 @@ int main( int argc, char* argv[] )
if (pDocument)
{
pDocument->initializeForRendering("{\".uno:Author\":{\"type\":\"string\",\"value\":\"Local Host #0\"}}");
pDocument->registerCallback(documentCallback, 0);
pDocument->registerCallback(documentCallback, nullptr);
if (!strcmp(mode, "--tile"))
{
const int max_parts = (argc > arg ? atoi(argv[arg++]) : -1);
......
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