[Libreoffice-commits] .: dbaccess/source

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Sun Nov 7 22:01:28 PST 2010


 dbaccess/source/core/api/TableDeco.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 94dbc322129746e15e53ec2670f46ba9be5cddfb
Author: Wol <anthony at youngman.org.uk>
Date:   Sun Nov 7 16:58:24 2010 +0000

    Delete commented code

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


More information about the Libreoffice-commits mailing list