diff options
author | Dirk Völzke <dv@openoffice.org> | 2001-02-26 07:50:56 +0000 |
---|---|---|
committer | Dirk Völzke <dv@openoffice.org> | 2001-02-26 07:50:56 +0000 |
commit | bfcc17a954954ca90bd2aeee04a5c8ecb549941b (patch) | |
tree | 2175fd1bbf5ab22bd82ae689f0ac1cc008793d3f /sfx2/source/doc/doctempl.cxx | |
parent | ca5ed63e3f40581b7efe3c2444922a38fd456fb0 (diff) |
Use the hierarchy service again
Diffstat (limited to 'sfx2/source/doc/doctempl.cxx')
-rw-r--r-- | sfx2/source/doc/doctempl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/doc/doctempl.cxx b/sfx2/source/doc/doctempl.cxx index f1f8a5c53c96..312c98b8194f 100644 --- a/sfx2/source/doc/doctempl.cxx +++ b/sfx2/source/doc/doctempl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: doctempl.cxx,v $ * - * $Revision: 1.30 $ + * $Revision: 1.31 $ * - * last change: $Author: dv $ $Date: 2001-02-21 15:53:28 $ + * last change: $Author: dv $ $Date: 2001-02-26 08:50:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -190,7 +190,7 @@ using namespace ucb; //======================================================================== -#define DONT_USE_HIERARCHY +// #define DONT_USE_HIERARCHY #define HIERARCHIE_ROOT_URL "vnd.sun.star.hier:/" #define TEMPLATE_ROOT_URL "vnd.sun.star.hier:/templates" |