Author: hdu
Date: Fri Apr 19 09:09:53 2013
New Revision: 1469752

URL: http://svn.apache.org/r1469752
Log:
WaE: fix some minor class/struct mismatches

Modified:
    openoffice/trunk/main/uui/source/iahndl.hxx
    openoffice/trunk/main/vcl/inc/fontcache.hxx
    openoffice/trunk/main/vcl/inc/printergfx.hxx
    openoffice/trunk/main/vcl/inc/unx/salgdi.h

Modified: openoffice/trunk/main/uui/source/iahndl.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/uui/source/iahndl.hxx?rev=1469752&r1=1469751&r2=1469752&view=diff
==============================================================================
--- openoffice/trunk/main/uui/source/iahndl.hxx (original)
+++ openoffice/trunk/main/uui/source/iahndl.hxx Fri Apr 19 09:09:53 2013
@@ -51,7 +51,7 @@ namespace com { namespace sun { namespac
         class XMultiServiceFactory;
     }
     namespace security {
-        class DocumentSignatureInformation;
+        struct DocumentSignatureInformation;
     }
     namespace task {
         class FutureDocumentVersionProductUpdateRequest;

Modified: openoffice/trunk/main/vcl/inc/fontcache.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/vcl/inc/fontcache.hxx?rev=1469752&r1=1469751&r2=1469752&view=diff
==============================================================================
--- openoffice/trunk/main/vcl/inc/fontcache.hxx (original)
+++ openoffice/trunk/main/vcl/inc/fontcache.hxx Fri Apr 19 09:09:53 2013
@@ -36,11 +36,6 @@ namespace psp
 
 class VCL_PLUGIN_PUBLIC FontCache
 {
-    struct FontDir;
-    friend class FontDir;
-    struct FontFile;
-    friend class FontFile;
-
     typedef std::list< PrintFontManager::PrintFont* > FontCacheEntry;
     struct FontFile
     {
@@ -93,3 +88,4 @@ public:
 } // namespace psp
 
 #endif // _PSPRINT_FONTCACHE_HXX
+

Modified: openoffice/trunk/main/vcl/inc/printergfx.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/vcl/inc/printergfx.hxx?rev=1469752&r1=1469751&r2=1469752&view=diff
==============================================================================
--- openoffice/trunk/main/vcl/inc/printergfx.hxx (original)
+++ openoffice/trunk/main/vcl/inc/printergfx.hxx Fri Apr 19 09:09:53 2013
@@ -35,7 +35,7 @@
 namespace psp {
 
 // forwards
-class JobData;
+struct JobData;
 
 /*
  * lightweight container to handle RGB values
@@ -124,7 +124,7 @@ class Font3;
 class GlyphSet;
 class PrinterJob;
 class PrintFontManager;
-class KernPair;
+struct KernPair;
 struct CharacterMetric;
 
 /*

Modified: openoffice/trunk/main/vcl/inc/unx/salgdi.h
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/vcl/inc/unx/salgdi.h?rev=1469752&r1=1469751&r2=1469752&view=diff
==============================================================================
--- openoffice/trunk/main/vcl/inc/unx/salgdi.h (original)
+++ openoffice/trunk/main/vcl/inc/unx/salgdi.h Fri Apr 19 09:09:53 2013
@@ -38,8 +38,8 @@
 #include <deque>
 
 // -=-= forwards -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-struct  ImplFontMetricData;
-struct  ImplFontSelectData;
+class   ImplFontMetricData;
+class   ImplFontSelectData;
 class   SalBitmap;
 class   SalColormap;
 class   SalDisplay;


Reply via email to