diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-03-04 16:24:43 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-03-05 02:05:21 +0200 |
commit | cfde18d34978c2665f3ddb2473359c83c82337f6 (patch) | |
tree | 5500b3f7f7a1479692192278c80aee0407e7546c /sc | |
parent | 8f5790787c6e8665ec471e87375f9539718fe1c3 (diff) |
I assume "DBase" here means a file format, not "database" in general
Thus no need to bypass the code here in the DISABLE_DBCONNECTIVITY
case. That is intended to get rid of code related to communicating
with more complex database systems.
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/docshell/docsh8.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/docshell/docsh8.cxx b/sc/source/ui/docshell/docsh8.cxx index a6bb9160dbbe..af910768d143 100644 --- a/sc/source/ui/docshell/docsh8.cxx +++ b/sc/source/ui/docshell/docsh8.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -#ifndef DISABLE_DBCONNECTIVITY - #include <stdio.h> #include <tools/urlobj.hxx> #include <svl/converter.hxx> @@ -1164,6 +1162,4 @@ sal_uLong ScDocShell::DBaseExport( const rtl::OUString& rFullFileName, CharSet e return nErr; } -#endif // !DISABLE_DBCONNECTIVITY - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |