diff options
Diffstat (limited to 'include/unotools/desktopterminationobserver.hxx')
-rw-r--r-- | include/unotools/desktopterminationobserver.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/unotools/desktopterminationobserver.hxx b/include/unotools/desktopterminationobserver.hxx index 4e9872ed2351..d476f81d45f9 100644 --- a/include/unotools/desktopterminationobserver.hxx +++ b/include/unotools/desktopterminationobserver.hxx @@ -21,12 +21,9 @@ #ifndef INCLUDED_UNOTOOLS_DESKTOPTERMINATIONOBSERVER_HXX #define INCLUDED_UNOTOOLS_DESKTOPTERMINATIONOBSERVER_HXX - namespace utl { - - //= ITerminationListener /** non-UNO version of the com.sun.star.frame::XTerminateListener @@ -41,7 +38,6 @@ namespace utl ~ITerminationListener() {} }; - //= DesktopTerminationObserver /** a class which allows non-UNO components to observe the desktop (aka application) @@ -63,10 +59,8 @@ namespace utl DesktopTerminationObserver(); // never implemented, only static methods }; - } // namespace utl - #endif // INCLUDED_UNOTOOLS_DESKTOPTERMINATIONOBSERVER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |