summaryrefslogtreecommitdiff
path: root/include/svtools/ctrltool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/ctrltool.hxx')
-rw-r--r--include/svtools/ctrltool.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/svtools/ctrltool.hxx b/include/svtools/ctrltool.hxx
index da7be4b3c770..6d9a1e4f764b 100644
--- a/include/svtools/ctrltool.hxx
+++ b/include/svtools/ctrltool.hxx
@@ -150,7 +150,7 @@ private:
VclPtr<OutputDevice> mpDev2;
std::vector<std::unique_ptr<ImplFontListNameInfo>> m_Entries;
- SVT_DLLPRIVATE ImplFontListNameInfo* ImplFind( const OUString& rSearchName, sal_uLong* pIndex ) const;
+ SVT_DLLPRIVATE ImplFontListNameInfo* ImplFind( const OUString& rSearchName, sal_uInt32* pIndex ) const;
SVT_DLLPRIVATE ImplFontListNameInfo* ImplFindByName( const OUString& rStr ) const;
SVT_DLLPRIVATE void ImplInsertFonts(OutputDevice* pDev, bool bInsertData);
@@ -198,19 +198,19 @@ class SVT_DLLPUBLIC FontSizeNames
{
private:
const struct ImplFSNameItem* mpArray;
- sal_uLong mnElem;
+ sal_Int32 mnElem;
public:
FontSizeNames( LanguageType eLanguage /* = LANGUAGE_DONTKNOW */ );
- sal_uLong Count() const { return mnElem; }
+ sal_Int32 Count() const { return mnElem; }
bool IsEmpty() const { return !mnElem; }
- long Name2Size( const OUString& ) const;
- OUString Size2Name( long ) const;
+ sal_Int32 Name2Size( const OUString& ) const;
+ OUString Size2Name( sal_Int32 ) const;
- OUString GetIndexName( sal_uLong nIndex ) const;
- long GetIndexSize( sal_uLong nIndex ) const;
+ OUString GetIndexName( sal_Int32 nIndex ) const;
+ sal_Int32 GetIndexSize( sal_Int32 nIndex ) const;
};
#endif // INCLUDED_SVTOOLS_CTRLTOOL_HXX