[Libreoffice-commits] .: sd/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 8 02:17:45 PST 2013


 sd/source/ui/slidesorter/inc/cache/SlsPageCache.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit eb54843c8556cd39efb4ade347652ad118c5de66
Author: Tor Lillqvist <tml at iki.fi>
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 {
 


More information about the Libreoffice-commits mailing list