diff options
author | Kurt Zenker <kz@openoffice.org> | 2009-09-15 08:02:36 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2009-09-15 08:02:36 +0000 |
commit | 2cf1b92c231f06eff95a1fce8654ce0e01b5014b (patch) | |
tree | f434fa026b59f0b2aded7286afef074f3f83ef5d /svx | |
parent | 3ec91dff370216b1ee529bd1631736c23dc050ad (diff) |
#i10000# builderror and WaE on solaris fixed
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/fmcomp/gridcell.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx index 96f11adfa6df..ff7cfd422eb8 100644 --- a/svx/source/fmcomp/gridcell.cxx +++ b/svx/source/fmcomp/gridcell.cxx @@ -3335,10 +3335,10 @@ void FmXGridCell::setLock(sal_Bool _bLock) throw( RuntimeException ) } //------------------------------------------------------------------ -void SAL_CALL FmXGridCell::setPosSize( ::sal_Int32 _X, ::sal_Int32 _Y, ::sal_Int32 _Width, ::sal_Int32 _Height, ::sal_Int16 _Flags ) throw (RuntimeException) +void SAL_CALL FmXGridCell::setPosSize( ::sal_Int32 _XX, ::sal_Int32 _Y, ::sal_Int32 _Width, ::sal_Int32 _Height, ::sal_Int16 _Flags ) throw (RuntimeException) { OSL_ENSURE( false, "FmXGridCell::setPosSize: not implemented" ); - (void)_X; + (void)_XX; (void)_Y; (void)_Width; (void)_Height; @@ -3891,7 +3891,6 @@ void FmXEditCell::onWindowEvent( const ULONG _nEventId, const Window& _rWindow, onTextChanged(); return; } - break; } FmXTextCell::onWindowEvent( _nEventId, _rWindow, _pEventData ); |