diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-11 16:17:39 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-11 16:17:39 +0000 |
commit | 5367e92945012b50ef29dd93bbb588810a2b7adf (patch) | |
tree | e35c31707cae1978595e503cde746184edc8e65a /psprint/inc | |
parent | c706cd03b78871641dce6f454051c826c5318d65 (diff) |
INTEGRATION: CWS vcl07 (1.3.48); FILE MERGED
2003/03/12 21:40:30 pl 1.3.48.1: #103308# emergency printer configuration for setup
Diffstat (limited to 'psprint/inc')
-rw-r--r-- | psprint/inc/psprint/helper.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/psprint/inc/psprint/helper.hxx b/psprint/inc/psprint/helper.hxx index 3f92bf15a3db..b970bedd8bcd 100644 --- a/psprint/inc/psprint/helper.hxx +++ b/psprint/inc/psprint/helper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: helper.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: cp $ $Date: 2001-09-27 13:19:27 $ + * last change: $Author: vg $ $Date: 2003-04-11 17:17:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,6 +65,7 @@ #ifndef __SGI_STL_HASH_MAP #include <hash_map> #endif +#include <list> #ifndef _RTL_USTRING_HXX_ #include <rtl/ustring.hxx> #endif @@ -77,6 +78,7 @@ namespace psp { typedef int fontID; const ::rtl::OUString& getPrinterPath(); +void getPrinterPathList( std::list< rtl::OUString >& rPathList, const char* pSubDir ); const ::rtl::OUString& getFontPath(); bool convertPfbToPfa( ::osl::File& rInFile, ::osl::File& rOutFile ); |