[Libreoffice-commits] core.git: svx/source
Tor Lillqvist
tml at collabora.com
Fri Apr 11 04:19:07 PDT 2014
svx/source/form/fmscriptingenv.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit d045378cfec7a8a175b02a1833b673c90f731081
Author: Tor Lillqvist <tml at collabora.com>
Date: Fri Apr 11 14:09:43 2014 +0300
WaE: private field 'm_rFormModel' is not used (in the DISABLE_SCRIPTING case)
Change-Id: I14efdc4cdb0cb7b8517c8dc0a06c3f0f95259287
diff --git a/svx/source/form/fmscriptingenv.cxx b/svx/source/form/fmscriptingenv.cxx
index 624a4d1..8a70907 100644
--- a/svx/source/form/fmscriptingenv.cxx
+++ b/svx/source/form/fmscriptingenv.cxx
@@ -939,6 +939,7 @@ namespace svxform
#ifdef DISABLE_SCRIPTING
(void) _rEvent;
(void) _pSyncronousResult;
+ (void) m_rFormModel;
#else
SolarMutexClearableGuard aSolarGuard;
::osl::ClearableMutexGuard aGuard( m_aMutex );
More information about the Libreoffice-commits
mailing list