summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r--dbaccess/source/ui/app/AppController.cxx4
-rw-r--r--dbaccess/source/ui/browser/brwctrlr.cxx2
-rw-r--r--dbaccess/source/ui/browser/dbloader.cxx2
-rw-r--r--dbaccess/source/ui/browser/exsrcbrw.cxx2
-rw-r--r--dbaccess/source/ui/browser/genericcontroller.cxx2
-rw-r--r--dbaccess/source/ui/browser/sbagrid.cxx2
-rw-r--r--dbaccess/source/ui/browser/unodatbr.cxx4
-rw-r--r--dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx4
-rw-r--r--dbaccess/source/ui/querydesign/JAccess.cxx2
-rw-r--r--dbaccess/source/ui/querydesign/TableWindowAccess.cxx2
-rw-r--r--dbaccess/source/ui/querydesign/querycontroller.cxx4
-rw-r--r--dbaccess/source/ui/relationdesign/RelationController.cxx2
-rw-r--r--dbaccess/source/ui/tabledesign/TableController.cxx2
-rw-r--r--dbaccess/source/ui/uno/AdvancedSettingsDlg.cxx2
-rw-r--r--dbaccess/source/ui/uno/ColumnControl.cxx2
-rw-r--r--dbaccess/source/ui/uno/DBTypeWizDlg.cxx2
-rw-r--r--dbaccess/source/ui/uno/DBTypeWizDlgSetup.cxx2
-rw-r--r--dbaccess/source/ui/uno/TableFilterDlg.cxx2
-rw-r--r--dbaccess/source/ui/uno/UserSettingsDlg.cxx2
-rw-r--r--dbaccess/source/ui/uno/admindlg.cxx2
-rw-r--r--dbaccess/source/ui/uno/copytablewizard.cxx2
-rw-r--r--dbaccess/source/ui/uno/unosqlmessage.cxx2
22 files changed, 26 insertions, 26 deletions
diff --git a/dbaccess/source/ui/app/AppController.cxx b/dbaccess/source/ui/app/AppController.cxx
index f9416733f635..3f528f8bc509 100644
--- a/dbaccess/source/ui/app/AppController.cxx
+++ b/dbaccess/source/ui/app/AppController.cxx
@@ -161,7 +161,7 @@ OUString SAL_CALL OApplicationController::getImplementationName()
OUString OApplicationController::getImplementationName_Static()
{
- return OUString(SERVICE_SDB_APPLICATIONCONTROLLER);
+ return SERVICE_SDB_APPLICATIONCONTROLLER;
}
Sequence< OUString> OApplicationController::getSupportedServiceNames_Static()
@@ -2260,7 +2260,7 @@ void OApplicationController::onDeleteEntry()
OUString OApplicationController::getContextMenuResourceName( Control& /*_rControl*/ ) const
{
- return OUString("edit");
+ return "edit";
}
IController& OApplicationController::getCommandController()
diff --git a/dbaccess/source/ui/browser/brwctrlr.cxx b/dbaccess/source/ui/browser/brwctrlr.cxx
index a0e3374f4cdb..b972ead4cd73 100644
--- a/dbaccess/source/ui/browser/brwctrlr.cxx
+++ b/dbaccess/source/ui/browser/brwctrlr.cxx
@@ -431,7 +431,7 @@ void SAL_CALL SbaXDataBrowserController::FormControllerImpl::setMode( const OUSt
OUString SAL_CALL SbaXDataBrowserController::FormControllerImpl::getMode( )
{
- return OUString( "DataMode" );
+ return "DataMode";
}
Sequence< OUString > SAL_CALL SbaXDataBrowserController::FormControllerImpl::getSupportedModes( )
diff --git a/dbaccess/source/ui/browser/dbloader.cxx b/dbaccess/source/ui/browser/dbloader.cxx
index 9d989c358553..a86fb44eb518 100644
--- a/dbaccess/source/ui/browser/dbloader.cxx
+++ b/dbaccess/source/ui/browser/dbloader.cxx
@@ -79,7 +79,7 @@ public:
// static methods
static OUString getImplementationName_Static() throw( )
{
- return OUString("org.openoffice.comp.dbu.DBContentLoader");
+ return "org.openoffice.comp.dbu.DBContentLoader";
}
static Sequence< OUString> getSupportedServiceNames_Static() throw( );
static css::uno::Reference< css::uno::XInterface >
diff --git a/dbaccess/source/ui/browser/exsrcbrw.cxx b/dbaccess/source/ui/browser/exsrcbrw.cxx
index 3dba644889f9..d835731c3df1 100644
--- a/dbaccess/source/ui/browser/exsrcbrw.cxx
+++ b/dbaccess/source/ui/browser/exsrcbrw.cxx
@@ -83,7 +83,7 @@ css::uno::Sequence<OUString> SAL_CALL SbaExternalSourceBrowser::getSupportedServ
OUString SbaExternalSourceBrowser::getImplementationName_Static()
{
- return OUString("org.openoffice.comp.dbu.OFormGridView");
+ return "org.openoffice.comp.dbu.OFormGridView";
}
css::uno::Sequence<OUString> SbaExternalSourceBrowser::getSupportedServiceNames_Static()
diff --git a/dbaccess/source/ui/browser/genericcontroller.cxx b/dbaccess/source/ui/browser/genericcontroller.cxx
index 29ccb0e642b7..394f0d8211f6 100644
--- a/dbaccess/source/ui/browser/genericcontroller.cxx
+++ b/dbaccess/source/ui/browser/genericcontroller.cxx
@@ -335,7 +335,7 @@ Reference<XSidebarProvider> SAL_CALL OGenericUnoController::getSidebar()
OUString SAL_CALL OGenericUnoController::getViewControllerName()
{
- return OUString( "Default" );
+ return "Default";
}
Sequence< PropertyValue > SAL_CALL OGenericUnoController::getCreationArguments()
diff --git a/dbaccess/source/ui/browser/sbagrid.cxx b/dbaccess/source/ui/browser/sbagrid.cxx
index ad891571fd46..1e022db90320 100644
--- a/dbaccess/source/ui/browser/sbagrid.cxx
+++ b/dbaccess/source/ui/browser/sbagrid.cxx
@@ -132,7 +132,7 @@ OUString SAL_CALL SbaXGridControl::getImplementationName()
OUString SbaXGridControl::getImplementationName_Static()
{
- return OUString("com.sun.star.comp.dbu.SbaXGridControl");
+ return "com.sun.star.comp.dbu.SbaXGridControl";
}
Sequence< OUString> SbaXGridControl::getSupportedServiceNames_Static()
diff --git a/dbaccess/source/ui/browser/unodatbr.cxx b/dbaccess/source/ui/browser/unodatbr.cxx
index 7f13583dd497..f28149f84284 100644
--- a/dbaccess/source/ui/browser/unodatbr.cxx
+++ b/dbaccess/source/ui/browser/unodatbr.cxx
@@ -195,7 +195,7 @@ css::uno::Sequence<OUString> SAL_CALL SbaTableQueryBrowser::getSupportedServiceN
OUString SbaTableQueryBrowser::getImplementationName_Static()
{
- return OUString("org.openoffice.comp.dbu.ODatasourceBrowser");
+ return "org.openoffice.comp.dbu.ODatasourceBrowser";
}
css::uno::Sequence<OUString> SbaTableQueryBrowser::getSupportedServiceNames_Static()
@@ -3438,7 +3438,7 @@ OUString SbaTableQueryBrowser::getContextMenuResourceName( Control& _rControl )
if ( &m_pTreeView->getListBox() != &_rControl )
return OUString();
- return OUString("explorer");
+ return "explorer";
}
IController& SbaTableQueryBrowser::getCommandController()
diff --git a/dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx b/dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx
index bd90d9688490..6aa5081c14e4 100644
--- a/dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx
+++ b/dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx
@@ -59,7 +59,7 @@ namespace dbaui
}
OUString SAL_CALL OConnectionLineAccess::getImplementationName()
{
- return OUString("org.openoffice.comp.dbu.ConnectionLineAccessibility");
+ return "org.openoffice.comp.dbu.ConnectionLineAccessibility";
}
// XAccessibleContext
sal_Int32 SAL_CALL OConnectionLineAccess::getAccessibleChildCount( )
@@ -100,7 +100,7 @@ namespace dbaui
}
OUString SAL_CALL OConnectionLineAccess::getAccessibleDescription( )
{
- return OUString("Relation");
+ return "Relation";
}
Reference< XAccessibleRelationSet > SAL_CALL OConnectionLineAccess::getAccessibleRelationSet( )
{
diff --git a/dbaccess/source/ui/querydesign/JAccess.cxx b/dbaccess/source/ui/querydesign/JAccess.cxx
index 781592bbe016..f2459ee67d32 100644
--- a/dbaccess/source/ui/querydesign/JAccess.cxx
+++ b/dbaccess/source/ui/querydesign/JAccess.cxx
@@ -40,7 +40,7 @@ namespace dbaui
}
OUString SAL_CALL OJoinDesignViewAccess::getImplementationName()
{
- return OUString("org.openoffice.comp.dbu.JoinViewAccessibility");
+ return "org.openoffice.comp.dbu.JoinViewAccessibility";
}
void OJoinDesignViewAccess::clearTableView()
{
diff --git a/dbaccess/source/ui/querydesign/TableWindowAccess.cxx b/dbaccess/source/ui/querydesign/TableWindowAccess.cxx
index 718449f4a982..f63e3d58e871 100644
--- a/dbaccess/source/ui/querydesign/TableWindowAccess.cxx
+++ b/dbaccess/source/ui/querydesign/TableWindowAccess.cxx
@@ -70,7 +70,7 @@ namespace dbaui
}
OUString SAL_CALL OTableWindowAccess::getImplementationName()
{
- return OUString("org.openoffice.comp.dbu.TableWindowAccessibility");
+ return "org.openoffice.comp.dbu.TableWindowAccessibility";
}
Sequence< OUString > SAL_CALL OTableWindowAccess::getSupportedServiceNames()
{
diff --git a/dbaccess/source/ui/querydesign/querycontroller.cxx b/dbaccess/source/ui/querydesign/querycontroller.cxx
index eaeabf30ee86..fb1f875dce2f 100644
--- a/dbaccess/source/ui/querydesign/querycontroller.cxx
+++ b/dbaccess/source/ui/querydesign/querycontroller.cxx
@@ -113,7 +113,7 @@ namespace dbaui
/// @throws RuntimeException
static OUString getImplementationName_Static()
{
- return OUString("org.openoffice.comp.dbu.OViewDesign");
+ return "org.openoffice.comp.dbu.OViewDesign";
}
/// @throws RuntimeException
static Sequence< OUString > getSupportedServiceNames_Static()
@@ -213,7 +213,7 @@ OUString SAL_CALL OQueryController::getImplementationName()
OUString OQueryController::getImplementationName_Static()
{
- return OUString("org.openoffice.comp.dbu.OQueryDesign");
+ return "org.openoffice.comp.dbu.OQueryDesign";
}
Sequence< OUString> OQueryController::getSupportedServiceNames_Static()
diff --git a/dbaccess/source/ui/relationdesign/RelationController.cxx b/dbaccess/source/ui/relationdesign/RelationController.cxx
index 1ccb6d649d12..8ded88ed3c97 100644
--- a/dbaccess/source/ui/relationdesign/RelationController.cxx
+++ b/dbaccess/source/ui/relationdesign/RelationController.cxx
@@ -98,7 +98,7 @@ OUString SAL_CALL ORelationController::getImplementationName()
OUString ORelationController::getImplementationName_Static()
{
- return OUString("org.openoffice.comp.dbu.ORelationDesign");
+ return "org.openoffice.comp.dbu.ORelationDesign";
}
Sequence< OUString> ORelationController::getSupportedServiceNames_Static()
diff --git a/dbaccess/source/ui/tabledesign/TableController.cxx b/dbaccess/source/ui/tabledesign/TableController.cxx
index 8c0470154a78..3aff255781d2 100644
--- a/dbaccess/source/ui/tabledesign/TableController.cxx
+++ b/dbaccess/source/ui/tabledesign/TableController.cxx
@@ -114,7 +114,7 @@ OUString SAL_CALL OTableController::getImplementationName()
OUString OTableController::getImplementationName_Static()
{
- return OUString("org.openoffice.comp.dbu.OTableDesign");
+ return "org.openoffice.comp.dbu.OTableDesign";
}
Sequence< OUString> OTableController::getSupportedServiceNames_Static()
diff --git a/dbaccess/source/ui/uno/AdvancedSettingsDlg.cxx b/dbaccess/source/ui/uno/AdvancedSettingsDlg.cxx
index 7dc617977952..7309fa7fe9d2 100644
--- a/dbaccess/source/ui/uno/AdvancedSettingsDlg.cxx
+++ b/dbaccess/source/ui/uno/AdvancedSettingsDlg.cxx
@@ -92,7 +92,7 @@ namespace dbaui
OUString OAdvancedSettingsDialog::getImplementationName_Static()
{
- return OUString("org.openoffice.comp.dbu.OAdvancedSettingsDialog");
+ return "org.openoffice.comp.dbu.OAdvancedSettingsDialog";
}
css::uno::Sequence<OUString> SAL_CALL OAdvancedSettingsDialog::getSupportedServiceNames()
diff --git a/dbaccess/source/ui/uno/ColumnControl.cxx b/dbaccess/source/ui/uno/ColumnControl.cxx
index e3fb806a0872..851773c78693 100644
--- a/dbaccess/source/ui/uno/ColumnControl.cxx
+++ b/dbaccess/source/ui/uno/ColumnControl.cxx
@@ -55,7 +55,7 @@ Reference< XInterface > OColumnControl::Create(const Reference< XMultiServiceFac
OUString OColumnControl::GetComponentServiceName()
{
- return OUString("com.sun.star.sdb.ColumnDescriptorControl");
+ return "com.sun.star.sdb.ColumnDescriptorControl";
}
void SAL_CALL OColumnControl::createPeer(const Reference< XToolkit >& /*rToolkit*/, const Reference< XWindowPeer >& rParentPeer)
diff --git a/dbaccess/source/ui/uno/DBTypeWizDlg.cxx b/dbaccess/source/ui/uno/DBTypeWizDlg.cxx
index 44cac4ccf614..ebe98cfbb873 100644
--- a/dbaccess/source/ui/uno/DBTypeWizDlg.cxx
+++ b/dbaccess/source/ui/uno/DBTypeWizDlg.cxx
@@ -60,7 +60,7 @@ OUString SAL_CALL ODBTypeWizDialog::getImplementationName()
OUString ODBTypeWizDialog::getImplementationName_Static()
{
- return OUString("org.openoffice.comp.dbu.ODBTypeWizDialog");
+ return "org.openoffice.comp.dbu.ODBTypeWizDialog";
}
css::uno::Sequence<OUString> SAL_CALL ODBTypeWizDialog::getSupportedServiceNames()
diff --git a/dbaccess/source/ui/uno/DBTypeWizDlgSetup.cxx b/dbaccess/source/ui/uno/DBTypeWizDlgSetup.cxx
index b8631b62df71..f8d021055730 100644
--- a/dbaccess/source/ui/uno/DBTypeWizDlgSetup.cxx
+++ b/dbaccess/source/ui/uno/DBTypeWizDlgSetup.cxx
@@ -75,7 +75,7 @@ OUString SAL_CALL ODBTypeWizDialogSetup::getImplementationName()
OUString ODBTypeWizDialogSetup::getImplementationName_Static()
{
- return OUString("org.openoffice.comp.dbu.ODBTypeWizDialogSetup");
+ return "org.openoffice.comp.dbu.ODBTypeWizDialogSetup";
}
css::uno::Sequence<OUString> SAL_CALL ODBTypeWizDialogSetup::getSupportedServiceNames()
diff --git a/dbaccess/source/ui/uno/TableFilterDlg.cxx b/dbaccess/source/ui/uno/TableFilterDlg.cxx
index e2d05c812366..bb753ab79005 100644
--- a/dbaccess/source/ui/uno/TableFilterDlg.cxx
+++ b/dbaccess/source/ui/uno/TableFilterDlg.cxx
@@ -61,7 +61,7 @@ OUString SAL_CALL OTableFilterDialog::getImplementationName()
OUString OTableFilterDialog::getImplementationName_Static()
{
- return OUString("org.openoffice.comp.dbu.OTableFilterDialog");
+ return "org.openoffice.comp.dbu.OTableFilterDialog";
}
css::uno::Sequence<OUString> SAL_CALL OTableFilterDialog::getSupportedServiceNames()
diff --git a/dbaccess/source/ui/uno/UserSettingsDlg.cxx b/dbaccess/source/ui/uno/UserSettingsDlg.cxx
index 3ec72572f19f..1ed308c5d132 100644
--- a/dbaccess/source/ui/uno/UserSettingsDlg.cxx
+++ b/dbaccess/source/ui/uno/UserSettingsDlg.cxx
@@ -61,7 +61,7 @@ OUString SAL_CALL OUserSettingsDialog::getImplementationName()
OUString OUserSettingsDialog::getImplementationName_Static()
{
- return OUString("org.openoffice.comp.dbu.OUserSettingsDialog");
+ return "org.openoffice.comp.dbu.OUserSettingsDialog";
}
css::uno::Sequence<OUString> SAL_CALL OUserSettingsDialog::getSupportedServiceNames()
diff --git a/dbaccess/source/ui/uno/admindlg.cxx b/dbaccess/source/ui/uno/admindlg.cxx
index 0702b8c66f21..92dc96ee9d5d 100644
--- a/dbaccess/source/ui/uno/admindlg.cxx
+++ b/dbaccess/source/ui/uno/admindlg.cxx
@@ -61,7 +61,7 @@ OUString SAL_CALL ODataSourcePropertyDialog::getImplementationName()
OUString ODataSourcePropertyDialog::getImplementationName_Static()
{
- return OUString("org.openoffice.comp.dbu.ODatasourceAdministrationDialog");
+ return "org.openoffice.comp.dbu.ODatasourceAdministrationDialog";
}
css::uno::Sequence<OUString> SAL_CALL ODataSourcePropertyDialog::getSupportedServiceNames()
diff --git a/dbaccess/source/ui/uno/copytablewizard.cxx b/dbaccess/source/ui/uno/copytablewizard.cxx
index d17ce9ce5e67..3c2a25af6a14 100644
--- a/dbaccess/source/ui/uno/copytablewizard.cxx
+++ b/dbaccess/source/ui/uno/copytablewizard.cxx
@@ -420,7 +420,7 @@ OUString SAL_CALL CopyTableWizard::getImplementationName()
OUString CopyTableWizard::getImplementationName_Static()
{
- return OUString( "org.openoffice.comp.dbu.CopyTableWizard" );
+ return "org.openoffice.comp.dbu.CopyTableWizard";
}
css::uno::Sequence<OUString> SAL_CALL CopyTableWizard::getSupportedServiceNames()
diff --git a/dbaccess/source/ui/uno/unosqlmessage.cxx b/dbaccess/source/ui/uno/unosqlmessage.cxx
index 620e10a86816..d9e02397bf78 100644
--- a/dbaccess/source/ui/uno/unosqlmessage.cxx
+++ b/dbaccess/source/ui/uno/unosqlmessage.cxx
@@ -76,7 +76,7 @@ OUString SAL_CALL OSQLMessageDialog::getImplementationName()
OUString OSQLMessageDialog::getImplementationName_Static()
{
- return OUString("org.openoffice.comp.dbu.OSQLMessageDialog");
+ return "org.openoffice.comp.dbu.OSQLMessageDialog";
}
css::uno::Sequence<OUString> SAL_CALL OSQLMessageDialog::getSupportedServiceNames()