diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:32:55 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:55 +0200 |
commit | 3784e4d5ef6869f1f1da3c0b382112aa1e4a56d4 (patch) | |
tree | f2c55022db35b8a1d4569e437d6636472f8ab83d /sd/source/ui/dlg/RemoteDialogClientBox.cxx | |
parent | 2d1de9686e831158de55d9c5e8f51d36412556ec (diff) |
loplugin:includeform: sd
Change-Id: I4b75316c8644a591e6d1cfab4945ef123f945b53
Diffstat (limited to 'sd/source/ui/dlg/RemoteDialogClientBox.cxx')
-rw-r--r-- | sd/source/ui/dlg/RemoteDialogClientBox.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sd/source/ui/dlg/RemoteDialogClientBox.cxx b/sd/source/ui/dlg/RemoteDialogClientBox.cxx index 1c29c2f8324c..999d02e36b9c 100644 --- a/sd/source/ui/dlg/RemoteDialogClientBox.cxx +++ b/sd/source/ui/dlg/RemoteDialogClientBox.cxx @@ -19,19 +19,19 @@ #include <vector> -#include "svtools/controldims.hxx" +#include <svtools/controldims.hxx> #include "RemoteDialogClientBox.hxx" -#include "RemoteServer.hxx" +#include <RemoteServer.hxx> -#include "comphelper/processfactory.hxx" -#include "com/sun/star/i18n/CollatorOptions.hpp" -#include "com/sun/star/deployment/DependencyException.hpp" -#include "com/sun/star/deployment/DeploymentException.hpp" +#include <comphelper/processfactory.hxx> +#include <com/sun/star/i18n/CollatorOptions.hpp> +#include <com/sun/star/deployment/DependencyException.hpp> +#include <com/sun/star/deployment/DeploymentException.hpp> #include <vcl/settings.hxx> #include <vcl/builderfactory.hxx> -#include "strings.hrc" +#include <strings.hrc> using namespace std; |