summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-12-06 14:30:39 +0000
committerFrank Schönheit <fs@openoffice.org>2001-12-06 14:30:39 +0000
commit611b519ff95581f14f23ad16cd45f3fcdd11a461 (patch)
tree600a0766d8501d3bb64692a601caf6fa9a4ae111
parentdd145e6b39c77c31e99fc4dc0ee4214b3bf0229f (diff)
#93949# moved the TemplateFolderCache in the correct namespace
-rw-r--r--svtools/source/contnr/templwin.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/contnr/templwin.cxx b/svtools/source/contnr/templwin.cxx
index 59dd76014858..725cdf7ba89e 100644
--- a/svtools/source/contnr/templwin.cxx
+++ b/svtools/source/contnr/templwin.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: templwin.cxx,v $
*
- * $Revision: 1.39 $
+ * $Revision: 1.40 $
*
- * last change: $Author: pb $ $Date: 2001-11-12 09:45:02 $
+ * last change: $Author: fs $ $Date: 2001-12-06 15:30:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1722,7 +1722,7 @@ IMPL_LINK ( SvtDocumentTemplateDialog, UpdateHdl_Impl, Timer*, _pEventSource )
else
{
// check if we really need to do the update
- ::sfx2::TemplateFolderCache aCache;
+ ::svt::TemplateFolderCache aCache;
if ( aCache.needsUpdate() )
{ // yes -> do it asynchronous (it will take a noticeable time)