diff options
author | Carsten Driesner <cd@openoffice.org> | 2011-01-24 17:22:01 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2011-01-24 17:22:01 +0100 |
commit | 8e46bfdceff41c73cff49e9365a9e1ebaa97bb7a (patch) | |
tree | b5c32a97dc8ca84d7bcdaa90616c7c54907ee955 /sc/source/ui/inc/docsh.hxx | |
parent | 30ebcbb6e0595a13c32f1294fb1918a2a9e808c0 (diff) |
removetooltypes01: adjust rebase for Linux
Diffstat (limited to 'sc/source/ui/inc/docsh.hxx')
-rw-r--r-- | sc/source/ui/inc/docsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx index fd60efe2eba1..1daf94a0cb2c 100644 --- a/sc/source/ui/inc/docsh.hxx +++ b/sc/source/ui/inc/docsh.hxx @@ -302,7 +302,7 @@ public: void DoRecalc( sal_Bool bApi ); void DoHardRecalc( sal_Bool bApi ); - void UpdateOle( const ScViewData* pViewData, BOOL bSnapSize = sal_False); + void UpdateOle( const ScViewData* pViewData, sal_Bool bSnapSize = sal_False); sal_Bool IsOle(); void DBAreaDeleted( SCTAB nTab, SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2 ); |