summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-06-03 16:23:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-06-04 08:31:33 +0200
commit547217ecf2348cf511b1f058ecbab6f15f2bceff (patch)
tree9abf2b552f676c727563f96bfbc09056cc3a375d /oox
parent9d0fcedaecc84c147f19c88bac1469b359eab16e (diff)
Document seemingly dead QuickDiagrammingImport, QuickDiagrammingLayout
Change-Id: I9662671d8dbce87993ba67cf8e4fd993ad1eb27a
Diffstat (limited to 'oox')
-rw-r--r--oox/source/core/services.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/oox/source/core/services.cxx b/oox/source/core/services.cxx
index 6873e4d194ce..d62f159f6744 100644
--- a/oox/source/core/services.cxx
+++ b/oox/source/core/services.cxx
@@ -48,6 +48,11 @@ namespace {
#define IMPLEMENTATION_ENTRY( className ) \
{ &className##_createInstance, &className##_getImplementationName, &className##_getSupportedServiceNames, ::cppu::createSingleComponentFactory, 0, 0 }
+//TODO: QuickDiagrammingImport and QuickDiagrammingLayout are not listed in
+// oox/util/oox.component (and not directly referenced from anywhere in the code
+// either); it is unclear whether they are dead code or whether
+// a81327ff2faaf21c22f1a902bea170942d5207e6 "Import SmartArt graphics to
+// Impress" would actually want to make use of them:
static ::cppu::ImplementationEntry const spServices[] =
{
IMPLEMENTATION_ENTRY( ::oox::core::FastTokenHandler ),