diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-16 15:22:29 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-16 15:22:29 +0000 |
commit | c5546ab70f9527b5b371536a8041cd88bbc19a39 (patch) | |
tree | d3bf54064d50577946c00910c6728f389581ee97 /svx/source/inc/formtoolbars.hxx | |
parent | 65d04ed3dc796b4187f66623658c574e59df8534 (diff) |
INTEGRATION: CWS fwkdbdesign01 (1.6.804); FILE MERGED
2007/03/03 15:18:57 fs 1.6.804.1: #i74951# removed unused ctor argument
Diffstat (limited to 'svx/source/inc/formtoolbars.hxx')
-rw-r--r-- | svx/source/inc/formtoolbars.hxx | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/svx/source/inc/formtoolbars.hxx b/svx/source/inc/formtoolbars.hxx index dfed2abf0ad5..a9fceb192050 100644 --- a/svx/source/inc/formtoolbars.hxx +++ b/svx/source/inc/formtoolbars.hxx @@ -4,9 +4,9 @@ * * $RCSfile: formtoolbars.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:22:34 $ + * last change: $Author: ihi $ $Date: 2007-04-16 16:22:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -60,7 +60,6 @@ namespace svxform class FormToolboxes { private: - DocumentType m_eDocumentType; ::com::sun::star::uno::Reference< ::com::sun::star::frame::XLayoutManager > m_xLayouter; @@ -68,15 +67,9 @@ namespace svxform /** constructs an instance @param _rxFrame the frame to analyze - @param _eDocType - the type of the document in <arg>_rxFrame</arg>. May be eUnknownDocumentType, in this - case, it will be determined automatically. - If you, for whatever reason, already know the document type, then you can pass it here - for performance reasons */ FormToolboxes( - const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame, - DocumentType _eDocType + const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxFrame ); public: |