diff options
author | Robert Roth <robert.roth.off@gmail.com> | 2010-12-05 00:16:48 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-05 12:47:23 +0000 |
commit | b4106d0526e1a1978cbc8f916da05f1a1c976715 (patch) | |
tree | 46ddc21d42af99b69fef7f28d0ec4fa79b1e46e3 /sd/source/ui/inc | |
parent | 1c4faf4b2984c0def76bd5818295aace0505654c (diff) |
Removed dead code and comments from sd
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r-- | sd/source/ui/inc/CustomAnimation.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/inc/OutlineView.hxx | 3 | ||||
-rw-r--r-- | sd/source/ui/inc/navigatr.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/inc/optdlg.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/inc/pubdlg.hxx | 3 | ||||
-rw-r--r-- | sd/source/ui/inc/tpoption.hxx | 2 |
6 files changed, 1 insertions, 10 deletions
diff --git a/sd/source/ui/inc/CustomAnimation.hxx b/sd/source/ui/inc/CustomAnimation.hxx index c7eea3966cc7..4eb7fd914cd2 100644 --- a/sd/source/ui/inc/CustomAnimation.hxx +++ b/sd/source/ui/inc/CustomAnimation.hxx @@ -35,7 +35,6 @@ class Window; namespace sd { -// extern void showCustomAnimationPane( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawView >& xView ); extern ::Window* createCustomAnimationPane( ::Window* pParent, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& xModel ); } diff --git a/sd/source/ui/inc/OutlineView.hxx b/sd/source/ui/inc/OutlineView.hxx index 0df134ebd593..919f10b9ba8f 100644 --- a/sd/source/ui/inc/OutlineView.hxx +++ b/sd/source/ui/inc/OutlineView.hxx @@ -129,7 +129,6 @@ public: virtual BOOL GetAttributes( SfxItemSet& rTargetSet, BOOL bOnlyHardAttr=FALSE ) const; virtual BOOL SetAttributes(const SfxItemSet& rSet, BOOL bReplaceAll = FALSE); -// virtual BOOL HasMarkedObjUnused() const; void FillOutliner(); void SetLinks(); void ResetLinks() const; @@ -152,7 +151,7 @@ public: USHORT nLayer = SDRPAGE_NOTFOUND); - // #97766# Re-implement GetScriptType for this view to get correct results + // Re-implement GetScriptType for this view to get correct results virtual sal_uInt16 GetScriptType() const; /** After this method has been called with <TRUE/> following changes of diff --git a/sd/source/ui/inc/navigatr.hxx b/sd/source/ui/inc/navigatr.hxx index cec36afe65ff..448371be528e 100644 --- a/sd/source/ui/inc/navigatr.hxx +++ b/sd/source/ui/inc/navigatr.hxx @@ -125,7 +125,6 @@ private: ::sd::NavigatorChildWindow* mpChildWinContext; Size maSize; Size maMinSize; -// Size maFltWinSize; BOOL mbDocImported; String maDropFileName; NavigatorDragType meDragType; diff --git a/sd/source/ui/inc/optdlg.hxx b/sd/source/ui/inc/optdlg.hxx index dcbe7e40d070..98393d4964d1 100644 --- a/sd/source/ui/inc/optdlg.hxx +++ b/sd/source/ui/inc/optdlg.hxx @@ -48,7 +48,6 @@ public: protected: virtual void PageCreated( USHORT nId, SfxTabPage &rPage ); -// virtual SfxItemSet* CreateInputItemSet( USHORT nPageId ); }; diff --git a/sd/source/ui/inc/pubdlg.hxx b/sd/source/ui/inc/pubdlg.hxx index 61a7b0b86a30..544b7c6cb5c5 100644 --- a/sd/source/ui/inc/pubdlg.hxx +++ b/sd/source/ui/inc/pubdlg.hxx @@ -138,7 +138,6 @@ private: FixedText* pPage4_Titel2; MultiLineEdit* pPage4_Misc; CheckBox* pPage4_Download; -//-/ CheckBox* pPage4_Created; // page 5 controls @@ -163,8 +162,6 @@ private: boost::scoped_ptr< ButtonSet > mpButtonSet; -// CheckBox* pPage6_Sound; - // standard controls FixedLine aBottomLine; HelpButton aHelpButton; diff --git a/sd/source/ui/inc/tpoption.hxx b/sd/source/ui/inc/tpoption.hxx index ca37ab084829..28bb8dedc002 100644 --- a/sd/source/ui/inc/tpoption.hxx +++ b/sd/source/ui/inc/tpoption.hxx @@ -54,8 +54,6 @@ public: virtual BOOL FillItemSet( SfxItemSet& ); virtual void Reset( const SfxItemSet & ); -// virtual void ActivatePage( const SfxItemSet& rSet ); -// virtual int DeactivatePage( SfxItemSet* pSet ); }; /************************************************************************* |* |