summaryrefslogtreecommitdiffstats
path: root/vcl/unx/generic/printer/ppdparser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/generic/printer/ppdparser.cxx')
-rw-r--r--vcl/unx/generic/printer/ppdparser.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/unx/generic/printer/ppdparser.cxx b/vcl/unx/generic/printer/ppdparser.cxx
index 880a7d958000..fde5c08c8274 100644
--- a/vcl/unx/generic/printer/ppdparser.cxx
+++ b/vcl/unx/generic/printer/ppdparser.cxx
@@ -251,7 +251,6 @@ using namespace psp;
namespace
{
struct thePPDCache : public rtl::Static<PPDCache, thePPDCache> {};
-}
class PPDDecompressStream
{
@@ -275,6 +274,8 @@ public:
const OUString& GetFileName() const { return maFileName; }
};
+}
+
PPDDecompressStream::PPDDecompressStream( const OUString& i_rFile )
{
Open( i_rFile );