summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-11-11 11:05:10 +0000
committerRüdiger Timm <rt@openoffice.org>2005-11-11 11:05:10 +0000
commite246b702ab0ab4534f3a065b87051082fafd8456 (patch)
tree9a67acde2471729a0c377b3159faaa9ee37a8595 /framework
parentf695f9bc1056c5f439e31a6e76a9b5c55cf304a4 (diff)
INTEGRATION: CWS c06 (1.8.94); FILE MERGED
2005/09/15 06:37:42 as 1.8.94.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/source/inc/loadenv/loadenv.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx
index a45c95e25379..a7b649bbc443 100644
--- a/framework/source/inc/loadenv/loadenv.hxx
+++ b/framework/source/inc/loadenv/loadenv.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: loadenv.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:32:22 $
+ * last change: $Author: rt $ $Date: 2005-11-11 12:05:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -719,6 +719,12 @@ class LoadEnv : private ThreadHelpBase
for this document window ... hopefully before we show it .-)
*/
void impl_applyPersistentWindowState(const css::uno::Reference< css::awt::XWindow >& xWindow);
+
+ //_______________________________________
+
+ /** @short determine if it's allowed to open new document frames.
+ */
+ sal_Bool impl_furtherDocsAllowed();
};
} // namespace framework