summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/tabledesign
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-10-02 13:37:01 +0200
committerNoel Grandin <noel@peralex.com>2014-10-03 15:20:04 +0200
commita28e7f7aa995f8c2c9e4eda332c30853338c7ae9 (patch)
tree06c5b8defd421e567dcbb1fde5eb91aae1438125 /dbaccess/source/ui/tabledesign
parent0abf268f3893ecc716088aa399e81a1ef31e13d2 (diff)
loplugin: cstylecast
Change-Id: Ie478d1fcfd3b64d7a2128887c216b5e0b4501ab9
Diffstat (limited to 'dbaccess/source/ui/tabledesign')
-rw-r--r--dbaccess/source/ui/tabledesign/TableController.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/tabledesign/TableController.cxx b/dbaccess/source/ui/tabledesign/TableController.cxx
index 8dbaf5672843..1536dfe56924 100644
--- a/dbaccess/source/ui/tabledesign/TableController.cxx
+++ b/dbaccess/source/ui/tabledesign/TableController.cxx
@@ -504,7 +504,7 @@ void OTableController::impl_initialize()
const NamedValueCollection& rArguments( getInitParams() );
- rArguments.get_ensureType( (OUString)PROPERTY_CURRENTTABLE, m_sName );
+ rArguments.get_ensureType( OUString(PROPERTY_CURRENTTABLE), m_sName );
// read autoincrement value set in the datasource
::dbaui::fillAutoIncrementValue(getDataSource(),m_bAllowAutoIncrementValue,m_sAutoIncrementValue);