diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-08-05 11:55:32 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-08-05 11:55:32 +0000 |
commit | a0524f739534dd02f2b3b7dc8a399b48aa77b579 (patch) | |
tree | 9bb7298ad9eb30a0acce95ed016eb4fb9a2c9b00 /padmin | |
parent | 2dac0dd2675ba68644f6b0aa07cb0ece13167514 (diff) |
INTEGRATION: CWS gslpatches2 (1.6.24); FILE MERGED
2005/05/31 09:13:30 pl 1.6.24.1: #i50066# forward decls (thanks to pmladek)
Diffstat (limited to 'padmin')
-rw-r--r-- | padmin/source/padialog.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/padmin/source/padialog.hxx b/padmin/source/padialog.hxx index 65d03017c4df..77a207c9930c 100644 --- a/padmin/source/padialog.hxx +++ b/padmin/source/padialog.hxx @@ -2,9 +2,9 @@ * * $RCSfile: padialog.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-01-31 09:28:20 $ + * last change: $Author: hr $ $Date: 2005-08-05 12:55:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -94,6 +94,7 @@ // forward declaration namespace psp { class PrinterInfoManager; } +class Printer; namespace padmin { |