summaryrefslogtreecommitdiff
path: root/sw/inc/unocrsrhelper.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-01-29 08:22:26 +0000
committerRüdiger Timm <rt@openoffice.org>2008-01-29 08:22:26 +0000
commit2ea01d91b31291b3c3308edd07402c5fff421760 (patch)
treef9d607803dbcb58f1a71530fb7f848debcfb71bf /sw/inc/unocrsrhelper.hxx
parentcb552beba3025b21b37a0e995c17ef3ee0c1e522 (diff)
INTEGRATION: CWS os109 (1.9.112); FILE MERGED
2007/12/06 10:36:33 os 1.9.112.1: #i83449# insertDocumentFromURL suppors MediaDescriptor properties
Diffstat (limited to 'sw/inc/unocrsrhelper.hxx')
-rw-r--r--sw/inc/unocrsrhelper.hxx14
1 files changed, 8 insertions, 6 deletions
diff --git a/sw/inc/unocrsrhelper.hxx b/sw/inc/unocrsrhelper.hxx
index 4340c62aac7c..4dcca438a000 100644
--- a/sw/inc/unocrsrhelper.hxx
+++ b/sw/inc/unocrsrhelper.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unocrsrhelper.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: hr $ $Date: 2007-09-27 08:15:22 $
+ * last change: $Author: rt $ $Date: 2008-01-29 09:22:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -51,6 +51,9 @@ namespace com{ namespace sun{ namespace star{
namespace uno{
class Any;
}
+ namespace beans{
+ struct PropertyValue;
+ }
}}}
/* -----------------------------14.12.00 15:06--------------------------------
@@ -73,10 +76,9 @@ namespace SwUnoCursorHelper
void resetCrsrPropertyValue(const SfxItemPropertyMap* pMap, SwPaM& rPam);
void InsertFile(SwUnoCrsr* pUnoCrsr,
- const String& rFileName,
- const String& rFilterName,
- const String& rFilterOption,
- const String& rPassword);
+ const String& rURL,
+ const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rOptions
+ ) throw( com::sun::star::lang::IllegalArgumentException, com::sun::star::io::IOException, com::sun::star::uno::RuntimeException );
void getNumberingProperty(
SwPaM& rPam,