summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-10-19 09:54:12 +0200
committerJan Holesovsky <kendy@collabora.com>2015-10-19 10:14:03 +0200
commit25d1447fcfe7d3fcdf8792d1cf426aaa2e578875 (patch)
tree16519edb28750e5910b0b57b19a9b3098a1a5ed2 /include
parentf6f32e8eabb2e09fbe2b70dfb540bb1ea1ee75a9 (diff)
sfx items: Some cleanup.
Change-Id: I8fdd710b4248de03db6591665489146cb2674aab
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/objsh.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index a7466f1ed596..ff04e3c7f1d5 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -684,9 +684,9 @@ public:
SAL_DLLPRIVATE void SetNamedVisibility_Impl();
SAL_DLLPRIVATE bool DoSave_Impl( const SfxItemSet* pSet=0 );
SAL_DLLPRIVATE bool Save_Impl( const SfxItemSet* pSet=0 );
- SAL_DLLPRIVATE bool PreDoSaveAs_Impl(const OUString &rFileName, const OUString &rFiltName, SfxItemSet *);
- SAL_DLLPRIVATE bool APISaveAs_Impl ( const OUString& aFileName, SfxItemSet* aParams );
- SAL_DLLPRIVATE bool CommonSaveAs_Impl ( const INetURLObject& aURL, const OUString& aFilterName, SfxItemSet* aParams );
+ SAL_DLLPRIVATE bool PreDoSaveAs_Impl(const OUString& rFileName, const OUString& rFiltName, SfxItemSet& rItemSet);
+ SAL_DLLPRIVATE bool APISaveAs_Impl(const OUString& aFileName, SfxItemSet& rItemSet);
+ SAL_DLLPRIVATE bool CommonSaveAs_Impl(const INetURLObject& aURL, const OUString& aFilterName, SfxItemSet& rItemSet);
SAL_DLLPRIVATE bool GeneralInit_Impl(
const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage,
bool bTypeMustBeSetAlready );