Kaydet (Commit) 903fa82b authored tarafından Noel Grandin's avatar Noel Grandin

sal_Bool->bool

Change-Id: I1a0f907d0616c5177a8e318193f01bc3febcfdbe
üst 615ad147
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
class SC_DLLPUBLIC ScFilterOptions : public utl::ConfigItem class SC_DLLPUBLIC ScFilterOptions : public utl::ConfigItem
{ {
sal_Bool bWK3Flag; bool bWK3Flag;
double fExcelColScale; double fExcelColScale;
double fExcelRowScale; double fExcelRowScale;
...@@ -40,7 +40,7 @@ public: ...@@ -40,7 +40,7 @@ public:
virtual void Notify( const com::sun::star::uno::Sequence<OUString>& aPropertyNames ); virtual void Notify( const com::sun::star::uno::Sequence<OUString>& aPropertyNames );
virtual void Commit(); virtual void Commit();
sal_Bool GetWK3Flag() const { return bWK3Flag; } bool GetWK3Flag() const { return bWK3Flag; }
double GetExcelColScale() const { return fExcelColScale; } double GetExcelColScale() const { return fExcelColScale; }
double GetExcelRowScale() const { return fExcelRowScale; } double GetExcelRowScale() const { return fExcelRowScale; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment