summaryrefslogtreecommitdiff
path: root/svx/source/form/fmobjfac.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-22 09:26:33 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-22 09:43:44 +0300
commite15223582710e9e2e31fad2f557df6ee99501fd0 (patch)
tree84dfa0f72c9a8a813d0b09b5f4e3954e105cdbfe /svx/source/form/fmobjfac.cxx
parentcf8946d10226272e8a0e6f1b1043b54d4b63db8d (diff)
More hacking on --disable-database-connectivity
Work in progress, still lots of undefineds when attempting to link TiledLibreOffice. Change-Id: I80fa330768d9f9fa9ef65e3693f1d777c0713210
Diffstat (limited to 'svx/source/form/fmobjfac.cxx')
-rw-r--r--svx/source/form/fmobjfac.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/svx/source/form/fmobjfac.cxx b/svx/source/form/fmobjfac.cxx
index 8c00e5e0899f..f1bad877aa97 100644
--- a/svx/source/form/fmobjfac.cxx
+++ b/svx/source/form/fmobjfac.cxx
@@ -17,6 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <config_features.h>
+
#include <tools/diagnose_ex.h>
#include <svx/svdobj.hxx>
#include "svx/fmtools.hxx"
@@ -79,8 +81,9 @@ FmFormObjFactory::FmFormObjFactory()
FmPropBrwMgr::RegisterChildWindow();
NavigatorFrameManager::RegisterChildWindow();
DataNavigatorManager::RegisterChildWindow();
+#if HAVE_FEATURE_DBCONNECTIVITY
FmFilterNavigatorWinMgr::RegisterChildWindow();
-
+#endif
// Interface fuer die Formshell registrieren
FmFormShell::RegisterInterface(0);