summaryrefslogtreecommitdiff
path: root/cui/source/factory/dlgfact.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-31 09:07:26 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-31 21:21:36 +0000
commitb0da0f644330b78a2c11842a90ff71fe95d8419d (patch)
tree86f15b75b6649bc85640daf282d8ca62fae3d773 /cui/source/factory/dlgfact.hxx
parent54e1c8977629a1098cb677edffca5b76f51e8aa7 (diff)
GraphicFilterDialog->oldGraphicFilterDialog
Change-Id: I13eb7c462538520c119391ad54fac2c0e0d052e9
Diffstat (limited to 'cui/source/factory/dlgfact.hxx')
-rw-r--r--cui/source/factory/dlgfact.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/cui/source/factory/dlgfact.hxx b/cui/source/factory/dlgfact.hxx
index 0d171618bb93..909c8fd7ac32 100644
--- a/cui/source/factory/dlgfact.hxx
+++ b/cui/source/factory/dlgfact.hxx
@@ -46,7 +46,7 @@ class SvxMultiFileDialog;
class SvxHpLinkDlg;
class FmSearchDialog;
class Graphic;
-class GraphicFilterDialog;
+class oldGraphicFilterDialog;
class SvxAreaTabDialog;
class InsertObjectDialog_Impl;
class SvPasteObjectDialog;
@@ -436,10 +436,9 @@ class AbstractFmSearchDialog_Impl :public AbstractFmSearchDialog
virtual void SetActiveField(const OUString& strField);
};
-class GraphicFilterDialog;
class AbstractGraphicFilterDialog_Impl :public AbstractGraphicFilterDialog
{
- DECL_ABSTDLG_BASE(AbstractGraphicFilterDialog_Impl,GraphicFilterDialog)
+ DECL_ABSTDLG_BASE(AbstractGraphicFilterDialog_Impl,oldGraphicFilterDialog)
virtual Graphic GetFilteredGraphic( const Graphic& rGraphic, double fScaleX, double fScaleY );
};