summaryrefslogtreecommitdiff
path: root/sw/inc/toxwrap.hxx
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-10-19 15:18:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-10-20 08:04:53 +0200
commit1e822e401ea8fe950c7fb62172ac61d8396c98e9 (patch)
tree3a29227adfe1c5ec9209d7e7deb2035633104986 /sw/inc/toxwrap.hxx
parentb225980d2d65694278c9ed89512fbe21b08febd6 (diff)
use tools::Long in sw
Change-Id: I44be72b3a9b14823ec37a3c799cffb4fb4d6e1de Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104527 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/toxwrap.hxx')
-rw-r--r--sw/inc/toxwrap.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/toxwrap.hxx b/sw/inc/toxwrap.hxx
index 71feadb6fcf5..63a09b323ff0 100644
--- a/sw/inc/toxwrap.hxx
+++ b/sw/inc/toxwrap.hxx
@@ -22,6 +22,7 @@
#include <com/sun/star/lang/Locale.hpp>
#include <com/sun/star/i18n/XExtendedIndexEntrySupplier.hpp>
+#include <tools/long.hxx>
#include "swdllapi.h"
namespace com::sun::star::i18n { class XExtendedIndexEntrySupplier; }
@@ -47,7 +48,7 @@ public:
GetAlgorithmList( const css::lang::Locale& rLcl ) const;
bool LoadAlgorithm( const css::lang::Locale& rLcl,
- const OUString& sSortAlgorithm, long nOptions ) const;
+ const OUString& sSortAlgorithm, tools::Long nOptions ) const;
sal_Int16 CompareIndexEntry( const OUString& rText1, const OUString& rTextReading1,
const css::lang::Locale& rLcl1,