diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-26 11:50:09 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-27 13:56:13 +0100 |
commit | a4a98dd0353db408708dd09a30fbfe6ada539770 (patch) | |
tree | 5f33b4f0428f1e192a735dcc68fda1ddc73b5579 /include/sfx2/viewsh.hxx | |
parent | 4a68aec049276ae3742efd9553258cd1a62c88b6 (diff) |
remove unused SfxViewShellFlags enum value
Change-Id: Ie754752203dcb066c69dff6effb835d7e1db1753
Reviewed-on: https://gerrit.libreoffice.org/64088
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/viewsh.hxx')
-rw-r--r-- | include/sfx2/viewsh.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/sfx2/viewsh.hxx b/include/sfx2/viewsh.hxx index cb185bb7b058..67a304a14873 100644 --- a/include/sfx2/viewsh.hxx +++ b/include/sfx2/viewsh.hxx @@ -98,12 +98,11 @@ enum class SfxViewShellFlags { NONE = 0x0000, HAS_PRINTOPTIONS = 0x0010, /* Options-Button and Options-Dialog in PrintDialog */ - NO_SHOW = 0x0040, /* Window of the ViewShell shall not be showed automatically */ NO_NEWWINDOW = 0x0100, /* Allow N View */ }; namespace o3tl { - template<> struct typed_flags<SfxViewShellFlags> : is_typed_flags<SfxViewShellFlags, 0x0150> {}; + template<> struct typed_flags<SfxViewShellFlags> : is_typed_flags<SfxViewShellFlags, 0x0110> {}; } /* [Description] @@ -305,7 +304,6 @@ public: SAL_DLLPRIVATE void ResetAllClients_Impl( SfxInPlaceClient const *pIP ); SAL_DLLPRIVATE void SetPrinter_Impl( VclPtr<SfxPrinter>& pNewPrinter ); - SAL_DLLPRIVATE bool IsShowView_Impl() const; SAL_DLLPRIVATE bool HandleNotifyEvent_Impl( NotifyEvent const & rEvent ); SAL_DLLPRIVATE bool HasKeyListeners_Impl(); |