diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-09-30 05:48:28 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-09-30 05:48:28 +0000 |
commit | 716636d558e9cc9b910da6d127314d2b20cdf0b6 (patch) | |
tree | d266019c3c89a0649074f3290439d74010ec618c /sc/inc/printopt.hxx | |
parent | abda8e12d8cd23c2cd1bb870b097eddfdee38825 (diff) |
CWS-TOOLING: integrate CWS koheicoderemoval
Diffstat (limited to 'sc/inc/printopt.hxx')
-rw-r--r-- | sc/inc/printopt.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/inc/printopt.hxx b/sc/inc/printopt.hxx index d59416450a8f..6c4a88d9df60 100644 --- a/sc/inc/printopt.hxx +++ b/sc/inc/printopt.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: printopt.hxx,v $ - * $Revision: 1.5 $ + * $Revision: 1.5.32.2 $ * * This file is part of OpenOffice.org. * @@ -66,7 +66,7 @@ class SC_DLLPUBLIC ScTpPrintItem : public SfxPoolItem { public: TYPEINFO(); - ScTpPrintItem( USHORT nWhich ); +//UNUSED2008-05 ScTpPrintItem( USHORT nWhich ); ScTpPrintItem( USHORT nWhich, const ScPrintOptions& rOpt ); ScTpPrintItem( const ScTpPrintItem& rItem ); @@ -94,7 +94,6 @@ public: ScPrintCfg(); void SetOptions( const ScPrintOptions& rNew ); - void OptionsChanged(); // after direct access to ScPrintOptions base class virtual void Commit(); }; |