summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-19 11:54:42 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-19 20:04:26 +0200
commitbd8b38be3d0c54085875a8b28a3fec33291bb018 (patch)
treee9633caca97b088258df0f310957a0051a6a5e41 /uui
parent9d498d23dc26265af8d858f842c18caefe7584fd (diff)
fix-includes.pl: uui
Change-Id: I3624890c9b8a69b2ab1efbb3554c99076eb75bb1
Diffstat (limited to 'uui')
-rw-r--r--uui/source/alreadyopen.src2
-rw-r--r--uui/source/filechanged.src2
-rw-r--r--uui/source/ids.hrc4
-rw-r--r--uui/source/lockfailed.src2
-rw-r--r--uui/source/masterpasscrtdlg.cxx2
-rw-r--r--uui/source/masterpassworddlg.cxx2
-rw-r--r--uui/source/openlocked.src2
-rw-r--r--uui/source/passworddlg.src2
-rw-r--r--uui/source/passworderrs.src2
-rw-r--r--uui/source/sslwarndlg.cxx2
-rw-r--r--uui/source/trylater.src2
-rw-r--r--uui/source/unknownauthdlg.cxx2
12 files changed, 13 insertions, 13 deletions
diff --git a/uui/source/alreadyopen.src b/uui/source/alreadyopen.src
index ae83440db6aa..49ed785d9e81 100644
--- a/uui/source/alreadyopen.src
+++ b/uui/source/alreadyopen.src
@@ -19,7 +19,7 @@
#define __RSC
-#include <ids.hrc>
+#include "ids.hrc"
String STR_ALREADYOPEN_TITLE
{
diff --git a/uui/source/filechanged.src b/uui/source/filechanged.src
index 67d68c2a40c6..4d7e92ca5133 100644
--- a/uui/source/filechanged.src
+++ b/uui/source/filechanged.src
@@ -19,7 +19,7 @@
#define __RSC
-#include <ids.hrc>
+#include "ids.hrc"
String STR_FILECHANGED_TITLE
{
diff --git a/uui/source/ids.hrc b/uui/source/ids.hrc
index cc2d35e7ef5f..1742dd54db39 100644
--- a/uui/source/ids.hrc
+++ b/uui/source/ids.hrc
@@ -20,8 +20,8 @@
#ifndef UUI_IDS_HRC
#define UUI_IDS_HRC
-#include "svl/solar.hrc"
-#include "tools/errcode.hxx"
+#include <svl/solar.hrc>
+#include <tools/errcode.hxx>
#define RID_KEEP_PASSWORD (RID_UUI_START + 0)
#define RID_SAVE_PASSWORD (RID_UUI_START + 1)
diff --git a/uui/source/lockfailed.src b/uui/source/lockfailed.src
index 33ed6628a664..be9f43a31380 100644
--- a/uui/source/lockfailed.src
+++ b/uui/source/lockfailed.src
@@ -19,7 +19,7 @@
#define __RSC
-#include <ids.hrc>
+#include "ids.hrc"
String STR_LOCKFAILED_TITLE
{
diff --git a/uui/source/masterpasscrtdlg.cxx b/uui/source/masterpasscrtdlg.cxx
index ffa3885a4d71..f954c74bc8df 100644
--- a/uui/source/masterpasscrtdlg.cxx
+++ b/uui/source/masterpasscrtdlg.cxx
@@ -20,7 +20,7 @@
#include <sal/macros.h>
#include <vcl/msgbox.hxx>
-#include <ids.hrc>
+#include "ids.hrc"
#include "masterpasscrtdlg.hxx"
// MasterPasswordCreateDialog---------------------------------------------------
diff --git a/uui/source/masterpassworddlg.cxx b/uui/source/masterpassworddlg.cxx
index b879370c2c8f..0b2a6afd9176 100644
--- a/uui/source/masterpassworddlg.cxx
+++ b/uui/source/masterpassworddlg.cxx
@@ -19,7 +19,7 @@
#include <vcl/msgbox.hxx>
-#include <ids.hrc>
+#include "ids.hrc"
#include "masterpassworddlg.hxx"
// MasterPasswordDialog---------------------------------------------------
diff --git a/uui/source/openlocked.src b/uui/source/openlocked.src
index 6839c6343e59..8aee0a643bf9 100644
--- a/uui/source/openlocked.src
+++ b/uui/source/openlocked.src
@@ -19,7 +19,7 @@
#define __RSC
-#include <ids.hrc>
+#include "ids.hrc"
String STR_OPENLOCKED_TITLE
{
diff --git a/uui/source/passworddlg.src b/uui/source/passworddlg.src
index b07346b4d768..28379a36de06 100644
--- a/uui/source/passworddlg.src
+++ b/uui/source/passworddlg.src
@@ -19,7 +19,7 @@
#define __RSC
-#include <ids.hrc>
+#include "ids.hrc"
String STR_ENTER_PASSWORD_TO_OPEN
{
diff --git a/uui/source/passworderrs.src b/uui/source/passworderrs.src
index 9b327a9371f6..65b7eacabcc2 100644
--- a/uui/source/passworderrs.src
+++ b/uui/source/passworderrs.src
@@ -19,7 +19,7 @@
#define __RSC
-#include <ids.hrc>
+#include "ids.hrc"
String STR_ERROR_PASSWORD_TO_OPEN_WRONG
{
diff --git a/uui/source/sslwarndlg.cxx b/uui/source/sslwarndlg.cxx
index c5f06af6a1ac..991520fe4a68 100644
--- a/uui/source/sslwarndlg.cxx
+++ b/uui/source/sslwarndlg.cxx
@@ -19,7 +19,7 @@
#include <vcl/msgbox.hxx>
-#include <ids.hrc>
+#include "ids.hrc"
#include "sslwarndlg.hxx"
#include <comphelper/processfactory.hxx>
diff --git a/uui/source/trylater.src b/uui/source/trylater.src
index d4578424603a..4459c1530c74 100644
--- a/uui/source/trylater.src
+++ b/uui/source/trylater.src
@@ -19,7 +19,7 @@
#define __RSC
-#include <ids.hrc>
+#include "ids.hrc"
String STR_TRYLATER_TITLE
{
diff --git a/uui/source/unknownauthdlg.cxx b/uui/source/unknownauthdlg.cxx
index 0e172e77fccf..3e315f2b082a 100644
--- a/uui/source/unknownauthdlg.cxx
+++ b/uui/source/unknownauthdlg.cxx
@@ -19,7 +19,7 @@
#include <vcl/msgbox.hxx>
-#include <ids.hrc>
+#include "ids.hrc"
#include "unknownauthdlg.hxx"
#include <comphelper/processfactory.hxx>