summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-09 19:33:32 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-09 21:29:45 +0100
commit0dfa21409198b5ccea06bfe66ab12691dc6a7876 (patch)
tree371d2c6b9402fb0f2f526c78d122fb0e94f49125 /sfx2/inc
parent432aec515c7cb330e98b78ee316ad97a9fbb2b4d (diff)
Remove some dead code
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/childwin.hxx9
-rw-r--r--sfx2/inc/sfx2/minstack.hxx1
-rw-r--r--sfx2/inc/sfx2/objsh.hxx8
3 files changed, 1 insertions, 17 deletions
diff --git a/sfx2/inc/sfx2/childwin.hxx b/sfx2/inc/sfx2/childwin.hxx
index bdc52fed4c61..e96163de4b3b 100644
--- a/sfx2/inc/sfx2/childwin.hxx
+++ b/sfx2/inc/sfx2/childwin.hxx
@@ -34,7 +34,7 @@
#include <vcl/window.hxx>
#include <com/sun/star/frame/XFrame.hpp>
-#ifdef ENABLE_INIMANAGER//MUSTINI
+#ifdef ENABLE_INIMANAGER
#include "inimgr.hxx"
#endif
#include <sfx2/shell.hxx>
@@ -48,11 +48,6 @@ class SfxChildWindow;
class SfxChildWindowContext;
class SfxChildWinContextArr_Impl;
-//ASDBG #ifndef _XFRAME_REF
-//ASDBG #define _XFRAME_REF
-//ASDBG USR_DECLIMPL_REF( ::com::sun::star::frame::XFrame, ::com::sun::star::uno::XInterface );
-//ASDBG #endif
-
#define SFX_CHILDWIN_ZOOMIN 0x01 // ganz eingeklapptes Float
#define SFX_CHILDWIN_SMALL 0x02 // halb eingeklapptes Float
#define SFX_CHILDWIN_FORCEDOCK 0x04 // Float verboten
@@ -196,10 +191,8 @@ public:
void SetPosSizePixel(const Point& rPoint, Size& rSize);
Point GetPosPixel()
{ return pWindow->GetPosPixel(); }
-//<!--Modified by PengYunQuan for Validity Cell Range Picker
virtual void Hide();
virtual void Show( USHORT nFlags );
-//-->Modified by PengYunQuan for Validity Cell Range Picker
sal_uInt16 GetFlags() const
{ return GetInfo().nFlags; }
sal_Bool CanGetFocus() const;
diff --git a/sfx2/inc/sfx2/minstack.hxx b/sfx2/inc/sfx2/minstack.hxx
index 7e803e31baad..89a5586d4da9 100644
--- a/sfx2/inc/sfx2/minstack.hxx
+++ b/sfx2/inc/sfx2/minstack.hxx
@@ -28,7 +28,6 @@
#ifndef _SFXMINSTACK_HXX
#define _SFXMINSTACK_HXX
-//ASDBG #ifndef _SFXMINARRAY_HXX
#include <sfx2/minarray.hxx>
#define DECL_OBJSTACK( ARR, T, nI, nG ) \
diff --git a/sfx2/inc/sfx2/objsh.hxx b/sfx2/inc/sfx2/objsh.hxx
index 20518529c62f..6664786b99e7 100644
--- a/sfx2/inc/sfx2/objsh.hxx
+++ b/sfx2/inc/sfx2/objsh.hxx
@@ -43,12 +43,9 @@
#include <com/sun/star/security/DocumentSignatureInformation.hpp>
#include <com/sun/star/security/XDocumentDigitalSignatures.hpp>
#include <com/sun/star/task/XInteractionHandler.hpp>
-
#include <com/sun/star/beans/XPropertySet.hpp>
-
#include <boost/shared_ptr.hpp>
-
//________________________________________________________________________________________________________________
// include something else
//________________________________________________________________________________________________________________
@@ -290,9 +287,7 @@ public:
void SetNoName();
sal_Bool IsInModalMode() const;
sal_Bool IsInPrepareClose() const;
- //<!--Added by PengYunQuan for Validity Cell Range Picker
virtual sal_Bool AcceptStateUpdate() const;
- //-->Added by PengYunQuan for Validity Cell Range Picker
sal_Bool HasModalViews() const;
sal_Bool IsHelpDocument() const;
@@ -503,8 +498,6 @@ public:
SfxProgress* GetProgress() const;
void SetWaitCursor( BOOL bSet ) const;
-//(mba) virtual SotObjectRef CreateAggObj( const SotFactory* pFact );
-
// Naming Interface
void SetTitle( const String& rTitle );
String GetTitle( sal_uInt16 nMaxLen = 0 ) const;
@@ -792,7 +785,6 @@ public:
SAL_DLLPRIVATE void ImplSign( sal_Bool bScriptingContent = FALSE );
SAL_DLLPRIVATE sal_Bool QuerySaveSizeExceededModules_Impl( const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >& xHandler );
-//#endif
};
#define SFX_GLOBAL_CLASSID \