From d429ea8ac159283dc5ff862c254868a987a9f42b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 9 Mar 2016 17:51:07 +0100 Subject: Remove unnecessary typedef (that introduced a reserved identifier) Change-Id: I6c0aaac10b2244271f3cdf45f4eceb6d685b213c --- unusedcode.easy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unusedcode.easy') diff --git a/unusedcode.easy b/unusedcode.easy index d77024d77891..7285029d48d1 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -72,7 +72,7 @@ sd::LeftDrawPaneShell::RegisterInterface(SfxModule*) sd::LeftImpressPaneShell::RegisterInterface(SfxModule*) std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::_M_move_data(std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >&, std::integral_constant) std::__cxx1998::vector, std::allocator > >::reserve(unsigned long) -vcl::MapChar(vcl::_TrueTypeFont*, unsigned short, bool) +vcl::MapChar(vcl::TrueTypeFont*, unsigned short, bool) vcl::Region::IsInside(Rectangle const&) const vcl::RenderSettings::PushAndApply(OutputDevice&) vcl::Window::DrawGradientWallpaper(OutputDevice&, long, long, long, long, Wallpaper const&) -- cgit