Kaydet (Commit) 91281ddf authored tarafından Noel Grandin's avatar Noel Grandin

convert sc/.../tphf.hxx from String to OUString

Change-Id: I039065969a25ce046d665ab4faa99a7a7171ef08
üst 3a30d789
......@@ -34,7 +34,7 @@ public:
virtual void Reset( const SfxItemSet& rSet );
virtual sal_Bool FillItemSet( SfxItemSet& rOutSet );
void SetPageStyle( const String& rName ) { aStrPageStyle = rName; }
void SetPageStyle( const OUString& rName ) { aStrPageStyle = rName; }
void SetStyleDlg ( const ScStyleDlg* pDlg ) { pStyleDlg = pDlg; }
protected:
......
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