diff options
Diffstat (limited to 'include/tools/multisel.hxx')
-rw-r--r-- | include/tools/multisel.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/multisel.hxx b/include/tools/multisel.hxx index 678fc94a998a..8b5d434130fa 100644 --- a/include/tools/multisel.hxx +++ b/include/tools/multisel.hxx @@ -42,12 +42,10 @@ private: sal_Bool bCurValid; // are nCurIndex and nCurSubSel valid sal_Bool bSelectNew; // auto-select newly inserted indexes -#ifdef _SV_MULTISEL_CXX TOOLS_DLLPRIVATE void ImplClear(); TOOLS_DLLPRIVATE size_t ImplFindSubSelection( long nIndex ) const; TOOLS_DLLPRIVATE sal_Bool ImplMergeSubSelections( size_t nPos1, size_t nPos2 ); TOOLS_DLLPRIVATE long ImplFwdUnselected(); -#endif public: MultiSelection(); |