diff options
author | Kai Ahrens <ka@openoffice.org> | 2002-08-15 08:22:33 +0000 |
---|---|---|
committer | Kai Ahrens <ka@openoffice.org> | 2002-08-15 08:22:33 +0000 |
commit | 5ec3370446de39335e109f65c6ff451a0ab0a221 (patch) | |
tree | 8a4f8eec639a3199803f120027a80966050b6872 /svx/inc | |
parent | ae18858044e4bcbb7f19b8505f2cb22808ccaeac (diff) |
#101949#: watch for DataChanged at Splitter
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/galbrws.hxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/svx/inc/galbrws.hxx b/svx/inc/galbrws.hxx index 38f36cbb5131..aeba47ee2b5a 100644 --- a/svx/inc/galbrws.hxx +++ b/svx/inc/galbrws.hxx @@ -2,9 +2,9 @@ * * $RCSfile: galbrws.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: ka $ $Date: 2002-06-21 11:33:06 $ + * last change: $Author: ka $ $Date: 2002-08-15 09:22:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,18 +106,19 @@ class FmFormModel; class GalleryBrowser1; class GalleryBrowser2; -class Splitter; +class GallerySplitter; class Gallery; class GalleryBrowser : public SfxDockingWindow { friend class GalleryBrowser1; friend class GalleryBrowser2; + friend class GallerySplitter; private: Size maLastSize; - Splitter* mpSplitter; + GallerySplitter* mpSplitter; GalleryBrowser1* mpBrowser1; GalleryBrowser2* mpBrowser2; Gallery* mpGallery; |