diff options
Diffstat (limited to 'extensions/source/bibliography')
-rw-r--r-- | extensions/source/bibliography/datman.cxx | 2 | ||||
-rw-r--r-- | extensions/source/bibliography/framectr.cxx | 2 | ||||
-rw-r--r-- | extensions/source/bibliography/framectr.hxx | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx index 2d006f60ed30..a1d4617225f6 100644 --- a/extensions/source/bibliography/datman.cxx +++ b/extensions/source/bibliography/datman.cxx @@ -51,6 +51,7 @@ #include <com/sun/star/container/XNameContainer.hpp> #include <svl/urihelper.hxx> #include <tools/debug.hxx> +#include <vcl/weld.hxx> #include "datman.hxx" #include "bibresid.hxx" #include "bibmod.hxx" @@ -63,6 +64,7 @@ #include <strings.hrc> #include <helpids.h> #include <connectivity/dbtools.hxx> +#include <connectivity/dbtools.hxx> #include <memory> using namespace ::com::sun::star; diff --git a/extensions/source/bibliography/framectr.cxx b/extensions/source/bibliography/framectr.cxx index 0488e15745b5..a36efe9b550a 100644 --- a/extensions/source/bibliography/framectr.cxx +++ b/extensions/source/bibliography/framectr.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <vcl/waitobj.hxx> #include <com/sun/star/util/URL.hpp> #include <vcl/stdtext.hxx> #include <comphelper/types.hxx> @@ -49,6 +48,7 @@ #include <sot/exchange.hxx> #include <sot/formats.hxx> #include <vcl/edit.hxx> +#include <vcl/weld.hxx> #include <osl/mutex.hxx> #include <unordered_map> diff --git a/extensions/source/bibliography/framectr.hxx b/extensions/source/bibliography/framectr.hxx index 8b6209c1d98b..21e5f7b23fae 100644 --- a/extensions/source/bibliography/framectr.hxx +++ b/extensions/source/bibliography/framectr.hxx @@ -27,6 +27,8 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/frame/XDispatchInformationProvider.hpp> #include <cppuhelper/implbase.hxx> +#include <rtl/ref.hxx> +#include <tools/link.hxx> #include <vector> #include <memory> |