summaryrefslogtreecommitdiff
path: root/include/sfx2/objsh.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-06-28 10:20:14 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-06-28 10:20:25 +0200
commit979c4a4140d6b86a4219b3daf1c3fbd9f8730459 (patch)
tree57a79c6c5f88d5d827342f53e5d223baa7efefcb /include/sfx2/objsh.hxx
parentff177bf17d547b0c116a9ca486af3d4724056f3e (diff)
loplugin:staticmethods
Change-Id: I3f94a493822b8f6f83473578cd133a54ecc6be30
Diffstat (limited to 'include/sfx2/objsh.hxx')
-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 1047542f468d..76ce6262ee99 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;
- bool IsOwnStorageFormat(const SfxMedium &) const;
+ static bool IsOwnStorageFormat(const SfxMedium &);
SAL_DLLPRIVATE bool IsPackageStorageFormat_Impl(const SfxMedium &) const;