Kaydet (Commit) 5502be96 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

Remove commented out code

Change-Id: Id73d1d75063e19dfa05fa7b5b8b69ca8f99f0998
üst 397a11f6
...@@ -33,8 +33,6 @@ namespace autodoc ...@@ -33,8 +33,6 @@ namespace autodoc
class HtmlDisplay_Idl_Ifc; class HtmlDisplay_Idl_Ifc;
// class TextDisplay_FunctionList_Ifc;
/** Interface for parsing code of a programming language and /** Interface for parsing code of a programming language and
delivering the information into an Autodoc Repository. delivering the information into an Autodoc Repository.
...@@ -46,9 +44,6 @@ class DisplayToolsFactory_Ifc ...@@ -46,9 +44,6 @@ class DisplayToolsFactory_Ifc
static DisplayToolsFactory_Ifc & static DisplayToolsFactory_Ifc &
GetIt_(); GetIt_();
// virtual DYN autodoc::TextDisplay_FunctionList_Ifc *
// Create_TextDisplay_FunctionList() const = 0;
virtual DYN autodoc::HtmlDisplay_Idl_Ifc * virtual DYN autodoc::HtmlDisplay_Idl_Ifc *
Create_HtmlDisplay_Idl() const = 0; Create_HtmlDisplay_Idl() const = 0;
......
...@@ -20,15 +20,8 @@ ...@@ -20,15 +20,8 @@
#ifndef ADC_UIDL_PE_ENUM2_HXX #ifndef ADC_UIDL_PE_ENUM2_HXX
#define ADC_UIDL_PE_ENUM2_HXX #define ADC_UIDL_PE_ENUM2_HXX
// USED SERVICES
// BASE CLASSES
#include <s2_luidl/parsenv2.hxx> #include <s2_luidl/parsenv2.hxx>
#include <s2_luidl/pestate.hxx> #include <s2_luidl/pestate.hxx>
// COMPONENTS
// PARAMETERS
namespace csi namespace csi
...@@ -36,8 +29,6 @@ namespace csi ...@@ -36,8 +29,6 @@ namespace csi
namespace uidl namespace uidl
{ {
// class Enum;
class PE_Value; class PE_Value;
class PE_Enum : public UnoIDL_PE, class PE_Enum : public UnoIDL_PE,
......
...@@ -50,13 +50,6 @@ public: ...@@ -50,13 +50,6 @@ public:
virtual void SAL_CALL rejectDrop( ) virtual void SAL_CALL rejectDrop( )
throw( RuntimeException); throw( RuntimeException);
/* virtual Sequence< DataFlavor > SAL_CALL getCurrentDataFlavors( )
throw( RuntimeException);
virtual sal_Bool SAL_CALL isDataFlavorSupported( const DataFlavor& df )
throw( RuntimeException);
*/
// XDropTargetDropContext (inherits XDropTargetDragContext) // XDropTargetDropContext (inherits XDropTargetDragContext)
virtual void SAL_CALL dropComplete( sal_Bool success ) virtual void SAL_CALL dropComplete( sal_Bool success )
throw( RuntimeException); throw( RuntimeException);
......
...@@ -39,7 +39,6 @@ ...@@ -39,7 +39,6 @@
#include <vector> #include <vector>
// forward declaration // forward declaration
//class CWinClipbImpl;
class EnumFormatEtc; class EnumFormatEtc;
/*-------------------------------------------------------------------------- /*--------------------------------------------------------------------------
......
...@@ -122,9 +122,6 @@ class AcceleratorConfigurationReader : public css::xml::sax::XDocumentHandler ...@@ -122,9 +122,6 @@ class AcceleratorConfigurationReader : public css::xml::sax::XDocumentHandler
*/ */
css::uno::Reference< css::xml::sax::XLocator > m_xLocator; css::uno::Reference< css::xml::sax::XLocator > m_xLocator;
/* SfxAcceleratorItemList& m_aReadAcceleratorList;
*/
//------------------------------------------- //-------------------------------------------
// interface // interface
......
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
#include "fudraw.hxx" #include "fudraw.hxx"
//class Outliner;
//class OutlinerView;
class SdrPageView; class SdrPageView;
...@@ -53,8 +51,6 @@ public: ...@@ -53,8 +51,6 @@ public:
void ActivateNoteHandles(SdrObject* pObj); void ActivateNoteHandles(SdrObject* pObj);
protected: protected:
// Outliner* pOutliner;
// OutlinerView* pOutlinerView;
sal_Bool bVCAction; sal_Bool bVCAction;
private: private:
......
...@@ -39,7 +39,6 @@ ...@@ -39,7 +39,6 @@
#include <cppuhelper/implbase1.hxx> // helper for implementations #include <cppuhelper/implbase1.hxx> // helper for implementations
//class XResultListenerRef;
typedef ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XResultListener >* XResultListenerPtr; typedef ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XResultListener >* XResultListenerPtr;
typedef boost::ptr_vector<XResultListenerPtr> XResultListenerArr_Impl; typedef boost::ptr_vector<XResultListenerPtr> XResultListenerArr_Impl;
...@@ -61,11 +60,6 @@ public: ...@@ -61,11 +60,6 @@ public:
ScAddInResult(const String& rStr); ScAddInResult(const String& rStr);
virtual ~ScAddInResult(); virtual ~ScAddInResult();
// SMART_UNO_DECLARATION( ScAddInResult, UsrObject );
// virtual BOOL queryInterface( Uik, XInterfaceRef& );
// virtual XIdlClassRef getIdlClass(void);
// XVolatileResult // XVolatileResult
virtual void SAL_CALL addResultListener( const ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XResultListener >& aListener ) throw(::com::sun::star::uno::RuntimeException); virtual void SAL_CALL addResultListener( const ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XResultListener >& aListener ) throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL removeResultListener( const ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XResultListener >& aListener ) throw(::com::sun::star::uno::RuntimeException); virtual void SAL_CALL removeResultListener( const ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XResultListener >& aListener ) throw(::com::sun::star::uno::RuntimeException);
......
...@@ -1234,16 +1234,6 @@ DirEntry DirEntry::operator+( const DirEntry& rEntry ) const ...@@ -1234,16 +1234,6 @@ DirEntry DirEntry::operator+( const DirEntry& rEntry ) const
const DirEntry *pEntryTop = rEntry.ImpGetTopPtr(); const DirEntry *pEntryTop = rEntry.ImpGetTopPtr();
const DirEntry *pThisTop = ImpGetTopPtr(); const DirEntry *pThisTop = ImpGetTopPtr();
// "." + irgendwas oder irgendwas + "d:irgendwas"
/* TPF:org
if ( ( eFlag == FSYS_FLAG_RELROOT && !aName ) ||
( pEntryTop->aName.Len() &&
( pEntryTop->eFlag == FSYS_FLAG_ABSROOT ||
pEntryTop->eFlag == FSYS_FLAG_RELROOT ||
pEntryTop->eFlag == FSYS_FLAG_VOLUME ) ) )
return rEntry;
*/
if ( if (
(eFlag == FSYS_FLAG_RELROOT && aName.isEmpty()) || (eFlag == FSYS_FLAG_RELROOT && aName.isEmpty()) ||
( (
......
...@@ -653,18 +653,6 @@ void SAL_CALL CURI::initFromConstant(const sal_Int16 i_Constant) ...@@ -653,18 +653,6 @@ void SAL_CALL CURI::initFromConstant(const sal_Int16 i_Constant)
ln = "hasPart"; ln = "hasPart";
break; break;
/* REMOVED
case css::rdf::URIs::PKG_IDREF:
ns = s_nsPkg;
ln = "idref";
break;
case css::rdf::URIs::PKG_PATH:
ns = s_nsPkg;
ln = "path";
break;
*/
case css::rdf::URIs::PKG_MIMETYPE: case css::rdf::URIs::PKG_MIMETYPE:
ns = s_nsPkg; ns = s_nsPkg;
ln = "mimeType"; ln = "mimeType";
...@@ -720,13 +708,6 @@ void SAL_CALL CURI::initFromConstant(const sal_Int16 i_Constant) ...@@ -720,13 +708,6 @@ void SAL_CALL CURI::initFromConstant(const sal_Int16 i_Constant)
ln = "StylesFile"; ln = "StylesFile";
break; break;
/* REMOVED
case css::rdf::URIs::ODF_METADATAFILE:
ns = s_nsODF;
ln = "MetadataFile";
break;
*/
default: default:
throw css::lang::IllegalArgumentException( throw css::lang::IllegalArgumentException(
::rtl::OUString("CURI::initialize: " ::rtl::OUString("CURI::initialize: "
......
...@@ -41,7 +41,6 @@ namespace com{ namespace sun{ namespace star{ ...@@ -41,7 +41,6 @@ namespace com{ namespace sun{ namespace star{
namespace writerfilter { namespace writerfilter {
namespace dmapper namespace dmapper
{ {
//class PropertyMap;
/** Handler for OLE objects /** Handler for OLE objects
*/ */
class WRITERFILTER_DLLPRIVATE OLEHandler : public LoggedProperties class WRITERFILTER_DLLPRIVATE OLEHandler : public LoggedProperties
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment