diff options
author | Mathias Bauer <mba@openoffice.org> | 2002-07-03 15:34:32 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2002-07-03 15:34:32 +0000 |
commit | 35d5b1fbe0d9694c68ac73099e51f0c8149c9dd5 (patch) | |
tree | 6f44a43c9161958117d9dd85dadee4227f11bc87 /sfx2/source/doc/doctempl.cxx | |
parent | 989bffbf798324a662c8b78808c3d48389359e1f (diff) |
#98578#: removed obsolete service name
Diffstat (limited to 'sfx2/source/doc/doctempl.cxx')
-rw-r--r-- | sfx2/source/doc/doctempl.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/doc/doctempl.cxx b/sfx2/source/doc/doctempl.cxx index 437af544cc1b..6d54c193d4bf 100644 --- a/sfx2/source/doc/doctempl.cxx +++ b/sfx2/source/doc/doctempl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: doctempl.cxx,v $ * - * $Revision: 1.47 $ + * $Revision: 1.48 $ * - * last change: $Author: mba $ $Date: 2002-04-23 14:13:40 $ + * last change: $Author: mba $ $Date: 2002-07-03 16:34:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -233,8 +233,8 @@ using namespace ucb; #define SERVICENAME_TYPEDETECTION "com.sun.star.document.TypeDetection" #define TYPEDETECTION_PARAMETER "FileName" -#define SERVICENAME_OLD_TYPEDETECTION "com.sun.star.frame.FrameLoaderFactory" -#define PARAMETER_OLD_TYPEDETECTION "DeepDetection" +//#define SERVICENAME_OLD_TYPEDETECTION "com.sun.star.frame.FrameLoaderFactory" +//#define PARAMETER_OLD_TYPEDETECTION "DeepDetection" #define SERVICENAME_DOCINFO "com.sun.star.document.DocumentProperties" #define SERVICENAME_DOCTEMPLATES "com.sun.star.frame.DocumentTemplates" |