diff options
Diffstat (limited to 'include/sfx2/docfac.hxx')
-rw-r--r-- | include/sfx2/docfac.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/docfac.hxx b/include/sfx2/docfac.hxx index 6cd70b86f586..c9fc6c880805 100644 --- a/include/sfx2/docfac.hxx +++ b/include/sfx2/docfac.hxx @@ -78,7 +78,7 @@ public: SfxModule* GetModule() const; SAL_DLLPRIVATE void SetModule_Impl( SfxModule* ); - SAL_DLLPRIVATE sal_uInt16 GetViewNo_Impl( const sal_uInt16 i_nViewId, const sal_uInt16 i_nFallback ) const; + SAL_DLLPRIVATE sal_uInt16 GetViewNo_Impl( const SfxInterfaceId i_nViewId, const sal_uInt16 i_nFallback ) const; private: SfxObjectFactory(const SfxObjectFactory&) = delete; |