Kaydet (Commit) 005ad68b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

ApplicationProperty and PropertyHandler are unused

Change-Id: I509210429995d4b69f30814222295d12065a7a85
üst 8f127332
...@@ -37,13 +37,6 @@ ...@@ -37,13 +37,6 @@
#define EXC_MAJORTYPE ((sal_uInt16)0xFF00) #define EXC_MAJORTYPE ((sal_uInt16)0xFF00)
#define EXC_MINORTYPE ((sal_uInt16)0x00FF) #define EXC_MINORTYPE ((sal_uInt16)0x00FF)
class VCL_DLLPUBLIC ApplicationProperty
{
public:
virtual ~ApplicationProperty() {}
TYPEINFO();
};
#define VCL_INPUT_MOUSE 0x0001 #define VCL_INPUT_MOUSE 0x0001
#define VCL_INPUT_KEYBOARD 0x0002 #define VCL_INPUT_KEYBOARD 0x0002
#define VCL_INPUT_PAINT 0x0004 #define VCL_INPUT_PAINT 0x0004
......
...@@ -126,15 +126,6 @@ private: ...@@ -126,15 +126,6 @@ private:
rtl::OUString aData; rtl::OUString aData;
}; };
class VCL_DLLPUBLIC PropertyHandler
{
public:
virtual void Property( ApplicationProperty& ) = 0;
protected:
~PropertyHandler() {}
};
// --------------- // ---------------
// - Application - // - Application -
// --------------- // ---------------
...@@ -249,8 +240,6 @@ public: ...@@ -249,8 +240,6 @@ public:
virtual void AppEvent( const ApplicationEvent& rAppEvent ); virtual void AppEvent( const ApplicationEvent& rAppEvent );
virtual void Property( ApplicationProperty& );
#ifndef NO_GETAPPWINDOW #ifndef NO_GETAPPWINDOW
static WorkWindow* GetAppWindow(); static WorkWindow* GetAppWindow();
#endif #endif
......
...@@ -1807,17 +1807,9 @@ bool InitAccessBridge( bool bShowCancel, bool &rCancelled ) ...@@ -1807,17 +1807,9 @@ bool InitAccessBridge( bool bShowCancel, bool &rCancelled )
return bRet; return bRet;
} }
// MT: AppProperty, AppEvent was in oldsv.cxx, but is still needed... // MT: AppEvent was in oldsv.cxx, but is still needed...
// ------------------------------------------------------------------------ // ------------------------------------------------------------------------
TYPEINIT0(ApplicationProperty)
// ------------------------------------------------------------------------
void Application::Property( ApplicationProperty& /*rProp*/ )
{
}
void Application::AppEvent( const ApplicationEvent& /*rAppEvent*/ ) void Application::AppEvent( const ApplicationEvent& /*rAppEvent*/ )
{ {
} }
......
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