forked from amazingfate/loongoffice
Convert code like:
sType.equalsIgnoreAsciiCase(OUString("VIEW"));
to:
sType.equalsIgnoreAsciiCase("VIEW");
Change-Id: I6fb47e6a83b561c7e5a25da76b63606a3174858d
Old way of doing component registration. Nowadays replaced by another stand-alone UI and tools called UNO package.