remove unnecessary use of OUString constructor in DBACCESS module
Change-Id: I831a6506211be30c5b743c20724904c903c5b3c0
This commit is contained in:
@@ -114,15 +114,15 @@ namespace dbaui
|
||||
NamedValue aProp;
|
||||
sal_Int32 nArg = 0;
|
||||
|
||||
aProp.Name = OUString("ParentFrame");
|
||||
aProp.Name = "ParentFrame";
|
||||
aProp.Value <<= m_xParentFrame;
|
||||
lArgs[nArg++] <<= aProp;
|
||||
|
||||
aProp.Name = OUString("TopWindow");
|
||||
aProp.Name = "TopWindow";
|
||||
aProp.Value <<= sal_True;
|
||||
lArgs[nArg++] <<= aProp;
|
||||
|
||||
aProp.Name = OUString("SupportPersistentWindowState");
|
||||
aProp.Name = "SupportPersistentWindowState";
|
||||
aProp.Value <<= sal_True;
|
||||
lArgs[nArg++] <<= aProp;
|
||||
|
||||
|
Reference in New Issue
Block a user