summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/scdetect.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-07-27 20:12:15 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-27 20:12:49 -0400
commit1fc099999313d61159ea45f02d80a1bf1b913fbe (patch)
tree6b971b821bf834a59c21514d27e227edf3e7e635 /sc/source/ui/unoobj/scdetect.cxx
parent5672babacd79a76cfdb600fcb10c3f2ba0c34771 (diff)
Damnit
Change-Id: Ife14d006350e8c3b6e1e2f7f6a0cb517f6bbafdd
Diffstat (limited to 'sc/source/ui/unoobj/scdetect.cxx')
-rw-r--r--sc/source/ui/unoobj/scdetect.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/scdetect.cxx b/sc/source/ui/unoobj/scdetect.cxx
index b424cf80712c..ce430868d694 100644
--- a/sc/source/ui/unoobj/scdetect.cxx
+++ b/sc/source/ui/unoobj/scdetect.cxx
@@ -296,8 +296,6 @@ OUString SAL_CALL ScFilterDetect::detect( uno::Sequence<beans::PropertyValue>& l
bDeepDetection = lDescriptor[nProperty].Value.get<sal_Bool>();
}
- fprintf(stdout, "ScFilterDetect::detect: type = '%s'\n", rtl::OUStringToOString(aTypeName, RTL_TEXTENCODING_UTF8).getStr());
-
// can't check the type for external filters, so set the "dont" flag accordingly
SolarMutexGuard aGuard;
//SfxFilterFlags nMust = SFX_FILTER_IMPORT, nDont = SFX_FILTER_NOTINSTALLED;