summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/unoaprms.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-18 13:20:03 +0200
committerNoel Grandin <noel@peralex.com>2013-09-19 10:14:21 +0200
commitd6f8e16bdf93bcb45c60431adc09d5561d88bdac (patch)
treea2a1d245b608fbd90fc1f9d291f9d5a61edbed21 /sd/source/ui/inc/unoaprms.hxx
parenta8ffc2a5ef3bc28ed4105e1cea5d4062a93f9275 (diff)
convert sd/../unoaprms.hxx from String to OUString
Change-Id: I579cc101902027813ebd09c9a0e6adffb5b9e5a1
Diffstat (limited to 'sd/source/ui/inc/unoaprms.hxx')
-rw-r--r--sd/source/ui/inc/unoaprms.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sd/source/ui/inc/unoaprms.hxx b/sd/source/ui/inc/unoaprms.hxx
index 5d349c80038b..250990125222 100644
--- a/sd/source/ui/inc/unoaprms.hxx
+++ b/sd/source/ui/inc/unoaprms.hxx
@@ -62,14 +62,14 @@ class SdAnimationPrmsUndoAction : public SdUndoAction
Color aNewDimColor;
Color aOldBlueScreen;
Color aNewBlueScreen;
- String aOldSoundFile;
- String aNewSoundFile;
+ OUString aOldSoundFile;
+ OUString aNewSoundFile;
SdrPathObj* pOldPathObj;
SdrPathObj* pNewPathObj;
::com::sun::star::presentation::ClickAction eOldClickAction;
::com::sun::star::presentation::ClickAction eNewClickAction;
- String aOldBookmark;
- String aNewBookmark;
+ OUString aOldBookmark;
+ OUString aNewBookmark;
sal_Bool bOldInvisibleInPres;
sal_Bool bNewInvisibleInPres;
sal_uInt16 nOldVerb;
@@ -104,7 +104,7 @@ public:
{ bOldDimHide = bTheOldDimHide; bNewDimHide = bTheNewDimHide; }
void SetSoundOn(sal_Bool bTheOldSoundOn, sal_Bool bTheNewSoundOn)
{ bOldSoundOn = bTheOldSoundOn; bNewSoundOn = bTheNewSoundOn; }
- void SetSound(String aTheOldSound, String aTheNewSound)
+ void SetSound(String aTheOldSound, OUString aTheNewSound)
{ aOldSoundFile = aTheOldSound; aNewSoundFile = aTheNewSound; }
void SetBlueScreen(Color aTheOldBlueScreen, Color aTheNewBlueScreen)
{ aOldBlueScreen = aTheOldBlueScreen; aNewBlueScreen = aTheNewBlueScreen; }
@@ -114,7 +114,7 @@ public:
{ pOldPathObj = pTheOldPath; pNewPathObj = pTheNewPath; }
void SetClickAction(::com::sun::star::presentation::ClickAction eTheOldAction, ::com::sun::star::presentation::ClickAction eTheNewAction)
{ eOldClickAction = eTheOldAction; eNewClickAction = eTheNewAction; }
- void SetBookmark(String aTheOldBookmark, String aTheNewBookmark)
+ void SetBookmark(String aTheOldBookmark, OUString aTheNewBookmark)
{ aOldBookmark = aTheOldBookmark; aNewBookmark = aTheNewBookmark; }
void SetInvisibleInPres(sal_Bool bTheOldInvisibleInPres, sal_Bool bTheNewInvisibleInPres)
{ bOldInvisibleInPres = bTheOldInvisibleInPres; bNewInvisibleInPres = bTheNewInvisibleInPres; }