From 5e28a7135d955c576edbf71722f32ea0ad83d05b Mon Sep 17 00:00:00 2001
From: Norbert Thiebaud <nthiebaud@gmail.com>
Date: Tue, 28 Sep 2010 20:19:37 -0500
Subject: [PATCH 2/3] Remove commented out ScAddress::Details:SePos ()
function
---
sc/inc/address.hxx | 1 -
sc/source/core/tool/address.cxx | 8 --------
2 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx
index 6a8d4d7..cdaff96 100644
--- a/sc/inc/address.hxx
+++ b/sc/inc/address.hxx
@@ -278,7 +278,6 @@ public:
{}
/* Use the formula::FormulaGrammar::AddressConvention associated
with rAddr::Tab() */
Details( const ScDocument* pDoc, const ScAddress & rAddr );
-//UNUSED2009-05 void SetPos( const ScDocument* pDoc, const ScAddress &
rAddr );
};
SC_DLLPUBLIC static const Details detailsOOOa1;
diff --git a/sc/source/core/tool/address.cxx
b/sc/source/core/tool/address.cxx
index a4a77c9..7b2e0df 100644
--- a/sc/source/core/tool/address.cxx
+++ b/sc/source/core/tool/address.cxx
@@ -56,14 +56,6 @@ ScAddress::Details::Details ( const ScDocument* pDoc,
{
}
-//UNUSED2009-05 void ScAddress::Details::SetPos ( const ScDocument* pDoc,
-//UNUSED2009-05 const ScAddress & rAddr )
-//UNUSED2009-05 {
-//UNUSED2009-05 nRow = rAddr.Row();
-//UNUSED2009-05 nCol = rAddr.Col();
-//UNUSED2009-05 eConv = pDoc->GetAddressConvention();
-//UNUSED2009-05 }
-
////////////////////////////////////////////////////////////////////////////
#include <iostream>
--
1.7.1
Context
- [Libreoffice] [PATCH 2/3] Remove commented out ScAddress::Details:SePos () function · Norbert Thiebaud
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.