summaryrefslogtreecommitdiffstats
path: root/sw/inc/format.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-11-07 10:56:27 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-11-07 10:57:55 +0900
commiteb020150e174335a9956f5259ddced0026163373 (patch)
tree31bbc7980ae901f5a7fc763abaae32352f1a0c8f /sw/inc/format.hxx
parentmove CppunitTest_sal_osl_process to gb_Module_add_check_targets call (diff)
downloadcore-eb020150e174335a9956f5259ddced0026163373.tar.gz
core-eb020150e174335a9956f5259ddced0026163373.zip
sal_Bool to bool
Change-Id: Ia1001ff0f4778bdf5e22bf2800f533dfba80c048
Diffstat (limited to 'sw/inc/format.hxx')
-rw-r--r--sw/inc/format.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx
index 593cb55b38ab..8b8b61b8cab4 100644
--- a/sw/inc/format.hxx
+++ b/sw/inc/format.hxx
@@ -81,7 +81,7 @@ public:
/// Query format information.
- virtual sal_Bool GetInfo( SfxPoolItem& ) const;
+ virtual bool GetInfo( SfxPoolItem& ) const;
/// Copy attributes even among documents.
void CopyAttrs( const SwFmt&, sal_Bool bReplace=sal_True );