Kaydet (Commit) 2b220de2 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS mmeeks09 (1.3.476); FILE MERGED

2005/07/04 11:04:46 mmeeks 1.3.476.1: #i51304#
speedup startup
üst f3fd3dda
......@@ -2,9 +2,9 @@
*
* $RCSfile: fmdocumentclassification.hxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: obo $ $Date: 2004-11-16 11:30:02 $
* last change: $Author: obo $ $Date: 2005-07-05 10:05:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -97,6 +97,10 @@ namespace svxform
public:
/** classifies a document model
*/
static bool isEnhancedForm(
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& _rxDocumentModel
) SAL_THROW(());
static DocumentType classifyDocument(
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& _rxDocumentModel
) SAL_THROW(());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment