New loplugin:externvar: libreofficekit
Change-Id: Ib2a19249e1dd8d187b1fdc5559a9b4b9c2825e8c
This commit is contained in:
parent
0cca099cfb
commit
7267e2b50d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
#define MIN_ZOOM 0.25f
|
||||
|
||||
/// This is expected to be locked during setView(), doSomethingElse() LOK calls.
|
||||
std::mutex g_aLOKMutex;
|
||||
static std::mutex g_aLOKMutex;
|
||||
|
||||
/// Same as a GdkRectangle, but also tracks in which part the rectangle is.
|
||||
struct ViewRectangle
|
||||
|
|
Loading…
Reference in a new issue