diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-12-11 12:50:06 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-12-11 12:50:06 +0100 |
commit | 053a20463d051b3b6caae759ff60851c6ec2d629 (patch) | |
tree | a1eab5c113bbd8476a9e7453b70431c60cf45234 /cui/source/options/connpooloptions.cxx | |
parent | a06a5334506a80d18c1b1fe72dcbd6ea54abce22 (diff) |
some forgotten code cleanup
Diffstat (limited to 'cui/source/options/connpooloptions.cxx')
-rw-r--r-- | cui/source/options/connpooloptions.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cui/source/options/connpooloptions.cxx b/cui/source/options/connpooloptions.cxx index fd195b18a7e3..3d6b4280cefc 100644 --- a/cui/source/options/connpooloptions.cxx +++ b/cui/source/options/connpooloptions.cxx @@ -31,18 +31,12 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_cui.hxx" -#ifdef SVX_DLLIMPLEMENTATION -#undef SVX_DLLIMPLEMENTATION -#endif #include "connpooloptions.hxx" -#ifndef _OFFAPP_CONNPOOLOPTIONS_HRC_ #include "connpooloptions.hrc" -#endif #include <svtools/editbrowsebox.hxx> #include <vcl/field.hxx> #include "connpoolsettings.hxx" #include <svl/eitem.hxx> - #include <cuires.hrc> #include "helpid.hrc" #include <dialmgr.hxx> |