- 10 Eki, 2014 24 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: Ica5e88ed8294c4256da2798093cd4a191b7c5313
-
Noel Grandin yazdı
this is just a false+, but creating a local var will likely fix it Change-Id: Ia02e04098a70102c70f5fe5ecd156eea6f40d2af
-
David Ostrovsky yazdı
Change-Id: If0b6ac87b5d53da43557dee5824e9413a260ba7c Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
...regression from d7e477c4 "Use boost::optional for these members." Change-Id: I8e02033d75fd52489be03b34fbce494ae49ab7e3
-
Noel Grandin yazdı
Change-Id: I847c7c116984817c7d66d44431db0601f0a27209
-
Noel Grandin yazdı
..so bin it Change-Id: Iff6bad245a5fdd14fb785f7f5b3ca65ab51b742b
-
Change-Id: I56c5727470c4dba9ffa7c298fb6ccea5be750f33 Reviewed-on: https://gerrit.libreoffice.org/11894Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Change-Id: Ida40034bdfe6a44a936db1243ad6c71616caada3 Reviewed-on: https://gerrit.libreoffice.org/11895Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Miklos Vajna yazdı
Change-Id: I57ca4ef567126321ab745c8d1d7290b66df23c05
-
Stephan Bergmann yazdı
...in a80f74ad "Put SeriesPlotterContainer into CreateShapeParam2D." Change-Id: I9e2f700a1999070069ff87fc3030c00a045372c6
-
Tor Lillqvist yazdı
Change-Id: Ia01404f8d0a5e5aa94d8a9b3f45421950831c5cb
-
Jan Holesovsky yazdı
We should provide just one activity in the .apk; the browser should probably show up when LibreOffice Viewer is started with no file to open... Change-Id: I624afa00f7e8ddc649a272c1b08899e8aac887c9
-
Jan Holesovsky yazdı
Change-Id: I53cf6bf10f25702d9ae42afb6846411a3e31c187
-
http://docs.oracle.com/javase/tutorial/reflect/class/classTrouble.html Change-Id: I293e7ad3ace1a8876c34d7ffd070b49807a8b0a6 Reviewed-on: https://gerrit.libreoffice.org/11882Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Change-Id: I58e7ebdd5c48094142f93f47271bcc0cc8b97981 Reviewed-on: https://gerrit.libreoffice.org/11892Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Change-Id: I6677072c349fc8c1997030b78fa38a5d78aec361 Reviewed-on: https://gerrit.libreoffice.org/11889Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
so it doesn't conflict with enums Change-Id: Ic4143130762d6e878d7c23276393ba09d9f86d45 Reviewed-on: https://gerrit.libreoffice.org/11880Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Jan Holesovsky yazdı
Change-Id: I9a3e104b05479413dc314f299824a48ead004693
-
Jan Holesovsky yazdı
Change-Id: I24154279154ba2a9d1ba6cab81d066fcba23cb4e
-
Kohei Yoshida yazdı
Change-Id: I30520ff78f47bcfa487cea6f40904bf718610967
-
Kohei Yoshida yazdı
Change-Id: I537c131c0c927d2cbbd7cd44f07e9e4748b8ed6c
-
Kohei Yoshida yazdı
Change-Id: I323827f259c9f09c5b4bfe882c63096dea640dbf
-
Kohei Yoshida yazdı
Change-Id: Id4b58d13b229776f2ef1f270e937547ece9e1248
-
Kohei Yoshida yazdı
Change-Id: I81ff1cb9200bdccd3f50dc08fa68fc69929e7c90
-
- 09 Eki, 2014 16 kayıt (commit)
-
-
Michael Stahl yazdı
The problem is that utl::TempFile::GetURL() will return an empty string if the file UCP is not available. There will be an entry in the log file: warn:legacy.osl:25344:1:ucb/source/core/provprox.cxx:366: UcbContentProviderProxy::getContentProvider - No provider for 'com.sun.star.ucb.FileContentProvider. Change-Id: I2741a04cf4b8b420294ae521199706921b37e5c6
-
Kohei Yoshida yazdı
Change-Id: Ief207c72a22eee6a745f885912ea929ade717321
-
Kohei Yoshida yazdı
Especially wrt why it is nested vectors. Change-Id: I143785778ef62abbdc047a2d18c713f43a6522d9
-
Kohei Yoshida yazdı
Change-Id: I1cb5203374b6d13a914c335d73a7db6d8a47c4bb
-
Arkadiusz Miśkiewicz yazdı
&> is another bashizm. Avoid that since configure is run using POSIX shell. Some POSIX compatible shells like mksh do not understand bash syntax. "cd - &> /dev/null" was causing "cd -" command to go into background which means we never changed back to original directory thus fooling configure script later: config.status: error: cannot find input file: `config_host.mk.in' "&>" was also redirecting stderr which we don't want to do anymore since it hides real and interesting errors. Change-Id: I286a32e6a200afca883b159d9196f606e0fe7063 Reviewed-on: https://gerrit.libreoffice.org/11896Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Kohei Yoshida yazdı
Change-Id: Iecf58e0f24909ec2fd2780a5f4b219105c7c4b47
-
Kohei Yoshida yazdı
Change-Id: I9c8080225cfbe0f38133ce2503bd2d0c1d0f5e13
-
Kohei Yoshida yazdı
Change-Id: I25074578607dedaec9689dff9a6bb9c2fa7be56b
-
Kohei Yoshida yazdı
Change-Id: I1d185df4b14e152f4da9dfdbc2e71504c2cb1f3b
-
Kohei Yoshida yazdı
Change-Id: Ib7fe33581c3aec2f58f8a16a07215b69080e0a51
-
Kohei Yoshida yazdı
Change-Id: Ic01fd0591bbb524b4a6a0ec1dfe448e33f4d6b18
-
Kohei Yoshida yazdı
For consistent naming. Change-Id: Ic94681d4d18c0330ea5a8393c1b3d863c81e1ea8
-
Kohei Yoshida yazdı
Change-Id: I028f0dd833cb2307e842805636458f51c71dbd66
-
Kohei Yoshida yazdı
Change-Id: Ie47421d778c2beb8eb8e132532220054f183a5f1
-
Kohei Yoshida yazdı
Change-Id: I60c52bf99d0e63e27f7c576e2582c26e19809c8c
-
Andras Timar yazdı
Change-Id: Id69c946e4e3166f7a9fe20de2247f208d05f2680
-