[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [calligra/frameworks] filters/libmsooxml: Fix no longer known type uint
From:       Friedrich W. H. Kossebau <kossebau () kde ! org>
Date:       2015-08-27 0:57:01
Message-ID: E1ZUlUz-0007J2-4B () scm ! kde ! org
[Download RAW message or body]

Git commit 2ab5ca0eb416f3043bdca1d361ec87e0abaa764e by Friedrich W. H. Koss=
ebau.
Committed on 27/08/2015 at 00:37.
Pushed by kossebau into branch 'frameworks'.

Fix no longer known type uint

M  +2    -2    filters/libmsooxml/MsooXmlGlobal.cpp
M  +2    -2    filters/libmsooxml/MsooXmlGlobal.h

http://commits.kde.org/calligra/2ab5ca0eb416f3043bdca1d361ec87e0abaa764e

diff --git a/filters/libmsooxml/MsooXmlGlobal.cpp b/filters/libmsooxml/Msoo=
XmlGlobal.cpp
index 4b151bc..abbf746 100644
--- a/filters/libmsooxml/MsooXmlGlobal.cpp
+++ b/filters/libmsooxml/MsooXmlGlobal.cpp
@@ -25,12 +25,12 @@
 =

 #include "MsooXmlGlobal.h"
 =

-KOMSOOXML_EXPORT uint MSOOXML::maximumSpreadsheetColumns()
+KOMSOOXML_EXPORT unsigned int MSOOXML::maximumSpreadsheetColumns()
 {
     return 0x7FFF;
 }
 =

-KOMSOOXML_EXPORT uint MSOOXML::maximumSpreadsheetRows()
+KOMSOOXML_EXPORT unsigned int MSOOXML::maximumSpreadsheetRows()
 {
     return 0xFFFFF;
 }
diff --git a/filters/libmsooxml/MsooXmlGlobal.h b/filters/libmsooxml/MsooXm=
lGlobal.h
index 0934548..03b4304 100644
--- a/filters/libmsooxml/MsooXmlGlobal.h
+++ b/filters/libmsooxml/MsooXmlGlobal.h
@@ -34,10 +34,10 @@ namespace MSOOXML
 =

 //! @return maximum number of spreadsheet columns per worksheet. Currently=
 set to 32767, which is KSpread maximum.
 //! See http://en.wikipedia.org/wiki/OpenOffice.org_Calc#Specifications
-KOMSOOXML_EXPORT uint maximumSpreadsheetColumns();
+KOMSOOXML_EXPORT unsigned int maximumSpreadsheetColumns();
 =

 //! @return maximum number of spreadsheet rows per worksheet. Currently se=
t to 32767, which is KSpread maximum.
-KOMSOOXML_EXPORT uint maximumSpreadsheetRows();
+KOMSOOXML_EXPORT unsigned int maximumSpreadsheetRows();
 =

 } // MSOOXML namespace
 =


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic