From 5f4cff4ce4f1a1fc6218d7464f4466f9ce9960f5 Mon Sep 17 00:00:00 2001
From: Norbert Thiebaud <nthiebaud@gmail.com>
Date: Tue, 28 Sep 2010 20:22:30 -0500
Subject: [PATCH 3/3] Remove commented out function
ScTpViewItem::ScTpViewItem( USHORT nWhichP )
---
sc/inc/viewopti.hxx | 1 -
sc/source/core/tool/viewopti.cxx | 6 ------
2 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/sc/inc/viewopti.hxx b/sc/inc/viewopti.hxx
index 460a5f5..f6a1a99 100644
--- a/sc/inc/viewopti.hxx
+++ b/sc/inc/viewopti.hxx
@@ -135,7 +135,6 @@ class SC_DLLPUBLIC ScTpViewItem : public SfxPoolItem
{
public:
TYPEINFO();
-//UNUSED2008-05 ScTpViewItem( USHORT nWhich );
ScTpViewItem( USHORT nWhich, const ScViewOptions& rOpt );
ScTpViewItem( const ScTpViewItem& rItem );
~ScTpViewItem();
diff --git a/sc/source/core/tool/viewopti.cxx
b/sc/source/core/tool/viewopti.cxx
index 518f713..ce17dc1 100644
--- a/sc/source/core/tool/viewopti.cxx
+++ b/sc/source/core/tool/viewopti.cxx
@@ -242,12 +242,6 @@ SvxGridItem* ScViewOptions::CreateGridItem( USHORT nId
/* = SID_ATTR_GRID_OPTION
// ScTpViewItem - Daten fuer die ViewOptions-TabPage
//========================================================================
-//UNUSED2008-05 ScTpViewItem::ScTpViewItem( USHORT nWhichP ) :
SfxPoolItem( nWhichP )
-//UNUSED2008-05 {
-//UNUSED2008-05 }
-
-//------------------------------------------------------------------------
-
ScTpViewItem::ScTpViewItem( USHORT nWhichP, const ScViewOptions& rOpt )
: SfxPoolItem ( nWhichP ),
theOptions ( rOpt )
--
1.7.1
Context
- [Libreoffice] [PATCH 3/3] Remove commented out function ScTpViewItem::ScTpViewItem( USHORT nWhichP ) · 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.