summaryrefslogtreecommitdiff
path: root/desktop/source
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2001-07-19 11:33:51 +0000
committerCarsten Driesner <cd@openoffice.org>2001-07-19 11:33:51 +0000
commit5afef4af17d8e0ba819baf006717a682d81d22b6 (patch)
tree166849bde564af9b0c16b031c94e89407ab8595b /desktop/source
parenta6a2ba0593d6ed2932d05e087095c05a71d79229 (diff)
#89883# Application::Property now works again
Diffstat (limited to 'desktop/source')
-rw-r--r--desktop/source/app/app.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 3c9acf87d793..b48419b6189b 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: app.cxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: mba $ $Date: 2001-07-17 08:34:12 $
+ * last change: $Author: cd $ $Date: 2001-07-19 12:33:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -483,10 +483,6 @@ USHORT Desktop::Exception(USHORT nError)
// return Application::Exception( nError );
}
-void Desktop::Property( ApplicationProperty& )
-{
-}
-
void Desktop::AppEvent( const ApplicationEvent& rAppEvent )
{
HandleAppEvent( rAppEvent );