sd/source/ui/slidesorter/inc/cache/SlsPageCache.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit eb54843c8556cd39efb4ade347652ad118c5de66 Author: Tor Lillqvist <[email protected]> Date: Tue Jan 8 12:17:10 2013 +0200 WaE: struct 'Size' was previously declared as a class diff --git a/sd/source/ui/slidesorter/inc/cache/SlsPageCache.hxx b/sd/source/ui/slidesorter/inc/cache/SlsPageCache.hxx index 23d6187e..3043883 100644 --- a/sd/source/ui/slidesorter/inc/cache/SlsPageCache.hxx +++ b/sd/source/ui/slidesorter/inc/cache/SlsPageCache.hxx @@ -25,7 +25,7 @@ #include <boost/scoped_ptr.hpp> #include <vcl/bitmap.hxx> -struct Size; +class Size; namespace sd { namespace slidesorter { namespace cache { _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
