diff options
Diffstat (limited to 'basctl/source/dlged/dlged.cxx')
-rw-r--r-- | basctl/source/dlged/dlged.cxx | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/basctl/source/dlged/dlged.cxx b/basctl/source/dlged/dlged.cxx index caadc73d24ff..d112a9636609 100644 --- a/basctl/source/dlged/dlged.cxx +++ b/basctl/source/dlged/dlged.cxx @@ -18,19 +18,19 @@ */ -#include "basidesh.hxx" -#include "dlged.hxx" -#include "dlgedclip.hxx" -#include "dlgeddef.hxx" -#include "dlgedfac.hxx" -#include "dlgedfunc.hxx" -#include "dlgedmod.hxx" -#include "dlgedobj.hxx" -#include "dlgedpage.hxx" -#include "dlgedview.hxx" -#include "iderdll.hxx" -#include "localizationmgr.hxx" -#include "baside3.hxx" +#include <basidesh.hxx> +#include <dlged.hxx> +#include <dlgedclip.hxx> +#include <dlgeddef.hxx> +#include <dlgedfac.hxx> +#include <dlgedfunc.hxx> +#include <dlgedmod.hxx> +#include <dlgedobj.hxx> +#include <dlgedpage.hxx> +#include <dlgedview.hxx> +#include <iderdll.hxx> +#include <localizationmgr.hxx> +#include <baside3.hxx> #include <com/sun/star/awt/Toolkit.hpp> #include <com/sun/star/awt/UnoControlDialog.hpp> |