libreoffice-online/kit
Ashod Nakashian cb4beaca34 wsd: avoid the using keyword and use C++ size_t
size_t in C and in C++ are not necessarily the same
type. The C++ size_t is in the std namespace. Since
we do include many C headers, and indeed some C++
runtime headers do define size_t for backwards
compatibility, it's easy to mix and match the two
types.

Also, 'using std::size_t;' isn't a great practice,
so removed.

This is not exhaustive, just some low-hanging cases.

Change-Id: I85a36b6fd1acd204274b1869de9bcb94c8b3cf13
Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
2020-11-15 15:41:41 -05:00
..
ChildSession.cpp Remove pseudo-code pushed in error. 2020-10-26 19:59:55 +00:00
ChildSession.hpp wsd: encapsulate watermark details 2020-11-11 08:14:42 +01:00
Delta.hpp fix license headers 2020-10-01 11:56:43 +02:00
DummyLibreOfficeKit.cpp fix license headers 2020-10-01 11:56:43 +02:00
DummyLibreOfficeKit.hpp fix license headers 2020-10-01 11:56:43 +02:00
ForKit.cpp fix license headers 2020-10-01 11:56:43 +02:00
Kit.cpp wsd: avoid the using keyword and use C++ size_t 2020-11-15 15:41:41 -05:00
Kit.hpp wsd: avoid the using keyword and use C++ size_t 2020-11-15 15:41:41 -05:00
KitHelper.hpp fix license headers 2020-10-01 11:56:43 +02:00
SetupKitEnvironment.hpp fix license headers 2020-10-01 11:56:43 +02:00
TestStubs.cpp fix license headers 2020-10-01 11:56:43 +02:00
Watermark.hpp Fix distortion on watermark text 2020-11-15 13:54:33 +03:00