- 17 Agu, 2012 26 kayıt (commit)
-
-
Kevin Hausmann yazdı
Change-Id: Iffde46f904ff3090df48f130ee4b82f23b15076e Reviewed-on: https://gerrit.libreoffice.org/423Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Albert Thuswaldner yazdı
Change-Id: Ia6e490196575a06fff9a607e087aef078da64587 Reviewed-on: https://gerrit.libreoffice.org/424Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Norbert Thiebaud yazdı
Change-Id: I2dd1783b14dbcbed3f3cce79f5ca96379c6b0e5c
-
Tor Lillqvist yazdı
So we should link to it. Otherwise the basic_scanner unit test in the basic module fails because it uses libvcl but libobjc does not get loaded. Change-Id: I74c2b1e30c7754acca1d6a66472bba9fc1c30da0
-
Tor Lillqvist yazdı
Change-Id: I81f9b133ffb03c225b276639f60ad5e7f38ec1ef
-
Tor Lillqvist yazdı
Change-Id: Id4cb837d7c2441df1c46795a52385e2e0e605a46
-
Caolán McNamara yazdı
Change-Id: I8472cf79aaf193ce63a1d2bfa9d329ad35ddd2c6
-
Caolán McNamara yazdı
Change-Id: Ieecaae35fe712893f0a9d81f249919d0a2459f5a
-
Felix Zhang yazdı
Change-Id: Ia4bbce74e2c1a5f46e0b1a73940aeb2ce8fc6ab9
-
Tor Lillqvist yazdı
Change-Id: I81ddfe76ad9bcaf284044ca5393d2469653ae524
-
David Tardon yazdı
Change-Id: Iad5041fe85c5f03b9b5ed4a13d5c59c4ac027386
-
David Tardon yazdı
Change-Id: I9b077cbbeac37c0eaac1365a8793cbc3f33f8b3e
-
David Tardon yazdı
The condition got lost in commit 2e8b2e6d . Change-Id: I8c9a6baf56dfe36d55e02476823e2847d77a7f58
-
David Tardon yazdı
The commit completely breaks slide transitions (and probably other things as well). This reverts commit 23473887.
-
David Tardon yazdı
Change-Id: I252a74587ba5b380b7bbdcc8a78247d5a9e77587
-
David Tardon yazdı
Change-Id: Iaf0ef140ac60088bce95d82f8b09e4e218e12dab
-
Noel Power yazdı
a) got rid of defaulted params in virtual base class methods b) made some no-op virtual methods in the base class pure thus making the base class abstract c) made LayoutManager no longer inherit utl::ConfigurationListener as it wasn't actually listening or acting on any configuration changes Change-Id: Iab1783f6b5a35b130287a2aedbd1dc8413793182
-
Uray M. János yazdı
Change-Id: Ia74faa1452a4200c28fbd7c63130700df0a70b24 Object Catalog in Dialog Editor Change-Id: I97f2e0497b0e87cf630bba16dd98f9f7d0bb86e7
-
Michael Stahl yazdı
... which appears to have 3 layers, OOO, URE and OXT, so add OXT to jar registration stuff to make it consistent. Change-Id: I4d12185451bd043c39aa254ff581bc15824f1bbe
-
Michael Stahl yazdı
Change-Id: If1917d5aecfbb4cea230075d974d7f57a7a8ea4e
-
Michael Stahl yazdı
Change-Id: I8c4b6ff6b1993d1c4de68696089f86fbcf4cecc6
-
Michael Stahl yazdı
Change-Id: If8daaf86973656df737daf1b82c3fd2a3f55d58b
-
Michael Stahl yazdı
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
-
Tor Lillqvist yazdı
Change-Id: Ieb82b73150330ddbde890f36b88637bf5dfddf51
-
Jan Holesovsky yazdı
If somebody made a mistake in his / her preferences during installation, it is much easier to remove the unwanted icon, than to add it. This reverts commit 6af68b49.
-
Takeshi Abe yazdı
its usefulness was gone at ac25ae25 Change-Id: I606cd4adb6dc92cc6d981e1da7ce3ecf2160c28e
-
- 16 Agu, 2012 14 kayıt (commit)
-
-
Peter Foley yazdı
Change-Id: Ia03980d5d890de7db1e606409a646a5a4f79e91e
-
Peter Foley yazdı
Change-Id: Ic0e04ab920c50320785f2e1b847026cc4e7b1e0d
-
Peter Foley yazdı
Change-Id: I95e5974e4f109eb8882f7260d19c439a86931e64
-
Andras Timar yazdı
Change-Id: I3b0db36991cc21928cce00d051ba3981ad39703d
-
Matúš Kukan yazdı
This reverts commit 72777a66. +using namespace com::sun::star::uno; in header is not a good idea Fails to compile and is hard to parse and figure out what was the point, so just reverting. Also +using rtl::OUString; is automatic nowadays whenever possible and RTL_CONSTASCII_USTRINGPARAM is obsoleted. Change-Id: I24cb24b7f1a6007734d26cbba41d46323cb55b18
-
Tomaž Vajngerl yazdı
Change-Id: I04313cf4235ce3db20ff340474691435e9b440b6
-
Andras Timar yazdı
Change-Id: I7af919450f6c75f87f0877e32ad6945ec392dbef
-
Tor Lillqvist yazdı
Change-Id: I6fa2b9a50c525fb2d8666a144409eb9a3ad2698a
-
Tor Lillqvist yazdı
Change-Id: I2393b893766acd9f630100c7b4ef1e15360f80b4
-
Andras Timar yazdı
Change-Id: I239be1b35103c53e9ace3a7e2917bd24a24497a3
-
Michael Stahl yazdı
Change-Id: I8cc16c16c3884c5451b643b7de848aad15f02fcf
-
Matúš Kukan yazdı
This enables to properly use make <module>.all for builds without dictionaries and hopefully also solves the problem behind 5133d3c4 Change-Id: I43872864aa135014ea51d15b34ef4de151f14c3d
-
Peter Foley yazdı
Change-Id: I4220af58c48be5b411cc75875c121d1e2c133a00
-
Noel Power yazdı
at least calc deals with paste-special correct, if other applications don't let's fix 'em up one by one Change-Id: I1beb04e227f2971ee8ef2ce9b7ebdabf566be086
-