Date: prev next · Thread: first prev next last
2010 Archives by date, by thread · List index


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 <anthony@youngman.org.uk>
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


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.