diff options
author | Carsten Driesner <cd@openoffice.org> | 2001-07-19 11:33:51 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2001-07-19 11:33:51 +0000 |
commit | 5afef4af17d8e0ba819baf006717a682d81d22b6 (patch) | |
tree | 166849bde564af9b0c16b031c94e89407ab8595b /desktop/source | |
parent | a6a2ba0593d6ed2932d05e087095c05a71d79229 (diff) |
#89883# Application::Property now works again
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/app/app.cxx | 8 |
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 ); |