include/sfx2/objsh.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit ea6536a42b73c9205c9c69ddc5fecb9ed83c440e
Author: Stephan Bergmann <[email protected]>
Date:   Tue Jun 28 14:27:46 2016 +0200

    IsOwnStorageFormat can apparently be a private helper function
    
    Change-Id: I5b36d48749faaab7c1280b5d086bf0d65a313469

diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index 76ce626..6f0c244 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 );
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to