Kaydet (Commit) c419d2f1 authored tarafından Khaled Hosny's avatar Khaled Hosny

Move the typedef where it is used

Change-Id: I275e96ce3761b61b62748a1e75f1a7a88640e7cf
üst 791431d7
...@@ -34,8 +34,6 @@ namespace osl { class File; } ...@@ -34,8 +34,6 @@ namespace osl { class File; }
namespace psp namespace psp
{ {
typedef int fontID;
void VCL_DLLPUBLIC getPrinterPathList( std::list< OUString >& rPathList, const char* pSubDir ); void VCL_DLLPUBLIC getPrinterPathList( std::list< OUString >& rPathList, const char* pSubDir );
// note: gcc 3.4.1 warns about visibility if we retunr a const OUString& here // note: gcc 3.4.1 warns about visibility if we retunr a const OUString& here
......
...@@ -48,6 +48,8 @@ class FontSelectPattern; ...@@ -48,6 +48,8 @@ class FontSelectPattern;
namespace psp { namespace psp {
class PPDParser; class PPDParser;
typedef int fontID;
/* /*
* the difference between FastPrintFontInfo and PrintFontInfo * the difference between FastPrintFontInfo and PrintFontInfo
* is that the information in FastPrintFontInfo can usually * is that the information in FastPrintFontInfo can usually
......
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