diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-11 14:09:43 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-11 14:18:37 +0300 |
commit | d045378cfec7a8a175b02a1833b673c90f731081 (patch) | |
tree | 5ca5d99ca8d2e5baa8be408aeae1530439a69b30 /svx | |
parent | 54b8eb252a3380d9d6e3cec26463e7a257790651 (diff) |
WaE: private field 'm_rFormModel' is not used (in the DISABLE_SCRIPTING case)
Change-Id: I14efdc4cdb0cb7b8517c8dc0a06c3f0f95259287
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/fmscriptingenv.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/form/fmscriptingenv.cxx b/svx/source/form/fmscriptingenv.cxx index 624a4d1d7863..8a70907cf6bd 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 ); |