diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-14 14:40:53 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-18 10:07:53 +0200 |
commit | 73aee35ee058940923dc3d96558a0505fcefb169 (patch) | |
tree | 35ae748d2d17af61d5b279f1ee60ea1dc1c2e026 /sc | |
parent | b7843c1ec0617b48e084e22287fea1a0b44814e9 (diff) |
sal_Bool->bool
Change-Id: Ifae09024b0f94a3efc24355803091e2600dccf84
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/inc/cellsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/cellsh.hxx b/sc/source/ui/inc/cellsh.hxx index b44eb9f25904..7b5fbaedc397 100644 --- a/sc/source/ui/inc/cellsh.hxx +++ b/sc/source/ui/inc/cellsh.hxx @@ -50,7 +50,7 @@ class ScCellShell: public ScFormatShell { private: CellShell_Impl* pImpl; - sal_Bool bPastePossible; + bool bPastePossible; void GetPossibleClipboardFormats( SvxClipboardFmtItem& rFormats ); void ExecuteExternalSource( |