summaryrefslogtreecommitdiff
path: root/psprint/inc
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2001-11-09 14:44:34 +0000
committerPhilipp Lohmann <pl@openoffice.org>2001-11-09 14:44:34 +0000
commit01f5f307b36660aa50eb61bbd1cad8444cb3fa18 (patch)
treebefb7b752e26037733546d762db6de167d695b73 /psprint/inc
parent8a87e12e47b9966194707dafacb323026600c3af (diff)
#94542# search fonts in font server directories
Diffstat (limited to 'psprint/inc')
-rw-r--r--psprint/inc/psprint/fontmanager.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/psprint/inc/psprint/fontmanager.hxx b/psprint/inc/psprint/fontmanager.hxx
index 420ae232fb3f..f867dacc5e8a 100644
--- a/psprint/inc/psprint/fontmanager.hxx
+++ b/psprint/inc/psprint/fontmanager.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fontmanager.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: pl $ $Date: 2001-10-16 17:57:23 $
+ * last change: $Author: pl $ $Date: 2001-11-09 15:44:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -367,6 +367,8 @@ class PrintFontManager
const ::rtl::OString& getDirectory( int nAtom ) const;
int getDirectoryAtom( const ::rtl::OString& rDirectory, bool bCreate = false );
+ void getServerDirectories(); // get font server directories on e.g. redhat
+
PrintFontManager();
~PrintFontManager();
public: