diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-07-21 14:41:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-07-22 08:51:27 +0200 |
commit | 0df982ac881d80db7caf06ce9402691a4a0ad7fd (patch) | |
tree | 79a1bbcced549f011c7af72bab4fe5e5aa02ba31 /include | |
parent | 6d9e304d1748668cc25905945129095bd14fd1af (diff) |
merge SetOptions_Nbc and SetOptions
since the Nbc variant is no longer necessary
Change-Id: I4a846dcdbe68116dd511e45f018af2cdc5fbcf48
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154725
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/app.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/app.hxx b/include/sfx2/app.hxx index 4a6e8428972d..bd214ce2f2e5 100644 --- a/include/sfx2/app.hxx +++ b/include/sfx2/app.hxx @@ -164,7 +164,6 @@ public: SAL_DLLPRIVATE SfxDispatcher* GetAppDispatcher_Impl(); SAL_DLLPRIVATE SfxDispatcher* GetDispatcher_Impl(); - SAL_DLLPRIVATE static void SetOptions_Nbc(const SfxItemSet &); SAL_DLLPRIVATE void Initialize_Impl(); SAL_DLLPRIVATE SfxAppData_Impl* Get_Impl() const { return pImpl.get(); } |