Kaydet (Commit) 88e51a69 authored tarafından Herbert Dürr's avatar Herbert Dürr

WaE: fix some minor class/struct mismatches

üst 40b65cda
...@@ -51,7 +51,7 @@ namespace com { namespace sun { namespace star { ...@@ -51,7 +51,7 @@ namespace com { namespace sun { namespace star {
class XMultiServiceFactory; class XMultiServiceFactory;
} }
namespace security { namespace security {
class DocumentSignatureInformation; struct DocumentSignatureInformation;
} }
namespace task { namespace task {
class FutureDocumentVersionProductUpdateRequest; class FutureDocumentVersionProductUpdateRequest;
......
...@@ -36,11 +36,6 @@ namespace psp ...@@ -36,11 +36,6 @@ namespace psp
class VCL_PLUGIN_PUBLIC FontCache class VCL_PLUGIN_PUBLIC FontCache
{ {
struct FontDir;
friend class FontDir;
struct FontFile;
friend class FontFile;
typedef std::list< PrintFontManager::PrintFont* > FontCacheEntry; typedef std::list< PrintFontManager::PrintFont* > FontCacheEntry;
struct FontFile struct FontFile
{ {
...@@ -93,3 +88,4 @@ public: ...@@ -93,3 +88,4 @@ public:
} // namespace psp } // namespace psp
#endif // _PSPRINT_FONTCACHE_HXX #endif // _PSPRINT_FONTCACHE_HXX
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
namespace psp { namespace psp {
// forwards // forwards
class JobData; struct JobData;
/* /*
* lightweight container to handle RGB values * lightweight container to handle RGB values
...@@ -124,7 +124,7 @@ class Font3; ...@@ -124,7 +124,7 @@ class Font3;
class GlyphSet; class GlyphSet;
class PrinterJob; class PrinterJob;
class PrintFontManager; class PrintFontManager;
class KernPair; struct KernPair;
struct CharacterMetric; struct CharacterMetric;
/* /*
......
...@@ -38,8 +38,8 @@ ...@@ -38,8 +38,8 @@
#include <deque> #include <deque>
// -=-= forwards -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= // -=-= forwards -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
struct ImplFontMetricData; class ImplFontMetricData;
struct ImplFontSelectData; class ImplFontSelectData;
class SalBitmap; class SalBitmap;
class SalColormap; class SalColormap;
class SalDisplay; class SalDisplay;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment