diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-06 18:57:12 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-06 18:57:12 +0000 |
commit | 303b4a5abd07db4ddab213bac105151261233c3d (patch) | |
tree | 0a92c0cf77ec88293bb91c365efddd9442ab9355 /sfx2 | |
parent | 6c247ca5d0e404c9cfbeb381a4509fcc6aea9365 (diff) |
INTEGRATION: CWS odbmacros2 (1.16.2); FILE MERGED
2008/02/04 13:15:50 fs 1.16.2.2: RESYNC: (1.16-1.17); FILE MERGED
2007/12/18 21:15:15 fs 1.16.2.1: #i49133# m_xThisDocument is superfluous, it is always the same as SfxObjectShell's WorkingDocument (which has just been renamed to CurrentComponent)
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/inc/appdata.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sfx2/source/inc/appdata.hxx b/sfx2/source/inc/appdata.hxx index d5c651a4cbaf..cb193687b050 100644 --- a/sfx2/source/inc/appdata.hxx +++ b/sfx2/source/inc/appdata.hxx @@ -4,9 +4,9 @@ * * $RCSfile: appdata.hxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: obo $ $Date: 2008-01-04 15:10:24 $ + * last change: $Author: kz $ $Date: 2008-03-06 19:57:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -133,8 +133,6 @@ public: SvtHelpOptions* pHelpOptions; // "current" functionality - ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > - m_xThisDocument; SfxProgress* pProgress; ISfxTemplateCommon* pTemplateCommon; |