summaryrefslogtreecommitdiff
path: root/include/sfx2/progress.hxx
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-01-29 21:58:11 -0200
committerCaolán McNamara <caolanm@redhat.com>2014-01-30 11:31:58 +0000
commitc97b226b5a5480caf00d1c859fc7bcbfddde3a6a (patch)
treeed6b9f9afbe95a5f42ac13434337f272b25f99be /include/sfx2/progress.hxx
parent53ba2eefb0d3d6e6c155302479eace25bcf8b657 (diff)
fdo#63154 Removed unused solar.h ref. in sfx2
Change-Id: I7fd8815482c3491d28e0d353e725e7c37aa52fc3 Reviewed-on: https://gerrit.libreoffice.org/7736 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2/progress.hxx')
-rw-r--r--include/sfx2/progress.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/sfx2/progress.hxx b/include/sfx2/progress.hxx
index af24b5864efd..0e21a4386336 100644
--- a/include/sfx2/progress.hxx
+++ b/include/sfx2/progress.hxx
@@ -19,12 +19,11 @@
#ifndef INCLUDED_SFX2_PROGRESS_HXX
#define INCLUDED_SFX2_PROGRESS_HXX
+#include <rtl/ustring.hxx>
#include <sal/config.h>
-#include <sfx2/dllapi.h>
#include <sal/types.h>
-#include <tools/solar.h>
+#include <sfx2/dllapi.h>
#include <tools/link.hxx>
-#include <rtl/ustring.hxx>
namespace rtl {
class OUString;
@@ -34,8 +33,6 @@ struct SfxProgress_Impl;
struct PlugInLoadStatus;
struct SvProgressArg;
-//=======================================================================
-
class SFX2_DLLPUBLIC SfxProgress
{
SfxProgress_Impl* pImp;