From 77dd7f82911b2e8cd076dd71f3b3901b84fb98d6 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 30 Mar 2016 05:14:50 +0200 Subject: uitest: a slightly better approach for the factory problem in the ui testing Change-Id: I15dbf2446791c4be9be4e18e63c0d03104d8d405 --- sfx2/inc/uitest/uitest_factory.hxx | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 sfx2/inc/uitest/uitest_factory.hxx (limited to 'sfx2/inc') diff --git a/sfx2/inc/uitest/uitest_factory.hxx b/sfx2/inc/uitest/uitest_factory.hxx deleted file mode 100644 index b2d298f5a6eb..000000000000 --- a/sfx2/inc/uitest/uitest_factory.hxx +++ /dev/null @@ -1,21 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - */ - -#include - -class SfxUITestFactory -{ -public: - - static void registerSfxTabDialog(); - - static void registerSfxTabPage(); -}; - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit