summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 17:52:52 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 17:52:52 +0000
commit5941ac184f12d37f707417b75290894a07c84c16 (patch)
tree1fe3078cffbfe43a82fb95b918f62bcffcde4630 /psprint
parent882513f8773c83a5c5fd78500aaec6dd0116b1bb (diff)
INTEGRATION: CWS geordi2q14 (1.4.68); FILE MERGED
2004/01/28 15:46:28 hr 1.4.68.1: #111934#: merge CWS vcl7pp1r3
Diffstat (limited to 'psprint')
-rw-r--r--psprint/inc/psprint/helper.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/psprint/inc/psprint/helper.hxx b/psprint/inc/psprint/helper.hxx
index b970bedd8bcd..4550f54d6083 100644
--- a/psprint/inc/psprint/helper.hxx
+++ b/psprint/inc/psprint/helper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: helper.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2003-04-11 17:17:39 $
+ * last change: $Author: hr $ $Date: 2004-02-02 18:52:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,6 +82,10 @@ void getPrinterPathList( std::list< rtl::OUString >& rPathList, const char* pSub
const ::rtl::OUString& getFontPath();
bool convertPfbToPfa( ::osl::File& rInFile, ::osl::File& rOutFile );
+
+enum whichOfficePath { NetPath, UserPath };
+const rtl::OUString& getOfficePath( enum whichOfficePath ePath );
+
} // namespace
#endif // _PSPRINT_HELPER_HXX_