diff options
-rw-r--r-- | toolkit/source/awt/scrollabledialog.cxx | 2 | ||||
-rwxr-xr-x | unusedcode.easy | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/toolkit/source/awt/scrollabledialog.cxx b/toolkit/source/awt/scrollabledialog.cxx index 88b0d7d71220..d12afdd41b27 100644 --- a/toolkit/source/awt/scrollabledialog.cxx +++ b/toolkit/source/awt/scrollabledialog.cxx @@ -158,7 +158,9 @@ void ScrollableWrapper<T>::ResetScrollBars() } template class ScrollableWrapper< Dialog >; +#if SCROLLABLEFRAME template class ScrollableWrapper< GroupBox >; +#endif } // toolkit /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/unusedcode.easy b/unusedcode.easy index 69888fe38e20..65239d11633b 100755 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -98,4 +98,3 @@ sd::ToolPanelPaneShell::RegisterInterface(SfxModule*) sd::ViewShellBase::RegisterFactory(unsigned short) std::__cxx1998::vector<SfxFilter*, std::allocator<SfxFilter*> >::~vector() std::__cxx1998::vector<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >::~vector() -toolkit::ScrollableWrapper<GroupBox>::ScrollableWrapper(Window*, long) |