Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Krita
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Fred Fonkle
Krita
Commits
04eba382
Commit
04eba382
authored
Dec 05, 2012
by
Jarosław Staniek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
warnings--
GIT_SILENT
parent
9d648d2f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
libs/koreport/renderer/KoReportPage.cpp
libs/koreport/renderer/KoReportPage.cpp
+2
-0
libs/koreport/renderer/odtframe/KoOdtFrameReportDocument.cpp
libs/koreport/renderer/odtframe/KoOdtFrameReportDocument.cpp
+1
-1
No files found.
libs/koreport/renderer/KoReportPage.cpp
View file @
04eba382
...
@@ -80,6 +80,8 @@ KoReportPage::~KoReportPage()
...
@@ -80,6 +80,8 @@ KoReportPage::~KoReportPage()
void
KoReportPage
::
paint
(
QPainter
*
painter
,
const
QStyleOptionGraphicsItem
*
option
,
QWidget
*
widget
)
void
KoReportPage
::
paint
(
QPainter
*
painter
,
const
QStyleOptionGraphicsItem
*
option
,
QWidget
*
widget
)
{
{
Q_UNUSED
(
option
);
Q_UNUSED
(
widget
);
painter
->
drawPixmap
(
QPoint
(
0
,
0
),
*
m_pixmap
);
painter
->
drawPixmap
(
QPoint
(
0
,
0
),
*
m_pixmap
);
}
}
...
...
libs/koreport/renderer/odtframe/KoOdtFrameReportDocument.cpp
View file @
04eba382
...
@@ -57,7 +57,7 @@ void KoOdtFramesReportDocument::setPageOptions(const ReportPageOptions &pageOpti
...
@@ -57,7 +57,7 @@ void KoOdtFramesReportDocument::setPageOptions(const ReportPageOptions &pageOpti
void
KoOdtFramesReportDocument
::
startTable
(
OROSection
*
section
)
void
KoOdtFramesReportDocument
::
startTable
(
OROSection
*
section
)
{
{
Q_UNUSED
(
section
);
}
}
void
KoOdtFramesReportDocument
::
addPrimitive
(
KoOdtFrameReportPrimitive
*
data
)
void
KoOdtFramesReportDocument
::
addPrimitive
(
KoOdtFrameReportPrimitive
*
data
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment