[PATCH] One last delete of commented code for dbaccess/source/core/api
Wol
anthony at youngman.org.uk
Sun Nov 7 08:58:24 PST 2010
---
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
--------------050701090401070100070801--
More information about the LibreOffice
mailing list