summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/baside3.cxx
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2017-10-09 16:33:12 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2017-10-10 07:50:31 +0200
commit81ced4022c547a497d3632aeaf227660c5e60b00 (patch)
tree69daa6882243a6324f308082eae268d2a71b3e86 /basctl/source/basicide/baside3.cxx
parentadfa2701f9323120d02d2e252a938f02e8ce3a1b (diff)
basctl: consistently use "" and <> in include directives
Change-Id: I1796836fb0d53bd07d621af9cfc03becc969d420 Reviewed-on: https://gerrit.libreoffice.org/43299 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'basctl/source/basicide/baside3.cxx')
-rw-r--r--basctl/source/basicide/baside3.cxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/basctl/source/basicide/baside3.cxx b/basctl/source/basicide/baside3.cxx
index 1467e0e8f984..4ebbadb600d5 100644
--- a/basctl/source/basicide/baside3.cxx
+++ b/basctl/source/basicide/baside3.cxx
@@ -17,20 +17,20 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "strings.hrc"
-#include "helpids.h"
-
-#include "accessibledialogwindow.hxx"
-#include "baside3.hxx"
-#include "basidesh.hxx"
-#include "bastype2.hxx"
-#include "dlged.hxx"
-#include "dlgeddef.hxx"
-#include "dlgedmod.hxx"
-#include "dlgedview.hxx"
-#include "iderdll.hxx"
-#include "localizationmgr.hxx"
-#include "managelang.hxx"
+#include <strings.hrc>
+#include <helpids.h>
+
+#include <accessibledialogwindow.hxx>
+#include <baside3.hxx>
+#include <basidesh.hxx>
+#include <bastype2.hxx>
+#include <dlged.hxx>
+#include <dlgeddef.hxx>
+#include <dlgedmod.hxx>
+#include <dlgedview.hxx>
+#include <iderdll.hxx>
+#include <localizationmgr.hxx>
+#include <managelang.hxx>
#include <basic/basmgr.hxx>
#include <com/sun/star/resource/StringResourceWithLocation.hpp>