summaryrefslogtreecommitdiff
path: root/vcl/source/window/window2.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-02-06 12:18:07 +0000
committerKurt Zenker <kz@openoffice.org>2006-02-06 12:18:07 +0000
commit141f4c5fbdbd804ffdf179a15697e947fa28a1fa (patch)
tree3bc62a891676bb44a9b197930ee604d4b0dd8300 /vcl/source/window/window2.cxx
parent1df0db5a28c6cbb8cf234e0f94568a2612ac4786 (diff)
INTEGRATION: CWS pb11 (1.17.120); FILE MERGED
2006/01/24 17:41:42 ssa 1.17.120.1: #i48361# floaters for subtoolbars should not appear as toplevel windows so they have to be easily recognized by the toolkit
Diffstat (limited to 'vcl/source/window/window2.cxx')
-rw-r--r--vcl/source/window/window2.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/vcl/source/window/window2.cxx b/vcl/source/window/window2.cxx
index 6baa1030d52d..bf5c6cca2883 100644
--- a/vcl/source/window/window2.cxx
+++ b/vcl/source/window/window2.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: window2.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: kz $ $Date: 2005-10-06 10:58:08 $
+ * last change: $Author: kz $ $Date: 2006-02-06 13:18:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1736,6 +1736,11 @@ BOOL Window::IsMenuFloatingWindow() const
return mpWindowImpl->mbMenuFloatingWindow;
}
+BOOL Window::IsToolbarFloatingWindow() const
+{
+ return mpWindowImpl->mbToolbarFloatingWindow;
+}
+
void Window::EnableAllResize( BOOL bEnable )
{
mpWindowImpl->mbAllResize = bEnable;