diff options
Diffstat (limited to 'sd/inc/sdabstdlg.hxx')
-rw-r--r-- | sd/inc/sdabstdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/sdabstdlg.hxx b/sd/inc/sdabstdlg.hxx index 53dcf43b3a35..b3cde08b122b 100644 --- a/sd/inc/sdabstdlg.hxx +++ b/sd/inc/sdabstdlg.hxx @@ -102,7 +102,7 @@ public: virtual void HideDeleteBtn() = 0; virtual void SetInputFields(sal_Bool bEnableX, sal_Bool bEnableY) = 0; //from class ::Window - virtual void SetText( const XubString& rStr ) = 0; + virtual void SetText( const OUString& rStr ) = 0; }; class AbstractSdInsertLayerDlg : public VclAbstractDialog //add for SdInsertLayerDlg |