diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 11:03:20 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 11:03:20 +0000 |
commit | 765975e1702b77cf0e646dc07e46cdccaee9720f (patch) | |
tree | c11fec7d7fd27981d3c4034806896d1c3d82e29d /framework | |
parent | c11dd0fef4cc503888c93e9f71a4f59ec482ecf9 (diff) |
INTEGRATION: CWS c06 (1.4.496); FILE MERGED
2005/09/15 06:37:40 as 1.4.496.1: #i53536#, #i53630# limitate max count of open documents; mark windows as 'document windows' so vcl can handle it different
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/dispatch/interaction.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/inc/dispatch/interaction.hxx b/framework/inc/dispatch/interaction.hxx index d84a2c876479..06ca40707708 100644 --- a/framework/inc/dispatch/interaction.hxx +++ b/framework/inc/dispatch/interaction.hxx @@ -4,9 +4,9 @@ * * $RCSfile: interaction.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 00:12:50 $ + * last change: $Author: rt $ $Date: 2005-11-11 12:03:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -369,6 +369,6 @@ class InteractionRequest : public ::cppu::WeakImplHelper1< ::com::sun::star::tas }; // class RequestFilterSelect -#endif // #define __FRAMEWORK_DISPATCH_INTERACTION_HXX_ - } // namespace framework + +#endif // #define __FRAMEWORK_DISPATCH_INTERACTION_HXX_ |