remove unnecessary use of OUString constructor in DBACCESS module

Change-Id: I831a6506211be30c5b743c20724904c903c5b3c0
This commit is contained in:
Noel Grandin
2013-11-04 13:33:17 +02:00
parent 3e70dda335
commit 3ef88d370e
39 changed files with 137 additions and 141 deletions

View File

@@ -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;