summaryrefslogtreecommitdiff
path: root/sfx2/inc/sfx2/frame.hxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-12-09 12:29:14 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-12-09 12:29:14 +0100
commit1e9965d8403e907b4b050d1eadab301bc50cbbf2 (patch)
tree0a00fc0e3162596b652af171c5d2e62d360eed82 /sfx2/inc/sfx2/frame.hxx
parent6bf2031182b9a7a9ea0fb4e84651262d9cb0e23f (diff)
autorecovery: streamlined InsertDocument_Impl, as preparation for moving its content into XModel2::createViewController or XController2::attachFrame or ...
Diffstat (limited to 'sfx2/inc/sfx2/frame.hxx')
-rw-r--r--sfx2/inc/sfx2/frame.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/frame.hxx b/sfx2/inc/sfx2/frame.hxx
index ecd9bffeb4..8e6a8ca3bc 100644
--- a/sfx2/inc/sfx2/frame.hxx
+++ b/sfx2/inc/sfx2/frame.hxx
@@ -71,6 +71,7 @@ namespace com
#include <svtools/brdcst.hxx>
#include <tools/list.hxx>
#include <svtools/poolitem.hxx>
+#include <comphelper/namedvaluecollection.hxx>
class SvBorder;
class SfxWorkWindow;
@@ -218,7 +219,7 @@ public:
SAL_DLLPRIVATE void GrabFocusOnComponent_Impl();
SAL_DLLPRIVATE void SetInPlace_Impl( sal_Bool );
- SAL_DLLPRIVATE BOOL InsertDocument_Impl( SfxObjectShell& rDoc, const SfxItemSet& rSet );
+ SAL_DLLPRIVATE BOOL InsertDocument_Impl( SfxObjectShell& rDoc, const ::comphelper::NamedValueCollection& i_rArgs );
SAL_DLLPRIVATE void LockResize_Impl( BOOL bLock );
SAL_DLLPRIVATE void SetMenuBarOn_Impl( BOOL bOn );
SAL_DLLPRIVATE BOOL IsMenuBarOn_Impl() const;