[Libreoffice] [PATCH 2/3] Remove commented out ScAddress::Details:SePos () function
Cédric Bosdonnat
cedric.bosdonnat.ooo at free.fr
Wed Sep 29 02:42:34 PDT 2010
You patches have been pushed, thanks for them.
--
Cedric
On Tue, 2010-09-28 at 20:42 -0500, Norbert Thiebaud wrote:
> From 5e28a7135d955c576edbf71722f32ea0ad83d05b Mon Sep 17 00:00:00 2001
> From: Norbert Thiebaud <nthiebaud at 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
>
>
> _______________________________________________
> LibreOffice mailing list
> LibreOffice at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libreoffice
--
Cédric Bosdonnat
LibreOffice hacker
http://documentfoundation.org
OOo Eclipse Integration developer
http://cedric.bosdonnat.free.fr
More information about the LibreOffice
mailing list