summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbaformatconditions.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-03 15:11:45 +0200
committerNoel Grandin <noel@peralex.com>2015-08-04 08:55:56 +0200
commit368a3e45a3f126d34f794a9118fcef0e3270cd78 (patch)
tree11d586fd3895dc9b42749b817b9501173d819d39 /sc/source/ui/vba/vbaformatconditions.hxx
parent0fd9b79687a9f58a407da8e46e54637f353e122b (diff)
sc: inline some use-once typedefs
Change-Id: I332e160dda3f167e61f99da1eb0aa6bd72a48b06
Diffstat (limited to 'sc/source/ui/vba/vbaformatconditions.hxx')
-rw-r--r--sc/source/ui/vba/vbaformatconditions.hxx4
1 files changed, 1 insertions, 3 deletions
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 <com/sun/star/sheet/XSheetConditionalEntries.hpp>
#include <vbahelper/vbacollectionimpl.hxx>
-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;