summaryrefslogtreecommitdiff
path: root/svtools/source/misc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-12-13 11:44:34 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-12-13 11:44:34 +0000
commitc856d11e095ebfd44e28b4b7709a3007cbde3ca1 (patch)
tree53c79aac25782dd8cc4e00cb21b5db5675206ccf /svtools/source/misc
parent20979e48f3656ec413d85a43d2ccc1c6a33b8101 (diff)
INTEGRATION: CWS ineturl1 (1.7.160); FILE MERGED
2004/09/30 13:10:08 cmc 1.7.160.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer
Diffstat (limited to 'svtools/source/misc')
-rw-r--r--svtools/source/misc/templatefoldercache.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/svtools/source/misc/templatefoldercache.cxx b/svtools/source/misc/templatefoldercache.cxx
index db949717b550..6b22150283b2 100644
--- a/svtools/source/misc/templatefoldercache.cxx
+++ b/svtools/source/misc/templatefoldercache.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: templatefoldercache.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 14:15:22 $
+ * last change: $Author: hr $ $Date: 2004-12-13 12:44:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -804,7 +804,8 @@ namespace svt
// #116281# Keep office installtion relocatable. Never store
// any direct references to office installation directory.
sURL = getOfficeInstDirs()->makeAbsoluteURL( sURL );
- m_aPreviousState.push_back( new TemplateContent( sURL ) );
+ m_aPreviousState.push_back(
+ new TemplateContent( INetURLObject(sURL) ) );
}
// read the contents of the root folders