diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-22 12:41:43 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-22 12:37:51 +0000 |
commit | e010834dc1a82fcb80dc23025001a752a0fb60a4 (patch) | |
tree | 16d3256e1b9965486f7540ffb7133274575de516 /sd/source/ui/dlg | |
parent | 6a18fdceb5e6a2f2f9029ec767b405b4475a19e0 (diff) |
remove some more global OUStrings
Change-Id: Ic02754f98bfda3b7cd8c06857123d363a96e8d0e
Reviewed-on: https://gerrit.libreoffice.org/31071
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/dlg')
-rw-r--r-- | sd/source/ui/dlg/PhotoAlbumDialog.cxx | 3 | ||||
-rw-r--r-- | sd/source/ui/dlg/PhotoAlbumDialog.hxx | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sd/source/ui/dlg/PhotoAlbumDialog.cxx b/sd/source/ui/dlg/PhotoAlbumDialog.cxx index 545668387990..54c6be14b1bb 100644 --- a/sd/source/ui/dlg/PhotoAlbumDialog.cxx +++ b/sd/source/ui/dlg/PhotoAlbumDialog.cxx @@ -36,8 +36,6 @@ namespace sd { -OUString SdPhotoAlbumDialog::sDirUrl; - SdPhotoAlbumDialog::SdPhotoAlbumDialog(vcl::Window* pWindow, SdDrawDocument* pActDoc) : ModalDialog(pWindow, "PhotoAlbumCreatorDialog", "modules/simpress/ui/photoalbum.ui"), pDoc(pActDoc) @@ -73,7 +71,6 @@ SdPhotoAlbumDialog::SdPhotoAlbumDialog(vcl::Window* pWindow, SdDrawDocument* pAc pInsTypeCombo->SetSelectHdl(LINK(this, SdPhotoAlbumDialog, TypeSelectHdl)); mpGraphicFilter = new GraphicFilter; - sDirUrl.clear(); pAddBtn->GrabFocus(); pImagesLst->Clear(); } diff --git a/sd/source/ui/dlg/PhotoAlbumDialog.hxx b/sd/source/ui/dlg/PhotoAlbumDialog.hxx index 122380c0140c..e6541b58f38c 100644 --- a/sd/source/ui/dlg/PhotoAlbumDialog.hxx +++ b/sd/source/ui/dlg/PhotoAlbumDialog.hxx @@ -49,7 +49,6 @@ public: virtual void dispose() override; private: - static OUString sDirUrl; VclPtr<CancelButton> pCancelBtn; VclPtr<PushButton> pCreateBtn; |