Kaydet (Commit) c8d8b9b7 authored tarafından Jochen Nitschke's avatar Jochen Nitschke

cppcheck: unusedStructMember

Change-Id: I1e2859e7a12a61db953be12f11149aaecb462b5b
Reviewed-on: https://gerrit.libreoffice.org/37871Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJochen Nitschke <j.nitschke+logerrit@ok.de>
üst ebc2abf2
......@@ -69,23 +69,8 @@ static int startsAsciiCaseInsensitive(const std::string &s1, const std::string &
}
/**
* This 3 following structures are from fingerprint.c and textcat.c
* This following structure is from textcat.c
*/
typedef struct ngram_t {
sint2 rank;
char str[MAXNGRAMSIZE+1];
} ngram_t;
typedef struct fp_t {
const char *name;
ngram_t *fprint;
uint4 size;
} fp_t;
typedef struct textcat_t{
void **fprint;
......
......@@ -74,11 +74,6 @@ using namespace ::com::sun::star::util;
using namespace toolkit;
#define PROPERTY_RESOURCERESOLVER "ResourceResolver"
struct LanguageDependentProp
{
const char* pPropName;
sal_Int32 nPropNameLength;
};
namespace
......
......@@ -31,10 +31,8 @@ struct BOX
};
struct _XRegion
{
long size;
long numRects;
BOX *rects;
BOX extents;
};
X11CairoTextRender::X11CairoTextRender(X11SalGraphics& rParent)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment