diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-01-29 14:26:20 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-01-29 14:26:20 +0000 |
commit | 3ade17f1349146dee979c3f76d1d852992730112 (patch) | |
tree | 88096af7945c07b5c0f049ad809ba3cd92277073 | |
parent | 9d5cbf4a7d1992d401e819e6143742632af6aa9a (diff) |
INTEGRATION: CWS fwk80_SRC680 (1.19.14); FILE MERGED
2008/01/02 12:24:04 mav 1.19.14.1: #i84941# use the MediaDescriptor only to handle the macro execution
-rw-r--r-- | embedserv/source/inc/docholder.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/embedserv/source/inc/docholder.hxx b/embedserv/source/inc/docholder.hxx index dd3d40f53..f986a4964 100644 --- a/embedserv/source/inc/docholder.hxx +++ b/embedserv/source/inc/docholder.hxx @@ -4,9 +4,9 @@ * * $RCSfile: docholder.hxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: vg $ $Date: 2007-03-26 14:49:50 $ + * last change: $Author: rt $ $Date: 2008-01-29 15:26:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -114,6 +114,7 @@ private: ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > m_xDocument; + sal_Int16 m_nMacroExecMode; ::com::sun::star::uno::Reference< ::com::sun::star::frame::XLayoutManager> m_xLayoutManager; @@ -138,6 +139,7 @@ private: void ClearInterceptorInternally(); + void LoadDocInFrame( sal_Bool bPluginMode ); public: |