summaryrefslogtreecommitdiffstats
path: root/include/sfx2/basedlgs.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-27 16:44:41 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:30:11 +0200
commit25994daa3a186a504c4f1b88bc251a89b96f0d47 (patch)
tree94777dcf63f5e88485112a3b6271a20343fd74d2 /include/sfx2/basedlgs.hxx
parentconvert include/sfx2/controlwrapper.hxx from String to OUString (diff)
downloadcore-25994daa3a186a504c4f1b88bc251a89b96f0d47.tar.gz
core-25994daa3a186a504c4f1b88bc251a89b96f0d47.zip
convert include/sfx2/childwin.hxx from String to OUString
Change-Id: Ide6e1751879c9702299df37c8f14ebed22d31a34
Diffstat (limited to 'include/sfx2/basedlgs.hxx')
-rw-r--r--include/sfx2/basedlgs.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx
index 11854d21c31b..c4c939bda5d5 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -55,7 +55,7 @@ SFX2_DLLPUBLIC inline void reverseUniqueHelpIdHack(Window &rWindow)
class SFX2_DLLPUBLIC SfxModalDialog: public ModalDialog
{
sal_uInt32 nUniqId;
- String aExtraData;
+ OUString aExtraData;
const SfxItemSet* pInputSet;
SfxItemSet* pOutputSet;
@@ -72,7 +72,7 @@ protected:
SfxModalDialog(Window *pParent, const OString& rID, const OUString& rUIXMLDescription);
SfxModalDialog(Window* pParent, sal_uInt32 nUniqueId, WinBits nWinStyle = WB_STDMODAL );
- String& GetExtraData() { return aExtraData; }
+ OUString& GetExtraData() { return aExtraData; }
sal_uInt32 GetUniqId() const { return nUniqId; }
void SetUniqId(sal_uInt32 nSettingsId) { nUniqId = nSettingsId; }
SfxItemSet* GetItemSet() { return pOutputSet; }