diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 10:44:22 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 10:44:22 +0000 |
commit | fff2bfe691c5a09ee84a50273523f958e6568944 (patch) | |
tree | 8ce8a525761e705d4cb02f4a5cd98ccc6bbe64be /psprint | |
parent | a394f5e8ad735e08f9a17bf2048347d500f95dbb (diff) |
INTEGRATION: CWS c06 (1.7.52); FILE MERGED
2005/08/22 11:27:49 pl 1.7.52.1: #i53530# configurable override for office font paths
Diffstat (limited to 'psprint')
-rw-r--r-- | psprint/inc/psprint/helper.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/psprint/inc/psprint/helper.hxx b/psprint/inc/psprint/helper.hxx index 5f894dd09f18..f83538d689f0 100644 --- a/psprint/inc/psprint/helper.hxx +++ b/psprint/inc/psprint/helper.hxx @@ -4,9 +4,9 @@ * * $RCSfile: helper.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:34:10 $ + * last change: $Author: rt $ $Date: 2005-11-11 11:44:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -62,7 +62,7 @@ void normPath( rtl::OString& rPath ); // rOrgPath will be subject to normPath void splitPath( rtl::OString& rOrgPath, rtl::OString& rDir, rtl::OString& rBase ); -enum whichOfficePath { NetPath, UserPath }; +enum whichOfficePath { NetPath, UserPath, ConfigPath }; const rtl::OUString& getOfficePath( enum whichOfficePath ePath ); } // namespace |