summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-05-22 16:44:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-05-23 17:34:53 +0200
commit461f2173d10934f54cebacfedd4c8840a827b5f7 (patch)
tree300d01568313f1aaf5eb2287099eba5cb7c13570 /sd
parent3ca952ddb3ad78fca5d2ca14a3c7cb8417dec4c1 (diff)
rename SvxGraphCtrl back to GraphCtrl
Change-Id: I340b1695588bea0f1ce15685731c522907fdb7ee Reviewed-on: https://gerrit.libreoffice.org/72806 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/dlg/PhotoAlbumDialog.hxx2
-rw-r--r--sd/source/ui/inc/vectdlg.hxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/dlg/PhotoAlbumDialog.hxx b/sd/source/ui/dlg/PhotoAlbumDialog.hxx
index f8f1b4e503ce..75c20fd5ccc6 100644
--- a/sd/source/ui/dlg/PhotoAlbumDialog.hxx
+++ b/sd/source/ui/dlg/PhotoAlbumDialog.hxx
@@ -39,7 +39,7 @@ private:
SdDrawDocument* m_pDoc;
GraphicFilter* m_pGraphicFilter;
- SvxGraphCtrl m_aImg;
+ GraphCtrl m_aImg;
std::unique_ptr<weld::Button> m_xCancelBtn;
std::unique_ptr<weld::Button> m_xCreateBtn;
diff --git a/sd/source/ui/inc/vectdlg.hxx b/sd/source/ui/inc/vectdlg.hxx
index 60ccc3dcd5bc..f5977e52d863 100644
--- a/sd/source/ui/inc/vectdlg.hxx
+++ b/sd/source/ui/inc/vectdlg.hxx
@@ -40,8 +40,8 @@ class SdVectorizeDlg : public weld::GenericDialogController
Bitmap aPreviewBmp;
GDIMetaFile aMtf;
- SvxGraphCtrl m_aBmpWin;
- SvxGraphCtrl m_aMtfWin;
+ GraphCtrl m_aBmpWin;
+ GraphCtrl m_aMtfWin;
std::unique_ptr<weld::SpinButton> m_xNmLayers;
std::unique_ptr<weld::MetricSpinButton> m_xMtReduce;