From 368a3e45a3f126d34f794a9118fcef0e3270cd78 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 3 Aug 2015 15:11:45 +0200 Subject: sc: inline some use-once typedefs Change-Id: I332e160dda3f167e61f99da1eb0aa6bd72a48b06 --- sc/source/ui/vba/vbaformatconditions.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sc/source/ui/vba/vbaformatconditions.hxx') diff --git a/sc/source/ui/vba/vbaformatconditions.hxx b/sc/source/ui/vba/vbaformatconditions.hxx index d8dfef49250d..45d00018b0c2 100644 --- a/sc/source/ui/vba/vbaformatconditions.hxx +++ b/sc/source/ui/vba/vbaformatconditions.hxx @@ -28,8 +28,6 @@ #include #include -typedef CollTestImplHelper< ov::excel::XFormatConditions > ScVbaFormatConditions_BASE; - // This class is used only as a target for casting, it seems, // and no objects of this type are created as such, I think. // So avoid MSVC warnings: @@ -42,7 +40,7 @@ typedef CollTestImplHelper< ov::excel::XFormatConditions > ScVbaFormatConditions #pragma warning(disable: 4610) #endif -class ScVbaFormatConditions: public ScVbaFormatConditions_BASE +class ScVbaFormatConditions: public CollTestImplHelper< ov::excel::XFormatConditions > { css::table::CellAddress maCellAddress; css::uno::Reference< css::sheet::XSheetConditionalEntries > mxSheetConditionalEntries; -- cgit