mirror of
https://abf.rosa.ru/djam/libreoffice.git
synced 2025-02-23 18:43:00 +00:00
LOG Partial spec cleanup
This commit is contained in:
parent
645ce4e7d0
commit
88a668b444
4 changed files with 727 additions and 632 deletions
5
.abf.yml
5
.abf.yml
|
@ -1,8 +1,3 @@
|
||||||
removed_sources:
|
|
||||||
libreoffice-4.1.0.4.tar.xz: 24b5facfe0f1f745d0227272cfa85caf92af666a
|
|
||||||
libreoffice-dictionaries-4.1.0.4.tar.xz: aee75b2818ed637ae401512b638cb9d559469abe
|
|
||||||
libreoffice-help-4.1.0.4.tar.xz: 4f3134b3b5629098d1f2855352def6113ab7d280
|
|
||||||
libreoffice-translations-4.1.0.4.tar.xz: 23f815f166d6edb113bdb2ca3f56c26f3b558219
|
|
||||||
sources:
|
sources:
|
||||||
0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz: 452eba922e4f41603539c9dc39947d2271e47093
|
0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz: 452eba922e4f41603539c9dc39947d2271e47093
|
||||||
17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip: 7168b0f40aa5c72267899601c116d2348d2f56ec
|
17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip: 7168b0f40aa5c72267899601c116d2348d2f56ec
|
||||||
|
|
Binary file not shown.
|
@ -1,22 +0,0 @@
|
||||||
--- libreoffice-4.1.0/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx.omv~ 2013-08-30 00:46:37.497225750 +0200
|
|
||||||
+++ libreoffice-4.1.0/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx 2013-08-30 00:46:45.746069080 +0200
|
|
||||||
@@ -491,7 +491,7 @@ PDFOutDev::~PDFOutDev()
|
|
||||||
delete m_pUtf8Map;
|
|
||||||
}
|
|
||||||
|
|
||||||
-void PDFOutDev::startPage(int /*pageNum*/, GfxState* state)
|
|
||||||
+void PDFOutDev::startPage(int /*pageNum*/, GfxState* state, XRef *xref)
|
|
||||||
{
|
|
||||||
assert(state);
|
|
||||||
printf("startPage %f %f\n",
|
|
||||||
--- libreoffice-4.1.0/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx.omv~ 2013-08-30 00:45:27.080563188 +0200
|
|
||||||
+++ libreoffice-4.1.0/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx 2013-08-30 00:46:35.825257506 +0200
|
|
||||||
@@ -178,7 +178,7 @@ namespace pdfi
|
|
||||||
virtual void setDefaultCTM(double *ctm) SAL_OVERRIDE;
|
|
||||||
|
|
||||||
// Start a page.
|
|
||||||
- virtual void startPage(int pageNum, GfxState *state) SAL_OVERRIDE;
|
|
||||||
+ virtual void startPage(int pageNum, GfxState *state, XRef *xref = 0) SAL_OVERRIDE;
|
|
||||||
|
|
||||||
// End a page.
|
|
||||||
virtual void endPage() SAL_OVERRIDE;
|
|
1332
libreoffice.spec
1332
libreoffice.spec
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue