[Libreoffice-commits] core.git: sc/source
Kohei Yoshida
kohei.yoshida at gmail.com
Sat Jul 27 17:12:17 PDT 2013
sc/source/ui/unoobj/scdetect.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 1fc099999313d61159ea45f02d80a1bf1b913fbe
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Sat Jul 27 20:12:15 2013 -0400
Damnit
Change-Id: Ife14d006350e8c3b6e1e2f7f6a0cb517f6bbafdd
diff --git a/sc/source/ui/unoobj/scdetect.cxx b/sc/source/ui/unoobj/scdetect.cxx
index b424cf8..ce43086 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;
More information about the Libreoffice-commits
mailing list