summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/PhotoAlbumDialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg/PhotoAlbumDialog.cxx')
-rw-r--r--sd/source/ui/dlg/PhotoAlbumDialog.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sd/source/ui/dlg/PhotoAlbumDialog.cxx b/sd/source/ui/dlg/PhotoAlbumDialog.cxx
index b349a438471b..a99caae77db2 100644
--- a/sd/source/ui/dlg/PhotoAlbumDialog.cxx
+++ b/sd/source/ui/dlg/PhotoAlbumDialog.cxx
@@ -145,9 +145,9 @@ IMPL_LINK_NOARG_TYPED(SdPhotoAlbumDialog, CreateHdl, Button*, void)
::awt::Size aPageSize;
xSlideProps->getPropertyValue(
- OUString("Width")) >>= aPageSize.Width;
+ "Width") >>= aPageSize.Width;
xSlideProps->getPropertyValue(
- OUString("Height")) >>= aPageSize.Height;
+ "Height") >>= aPageSize.Height;
::awt::Point aPicPos;
@@ -188,9 +188,9 @@ IMPL_LINK_NOARG_TYPED(SdPhotoAlbumDialog, CreateHdl, Button*, void)
::awt::Size aPageSize;
xSlideProps->getPropertyValue(
- OUString("Width")) >>= aPageSize.Width;
+ "Width") >>= aPageSize.Width;
xSlideProps->getPropertyValue(
- OUString("Height")) >>= aPageSize.Height;
+ "Height") >>= aPageSize.Height;
// grab the left one
void* pD1 = pImagesLst->GetEntryData(i);
@@ -293,9 +293,9 @@ IMPL_LINK_NOARG_TYPED(SdPhotoAlbumDialog, CreateHdl, Button*, void)
::awt::Size aPageSize;
xSlideProps->getPropertyValue(
- OUString("Width")) >>= aPageSize.Width;
+ "Width") >>= aPageSize.Width;
xSlideProps->getPropertyValue(
- OUString("Height")) >>= aPageSize.Height;
+ "Height") >>= aPageSize.Height;
// grab the upper left one
void* pD1 = pImagesLst->GetEntryData(i);