|
|
|
@ -9018,10 +9018,10 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil
|
|
|
|
|
++// Main
|
|
|
|
|
++//////////////////////////////////////////////////////////////////////////
|
|
|
|
|
++
|
|
|
|
|
++static KCmdLineOptions sOptions[] =
|
|
|
|
|
++static TDECmdLineOptions sOptions[] =
|
|
|
|
|
++{
|
|
|
|
|
++ { "winid <argument>", I18N_NOOP("Window ID to which is the fpicker modal"), "0" },
|
|
|
|
|
++ KCmdLineLastOption
|
|
|
|
|
++ TDECmdLineLastOption
|
|
|
|
|
++};
|
|
|
|
|
++
|
|
|
|
|
++int main( int argc, char* argv[] )
|
|
|
|
|