summaryrefslogtreecommitdiffstats
path: root/writerfilter/source/dmapper/CellColorHandler.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-30 09:57:53 +0200
committerNoel Grandin <noel@peralex.com>2014-05-02 08:49:20 +0200
commit19d35573fa0757ecac0163e6aff8d2cad1c61264 (patch)
treee44d0b36db922bbe9d6934970bbe20c40c19c4c3 /writerfilter/source/dmapper/CellColorHandler.hxx
parentuui: sal_Bool->bool (diff)
downloadcore-19d35573fa0757ecac0163e6aff8d2cad1c61264.tar.gz
core-19d35573fa0757ecac0163e6aff8d2cad1c61264.zip
writerfilter: sal_Bool->bool
Change-Id: I794dde724b2ec3011f72c712c073f70df39aed58
Diffstat (limited to 'writerfilter/source/dmapper/CellColorHandler.hxx')
-rw-r--r--writerfilter/source/dmapper/CellColorHandler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/CellColorHandler.hxx b/writerfilter/source/dmapper/CellColorHandler.hxx
index dfcda4529548..b69ed3bde99b 100644
--- a/writerfilter/source/dmapper/CellColorHandler.hxx
+++ b/writerfilter/source/dmapper/CellColorHandler.hxx
@@ -59,7 +59,7 @@ public:
void enableInteropGrabBag(const OUString& aName);
beans::PropertyValue getInteropGrabBag();
void disableInteropGrabBag();
- sal_Bool isInteropGrabBagEnabled();
+ bool isInteropGrabBagEnabled();
};
typedef boost::shared_ptr< CellColorHandler > CellColorHandlerPtr;
}}