diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-08 18:22:25 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-08 19:14:41 +0000 |
commit | 930e9fa318855b03755d2632020d770ca7ccbfd7 (patch) | |
tree | 457074d05c1cccf85ce64645e6b3501b03f019d3 /sw/source/uibase/app/swmodule.cxx | |
parent | aefc43ba5c2688a1301dcda08b56a42127904cbb (diff) |
sw: prefix global variables in edtwin
Change-Id: Iee32ede1cc474a361fb3b1bf47f1c52b4ff2c4b7
Reviewed-on: https://gerrit.libreoffice.org/14799
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw/source/uibase/app/swmodule.cxx')
-rw-r--r-- | sw/source/uibase/app/swmodule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/app/swmodule.cxx b/sw/source/uibase/app/swmodule.cxx index 4a8038ce9e50..a9af46e8696e 100644 --- a/sw/source/uibase/app/swmodule.cxx +++ b/sw/source/uibase/app/swmodule.cxx @@ -128,7 +128,7 @@ #include <app.hrc> #include <svx/xmlsecctrl.hxx> ResMgr *pSwResMgr = 0; -bool bNoInterrupt = false; +bool g_bNoInterrupt = false; #include <sfx2/app.hxx> |