diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-19 13:04:07 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-19 13:04:07 +0000 |
commit | 5d4d425754b6792900d894568219ec22e933b604 (patch) | |
tree | 67a8aafb40fa2697434aefdcf5720cb3d2f32e8d /embeddedobj/source/inc/docholder.hxx | |
parent | a76bf6d45cf736f24cd83025b9a04321a58d7961 (diff) |
INTEGRATION: CWS fwk56 (1.11.8); FILE MERGED
2006/12/04 15:15:01 mav 1.11.8.1: #i68012# fix resizing of embedded object
Diffstat (limited to 'embeddedobj/source/inc/docholder.hxx')
-rw-r--r-- | embeddedobj/source/inc/docholder.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/embeddedobj/source/inc/docholder.hxx b/embeddedobj/source/inc/docholder.hxx index 5d3db1d23138..45fb9a9e21d3 100644 --- a/embeddedobj/source/inc/docholder.hxx +++ b/embeddedobj/source/inc/docholder.hxx @@ -4,9 +4,9 @@ * * $RCSfile: docholder.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: vg $ $Date: 2006-11-01 18:20:43 $ + * last change: $Author: ihi $ $Date: 2006-12-19 14:04:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -123,6 +123,7 @@ private: sal_Bool m_bDesktopTerminated; sal_Int32 m_nNoBorderResizeReact; + sal_Int32 m_nNoResizeReact; ::com::sun::star::uno::Reference< ::com::sun::star::ui::XDockingAreaAcceptor > m_xCachedDocAreaAcc; |