summaryrefslogtreecommitdiffstats
path: root/kspread
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-26 02:19:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-26 02:19:19 +0900
commitb727f4b3b1957bec28a350575237b93f8f278cdb (patch)
tree798a12c2a92121c5683a7a0338fdaec289e1c7fd /kspread
parentdcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0 (diff)
downloadkoffice-b727f4b3b1957bec28a350575237b93f8f278cdb.tar.gz
koffice-b727f4b3b1957bec28a350575237b93f8f278cdb.zip
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kspread')
-rw-r--r--kspread/kspread_object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/kspread_object.cpp b/kspread/kspread_object.cpp
index 6f397b52..ad699e4e 100644
--- a/kspread/kspread_object.cpp
+++ b/kspread/kspread_object.cpp
@@ -679,7 +679,7 @@ bool EmbeddedChart::loadDocument( KoStore* _store )
KoChart::Part* EmbeddedChart::chart()
{
// Returns 0 when the chart couldn't be loaded and we get KoUnavailPart instead.
- return ::tqqt_cast<KoChart::Part *>( m_embeddedObject->document() );
+ return ::tqt_cast<KoChart::Part *>( m_embeddedObject->document() );
}
/**********************************************************