Commit Graph

243 Commits

Author SHA1 Message Date
e7b87d69be -Werror,-Wdeprecated-register
Change-Id: I8edac5a93f9471c6f245bd484e845985c11027dd
2013-06-20 17:32:51 +02:00
8114dd11d0 -Werror,-Wheader-guard
Change-Id: Ie95026a7f4eff8054b919ad5f5f1eba726c85476
2013-06-20 17:32:50 +02:00
3c38b7727a zlib: remove ExternalPackage_zlib
Change-Id: I5bce88b2044279a6563fd68c35f9c1ac824c8850
2013-05-08 23:34:26 +02:00
435f5e30c9 fdo#60724 correct spelling
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
2013-04-15 05:10:29 +02:00
60fbefc615 fdo#60724 informations -> information
Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863
2013-04-15 04:49:39 +02:00
1946794ae0 mass removal of rtl:: prefixes for O(U)String*
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk
have kept them, in order not to break external API (the automatic using declaration
is LO-internal).

Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-07 14:23:11 +02:00
aa753f01ba -Wunused-macros
Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
2013-03-27 09:36:53 +01:00
c940e3d8b3 Remove unused macros from checked-in Flex/Bison output
...(for which the source is no longer available), to silence -Wunused-macros.

Change-Id: If4676ead42e0fb8bd3ff3d07c27aa83fd204167e
2013-03-25 08:52:54 +01:00
9e2de80070 Reduce confusion by removing #line directives
...from checked-in Flex/Bison output for which the source is no longer available
anyway.

Change-Id: Iba9d861bdb102ef52bab7b53019741e3977a7335
2013-03-25 08:52:54 +01:00
3991eaf556 reduce whitespaces between include and filename
Change-Id: I15f6ad0a760a28cbac53f99ba4d14ff5c24ce005
2013-03-19 01:26:45 +01:00
17f68a9ea1 coverity#983009: Resource leak
Just moving pArr block should be ok

Change-Id: I9c5c4c35b90d8f06933521c77c966a426a801cec
2013-03-06 14:18:21 +00:00
a6b9173005 fdo#60148 Clean up warnings from the Clang compiler plugin
Change-Id: I08d755677c46c476710ecbd067ed9f7e2f54a671
loplugin: clean warnings: unused variables, incorrect indentation and log area.
Reviewed-on: https://gerrit.libreoffice.org/2544
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
2013-03-06 12:59:26 +00:00
33d6a7b2d7 doubled namespaces
Change-Id: I0f6a34a459c1492a69afa3ef6bcbaa8ed7639a22
2013-03-04 13:58:40 +01:00
26e37ca4c7 doubled includes
Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
2013-03-04 13:58:40 +01:00
4f4e4e40f5 loplugin: improve indentation
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
2013-02-25 17:59:40 +01:00
66e5cbc55a Fix typo "sucessfully" -> "successfully"
Change-Id: I01c85e4d3853c44fa05acc3019bc35c56c4f655e
2013-02-23 15:42:54 +01:00
09b08d4adb More MSC -> _MSC_VER, sorry
Change-Id: Ie5070d514c1f4dd9f9708253eb44134baec6524a
2012-12-27 14:09:50 +02:00
b1959dbfad Remove unused cppuhelper/servicefactory.hxx includes
Change-Id: I27fd4d1f1dfafccaa7936defb5cd687d6266e0a2
2012-12-21 15:56:44 +01:00
625e91c75f More useless code, "#if 0" blocks in lingucomponent, sal, and rsc
Change-Id: I1dda0f2b3bc2bb4a4a877c160026e53a90471d54
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
2012-10-17 09:32:47 +02:00
c849c4b987 sal_Bool->bool in hwpfilter
Change-Id: Ief6d6678a04084a90d07d87780689b92af2e3ba4
2012-10-04 21:29:33 +02:00
dea967349c sal_Bool -> bool in hwpfilter
Change-Id: Ia1b6830ef9ab06a1914abb7f6d5857ce9d845061
2012-10-04 21:29:32 +02:00
9ac86f484b Improvement on previous commit, UCB clean up
* As UCB is only ever initialized with "Local"/"Office", remove this
  configuration vector completely.  The "create" ctor creates an instance
  internally initialized with those "Local"/"Office" keys.  Special (test) code
  can still instantiate an uninitialized one via plain createInstance.  And for
  backwards compatilibity process startup still ensures to create an initialized
  instance early, in case there is still code out there (in extensions) that
  later calls plain createInstance and expects to get the already-initialized
  (single) instance.

* XInitialization is an "implementation detail" of the UniversalContentBroker
  service, do not expose in XUniversalContentBroker.

* ucbhelper/configurationkeys.hxx is no longer needed and is removed.

* ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that
  requires ucbhelper::Content constructors to take explicit XComponentContext
  arguments now.

* The only remaining code in ucbhelper/source/client/contentbroker.cxx is
  Android-only InitUCBHelper.  Is that relevant still?

Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
2012-09-14 18:24:49 +02:00
d93fdcf391 add more component prefixes
Change-Id: I3afe59a6326b9e5cb26c39a82d7aabdb05cc2b7e
2012-09-01 21:06:11 +02:00
5df29c9fdc -Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I1f9341d1b70b9b996f3b344433e949647e12edf6
2012-08-14 10:39:12 +02:00
c5ce5b73b9 Fix windows build where min and max are macros
Change-Id: I265e0fddc12a40cff0b6a6172bfca96eda0842ec
2012-08-08 10:27:00 +02:00
10f08195b8 -Werror=format
Change-Id: If468ca444865f81a7adeabb72ecb6d8647f6dde0
2012-07-24 21:26:48 +04:00
5a243f1409 hwpfilter: improve text import and error handling
Change-Id: Ib74b96200c9d57f55fc0d32b638601c64e7eb6fe
2012-07-24 11:37:41 +02:00
2d58399e50 coverity: idx == 0x1F cannot be true
Change-Id: I6b0cf900003beb9931d6acad229166e44cc7f0bc
2012-07-03 17:47:19 +02:00
6b11a18071 Some cppcheck cleaning
Change-Id: I14cab3dfd26ac1568feef902b566873cecf049b9
2012-06-30 18:21:26 +02:00
ae9dae720b re-base on ALv2 code. Includes:
Use ksc5601.h header from XFree86 Project Inc. Patch contributed by
    Oliver-Rainer Wittmann with minor changes from Pedro Giffuni
    http://svn.apache.org/viewvc?view=revision&revision=1179296
2012-06-22 16:31:32 +01:00
ecf943247f re-base on ALv2 code.
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-22 09:51:05 +01:00
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
76f63f4c9b targeted string re-work
Change-Id: Ic24e9b98b1c6e868061caa911865ce2267bdcfaf
2012-05-31 19:18:45 -05:00
f133b54532 WaE: "isnan" redefined 2012-04-16 20:23:08 +02:00
3934efe28c sigh, need a 64bit zlib too on windows, reverting 2012-04-13 14:06:55 +01:00
452af5f452 gbuildize internal zlib
and stick headers into the solver in the same hierarchy as is "standard"
so we don't have to patch so much, similiarly rename to libz
2012-04-13 13:15:25 +01:00
30fb54aca3 remove formfeeds 2012-04-12 12:35:48 +02:00
e4fb171d3a Replaced a few equal calls with == 2012-04-08 19:24:00 +02:00
d6bc02f8c4 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 20:03:42 +02:00
4dd7a3f12e write unsigned char[] contents as numbers rather than string literal
The real reason for this change is that clang aborts with a fatal
error in backend (http://llvm.org/bugs/show_bug.cgi?id=12226),
but I'm not sure whether this was a correct construct in the first
place anyway. The contents are above 0x7f, which may be outside
the range of plain char, if it is signed, so maybe the result is undefined.
I don't want to spend the time checking in the spec,
but this new variant is technically the same and it is safe.
2012-03-10 16:39:22 +01:00
80e4b4e5c6 mark static data that is const as const 2012-03-10 16:39:22 +01:00
78157d7634 WaE: calling delete on the wrong thing 2012-03-05 09:36:40 +00:00
db74590950 Kill LinkedList in hwpfilter 2012-03-05 10:44:54 +02:00
5122196acc Avoid temporary rtl::OUString 2012-03-03 15:05:28 +01:00
b1b3008bc8 WaE: function 'yyinput' is not needed and will not be emitted 2012-03-01 22:27:12 +02:00
9e1ce8350a #pragma interface and #pragma implementation are obsolete and pointless 2012-03-01 22:27:11 +02:00
a2a2e45c3e WaE: duplicateBranch 2012-02-21 20:56:59 +01:00
8963cc01f5 EasyHack: Removed gcc conditionals 2012-02-13 17:33:15 +00:00
806bec7107 Fix typos in comments 2012-02-13 15:27:24 +00:00
9b2451fa65 Add missing operator++/-- overloads to kludge class.
(to fix the build after the cppcheck cleanup)
2012-02-06 11:21:15 +01:00