diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 07:57:40 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 07:57:40 +0000 |
commit | b9cb8c46b38f4989dcfdd18c68a8f40a919eb321 (patch) | |
tree | b9b47e5e58b886af90ec544f4310cdb8ddf7c3f8 /autodoc/source/display/html/opageenv.cxx | |
parent | ec9451cb5574f4b8a88ac31a03126c8db30d1c4c (diff) |
INTEGRATION: CWS adc11 (1.1.1.1.136); FILE MERGED
2005/02/23 13:24:43 np 1.1.1.1.136.1: #i39458#
Diffstat (limited to 'autodoc/source/display/html/opageenv.cxx')
-rw-r--r-- | autodoc/source/display/html/opageenv.cxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/autodoc/source/display/html/opageenv.cxx b/autodoc/source/display/html/opageenv.cxx index a9510344a4a2..3cd3781fb6c8 100644 --- a/autodoc/source/display/html/opageenv.cxx +++ b/autodoc/source/display/html/opageenv.cxx @@ -2,9 +2,9 @@ * * $RCSfile: opageenv.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: np $ $Date: 2002-03-08 14:45:24 $ + * last change: $Author: vg $ $Date: 2005-03-23 08:57:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -409,6 +409,12 @@ OuputPage_Environment::MoveDir_Up() } void +OuputPage_Environment::SetFile_Css() +{ + pi->aMyPath.SetFile( C_sHFN_Css ); +} + +void OuputPage_Environment::SetFile_Overview() { pi->aMyPath.SetFile( C_sHFN_Overview ); |