diff options
author | Andreas Schlüns <as@openoffice.org> | 2002-07-31 10:03:28 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2002-07-31 10:03:28 +0000 |
commit | abf3022d6378deb71946d644de92d26c73515ac2 (patch) | |
tree | 96bf1dbd9bc263dead2ef8c56251a69c328c4e64 /framework/inc/services/frame.hxx | |
parent | 16eaf9340ae9746df55d36768e4a9dd73ef66d74 (diff) |
#101886# roll it back temp.
Diffstat (limited to 'framework/inc/services/frame.hxx')
-rw-r--r-- | framework/inc/services/frame.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/inc/services/frame.hxx b/framework/inc/services/frame.hxx index ff967a4b6595..241202427ce2 100644 --- a/framework/inc/services/frame.hxx +++ b/framework/inc/services/frame.hxx @@ -2,9 +2,9 @@ * * $RCSfile: frame.hxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: as $ $Date: 2002-07-29 08:22:46 $ + * last change: $Author: as $ $Date: 2002-07-31 11:01:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -404,11 +404,11 @@ class Frame : // interfaces //--------------------------------------------------------------------------------------------------------- // XWindowListener - // Attention: windowResized() is implement only! All other are empty! + // Attention: windowResized() and windowShown() are implement only! All other are empty! //--------------------------------------------------------------------------------------------------------- virtual void SAL_CALL windowResized ( const css::awt::WindowEvent& aEvent ) throw( css::uno::RuntimeException ); virtual void SAL_CALL windowMoved ( const css::awt::WindowEvent& aEvent ) throw( css::uno::RuntimeException ) {}; - virtual void SAL_CALL windowShown ( const css::lang::EventObject& aEvent ) throw( css::uno::RuntimeException ) {}; + virtual void SAL_CALL windowShown ( const css::lang::EventObject& aEvent ) throw( css::uno::RuntimeException ); virtual void SAL_CALL windowHidden ( const css::lang::EventObject& aEvent ) throw( css::uno::RuntimeException ) {}; //--------------------------------------------------------------------------------------------------------- |