From 3784e4d5ef6869f1f1da3c0b382112aa1e4a56d4 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:32:55 +0200 Subject: loplugin:includeform: sd Change-Id: I4b75316c8644a591e6d1cfab4945ef123f945b53 --- sd/source/ui/dlg/layeroptionsdlg.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sd/source/ui/dlg/layeroptionsdlg.cxx') diff --git a/sd/source/ui/dlg/layeroptionsdlg.cxx b/sd/source/ui/dlg/layeroptionsdlg.cxx index 636a3a2c059d..0c8dcd1c9182 100644 --- a/sd/source/ui/dlg/layeroptionsdlg.cxx +++ b/sd/source/ui/dlg/layeroptionsdlg.cxx @@ -20,10 +20,10 @@ #include #include -#include "strings.hrc" -#include "sdattr.hxx" -#include "sdresid.hxx" -#include "layeroptionsdlg.hxx" +#include +#include +#include +#include SdInsertLayerDlg::SdInsertLayerDlg( vcl::Window* pWindow, const SfxItemSet& rInAttrs, bool bDeletable, const OUString& rStr ) -- cgit