[Libreoffice-commits] core.git: 4 commits - dbaccess/source extensions/source include/vcl xmlsecurity/inc xmlsecurity/source
Thomas Arnhold
thomas at arnhold.org
Mon Aug 4 06:59:37 PDT 2014
dbaccess/source/ui/misc/WizardPages.src | 1
extensions/source/abpilot/abpresid.hrc | 15 ------------
extensions/source/dbpilots/dbpresid.hrc | 6 ----
include/vcl/outdev.hxx | 2 -
xmlsecurity/inc/xmlsecurity/global.hrc | 1
xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx | 2 -
6 files changed, 2 insertions(+), 25 deletions(-)
New commits:
commit b8423c4f83542f27010ebbdceda45aec6585325b
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Mon Aug 4 15:56:10 2014 +0200
remove unused resource ids
ui conversion fallout
Change-Id: I9c07728e6fccee46545171573fb95fbda8cf1fcb
diff --git a/dbaccess/source/ui/misc/WizardPages.src b/dbaccess/source/ui/misc/WizardPages.src
index 47ffbb9..de9634c 100644
--- a/dbaccess/source/ui/misc/WizardPages.src
+++ b/dbaccess/source/ui/misc/WizardPages.src
@@ -25,7 +25,6 @@
#define WINDOW_SIZE_X 276
#define WINDOW_SIZE_Y 185
-#define WINDOW_BORDER_X 12
#define WINDOW_BORDER_Y 14
#define BUTTON_SIZE_X 50
diff --git a/extensions/source/abpilot/abpresid.hrc b/extensions/source/abpilot/abpresid.hrc
index af913fc..2b0681e 100644
--- a/extensions/source/abpilot/abpresid.hrc
+++ b/extensions/source/abpilot/abpresid.hrc
@@ -98,25 +98,10 @@
#error "please adjust the resource id ranges!!"
#endif
-// local resource ids
-#define FL_SEPARATOR 1
-
-#define FT_NAME_EXPL 4
-
// some defines
#define WINDOW_SIZE_X 240
#define WINDOW_SIZE_Y 185
-#define WINDOW_BORDER_X 12
-#define WINDOW_BORDER_Y 14
-
-#define BUTTON_SIZE_X 50
-#define BUTTON_SIZE_Y 14
-
-#define HEADER_SIZE_Y 30
-
-#define BORDER_X 12
-
#endif // EXTENSIONS_ABPRESID_HRC
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/source/dbpilots/dbpresid.hrc b/extensions/source/dbpilots/dbpresid.hrc
index 6c76237..503059a 100644
--- a/extensions/source/dbpilots/dbpresid.hrc
+++ b/extensions/source/dbpilots/dbpresid.hrc
@@ -112,12 +112,6 @@
#define WINDOW_SIZE_Y 185
#define WINDOW_HALF_SIZE_X ( WINDOW_SIZE_X / 2 )
-#define BUTTON_SIZE_X 50
-#define BUTTON_SIZE_Y 14
-
-#define ITEM_BUTTON_SIZE_X 20
-#define ITEM_BUTTON_SIZE_Y 12
-
#endif // _EXTENSIONS_DBP_DBPRESID_HRC_
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
commit 5717de74f5bdeb975d9acc9ab7a4dc8968f0ca47
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Mon Aug 4 15:55:42 2014 +0200
create OUString from literal
Change-Id: I8198fbad20daa7262e42a452c8d81fcfa3331680
diff --git a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
index baac544..abdecc3 100644
--- a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
+++ b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
@@ -253,7 +253,7 @@ void XMLDocumentWrapper_XmlSecImpl::sendStartElement(
else
{
ouAttrName = OUString(C2U( (sal_Char*)pAttrNs->prefix))
- +OUString(C2U( (sal_Char*)":" ))
+ +OUString(":")
+OUString(C2U( (sal_Char*)pAttrName ));
}
commit ec960ba032f613a22d482683a3c44074e4676613
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Mon Aug 4 15:54:25 2014 +0200
remove unused resource id
leftover from e2b0e7571a8b082a2cb532e34b9770060128452b
Change-Id: I1e2e634e6cdfbc81f5d068136c9099de170dc1ef
diff --git a/xmlsecurity/inc/xmlsecurity/global.hrc b/xmlsecurity/inc/xmlsecurity/global.hrc
index 12fd776..e56e8bb 100644
--- a/xmlsecurity/inc/xmlsecurity/global.hrc
+++ b/xmlsecurity/inc/xmlsecurity/global.hrc
@@ -23,7 +23,6 @@
// global resource ids
#define RID_XMLSECTP_GENERAL 1003
-#define RID_XMLSECTP_DETAILS 1004
#define RID_XMLSECWB_NO_MOZILLA_PROFILE 1013
commit 4eb84ab8d677ec3f08792896f018932535ca47ce
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Mon Aug 4 15:54:07 2014 +0200
typo
Change-Id: I74c2943c5967bb19a3d7b669313894134348adba
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index 9b9c1e3..738e684 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -661,7 +661,7 @@ public:
///@}
- /** @name Rectangle functionsf
+ /** @name Rectangle functions
*/
///@{
More information about the Libreoffice-commits
mailing list