Just deleting a bit of commented out code - that's dbaccess/source/core/api pretty much done.
Cheers, Wol
>From 13c2c40051ebc50ca743e140e6cd01111dba2a81 Mon Sep 17 00:00:00 2001 From: Wol <[email protected]> Date: Sun, 7 Nov 2010 16:58:24 +0000 Subject: [PATCH] One last delete of commented code for dbaccess/source/core/api --- dbaccess/source/core/api/TableDeco.cxx | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/dbaccess/source/core/api/TableDeco.cxx b/dbaccess/source/core/api/TableDeco.cxx index 7fed7d0..ba0e7e1 100644 --- a/dbaccess/source/core/api/TableDeco.cxx +++ b/dbaccess/source/core/api/TableDeco.cxx @@ -427,9 +427,6 @@ void SAL_CALL ODBTableDecorator::rename( const ::rtl::OUString& _rNewName ) thro Reference<XRename> xRename(m_xTable,UNO_QUERY); if(xRename.is()) { -// ::rtl::OUString sOldName; -// Reference<XPropertySet> xProp(m_xTable,UNO_QUERY); -// xProp->getPropertyValue(PROPERTY_NAME) >>= sOldName; xRename->rename(_rNewName); } else // not supported -- 1.7.2.2
_______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
