summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-05 15:57:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-05 16:02:59 +0100
commit306add13e1d9f70e1111acde8362aea6c169a97d (patch)
tree67660a864cbb3df6bdccf7b3591faa7135e0a4f0 /include/svtools
parent36ca919da2e360fde7cc28230069eff488a85ac5 (diff)
convert the last two lonely FixedInfos to FixedText
Change-Id: Ia6ed5f71931a6141efb3d5e5eb329149d6850342
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/prnsetup.hxx1
-rw-r--r--include/svtools/stdctrl.hxx36
2 files changed, 0 insertions, 37 deletions
diff --git a/include/svtools/prnsetup.hxx b/include/svtools/prnsetup.hxx
index 4a05a62947f9..33b8cff77206 100644
--- a/include/svtools/prnsetup.hxx
+++ b/include/svtools/prnsetup.hxx
@@ -28,7 +28,6 @@
#include <vcl/group.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/timer.hxx>
-#include <svtools/stdctrl.hxx>
class Printer;
class QueueInfo;
diff --git a/include/svtools/stdctrl.hxx b/include/svtools/stdctrl.hxx
deleted file mode 100644
index 38c548caffd2..000000000000
--- a/include/svtools/stdctrl.hxx
+++ /dev/null
@@ -1,36 +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/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#ifndef INCLUDED_SVTOOLS_STDCTRL_HXX
-#define INCLUDED_SVTOOLS_STDCTRL_HXX
-
-#include <svtools/svtdllapi.h>
-
-#include <vcl/edit.hxx>
-#include <vcl/fixed.hxx>
-
-class SVT_DLLPUBLIC FixedInfo : public FixedText
-{
-public:
- FixedInfo( vcl::Window* pParent, const ResId& rResId );
-};
-
-#endif // INCLUDED_SVTOOLS_STDCTRL_HXX
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */