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

Fix warning: unused variable 'aIniUrl' [loplugin]

Change-Id: I11a2a7e8e1f3f089c3b475df1147cefafecdb376
üst 3872be54
...@@ -39,7 +39,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) ...@@ -39,7 +39,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
if( argc < 4 ) if( argc < 4 )
return 1; return 1;
OUString aBaseURL, aTmpURL, aSrcURL, aDstURL, aIniUrl; OUString aBaseURL, aTmpURL, aSrcURL, aDstURL;
TreeVisitorFactorySharedPtr pTreeFactory; TreeVisitorFactorySharedPtr pTreeFactory;
if( rtl_str_compare(argv[1], "-writer") == 0 ) if( rtl_str_compare(argv[1], "-writer") == 0 )
......
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