summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-17 09:48:09 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-17 09:48:09 +0000
commit0d7a9b7bada9a41824495b35c79047a60e437c95 (patch)
tree8f3602413a2e96ad2de621a346ad22d8a0b9c2b7 /psprint
parent003619907fb71a05be1a1b8397924f5af64af4fa (diff)
INTEGRATION: CWS cups01 (1.4.34); FILE MERGED
2003/08/06 18:22:16 pl 1.4.34.1: #i12087# add: get cups properties
Diffstat (limited to 'psprint')
-rw-r--r--psprint/inc/psprint/ppdparser.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/psprint/inc/psprint/ppdparser.hxx b/psprint/inc/psprint/ppdparser.hxx
index 33bf3fbd56dc..e0be4f2d53a3 100644
--- a/psprint/inc/psprint/ppdparser.hxx
+++ b/psprint/inc/psprint/ppdparser.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ppdparser.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2003-04-11 17:17:50 $
+ * last change: $Author: obo $ $Date: 2004-03-17 10:48:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -149,10 +149,12 @@ public:
*/
class PPDContext;
+class CUPSManager;
class PPDParser
{
friend class PPDContext;
+ friend class CUPSManager;
typedef ::std::hash_map< ::rtl::OUString, PPDKey*, ::rtl::OUStringHash > hash_type;
typedef ::std::vector< PPDKey* > value_type;