summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2016-06-28 12:37:11 +1000
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-06-28 07:04:35 +0000
commitd37e39081328e94b7106c8f3ca1dbc629ecb9a80 (patch)
tree20a8756356162543582340171a5ebf2f8edb84d4 /include
parent9c4d92c93976a390a98b61c34b24ba78d5640772 (diff)
tdf#99729 related: make SfxObjectShell::IsOwnStorageFormat acccessible
This patch removes SAL_DLLPRIVATE attribute and renames SfxObjectShell::IsOwnStorageFormat_impl() to SfxObjectShell::IsOwnStorageFormat() to allow unsing in derived classes in other modules. Change-Id: I24650ad4624adc117d08b0e747c05ff050b4046d Reviewed-on: https://gerrit.libreoffice.org/26732 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/objsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index c1b879ac261e..1047542f468d 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -626,7 +626,7 @@ public:
SAL_DLLPRIVATE std::shared_ptr<GDIMetaFile> CreatePreviewMetaFile_Impl( bool bFullContent ) const;
- SAL_DLLPRIVATE bool IsOwnStorageFormat_Impl(const SfxMedium &) const;
+ bool IsOwnStorageFormat(const SfxMedium &) const;
SAL_DLLPRIVATE bool IsPackageStorageFormat_Impl(const SfxMedium &) const;