diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-06-28 14:27:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-06-28 14:27:46 +0200 |
commit | ea6536a42b73c9205c9c69ddc5fecb9ed83c440e (patch) | |
tree | 6c230dce74f747822ede06bed3ddcb8c32aaa274 /include | |
parent | 876348f5acdaa109e0f878786345e1e12fce19a1 (diff) |
IsOwnStorageFormat can apparently be a private helper function
Change-Id: I5b36d48749faaab7c1280b5d086bf0d65a313469
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/objsh.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index 76ce6262ee99..6f0c244ebc15 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -216,7 +216,9 @@ private: bool mbAvoidRecentDocs; ///< Avoid adding to the recent documents list, if not necessary. bool CloseInternal(); -private: + + SAL_DLLPRIVATE static bool IsOwnStorageFormat(const SfxMedium &); + SAL_DLLPRIVATE void UpdateTime_Impl(const css::uno::Reference< css::document::XDocumentProperties> & i_xDocProps); @@ -626,8 +628,6 @@ public: SAL_DLLPRIVATE std::shared_ptr<GDIMetaFile> CreatePreviewMetaFile_Impl( bool bFullContent ) const; - static bool IsOwnStorageFormat(const SfxMedium &); - SAL_DLLPRIVATE bool IsPackageStorageFormat_Impl(const SfxMedium &) const; SAL_DLLPRIVATE bool ConnectTmpStorage_Impl( const css::uno::Reference< css::embed::XStorage >& xStorage, SfxMedium* pMedium ); |