summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-01-14 22:27:44 +0100
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-01-14 22:27:44 +0100
commitb447e599c6e1323bf35793980135c7e7bbcc4c77 (patch)
tree346d39700af059731582e0754a87b53053abd893
parent71206fbd9a50b7073adbfc1a1a7db37759ed6ba0 (diff)
undo previous erroneous change, solar.hrc belongs to svl instead vcl now
-rw-r--r--filter/inc/filter.hrc2
-rw-r--r--filter/source/flash/swfdialog.cxx2
-rw-r--r--filter/source/pdf/pdfdialog.cxx2
-rw-r--r--filter/source/pdf/pdfexport.cxx2
-rw-r--r--filter/source/xsltdialog/xmlfilterdialogcomponent.cxx2
5 files changed, 5 insertions, 5 deletions
diff --git a/filter/inc/filter.hrc b/filter/inc/filter.hrc
index 91196ee39009..60d626379b1b 100644
--- a/filter/inc/filter.hrc
+++ b/filter/inc/filter.hrc
@@ -35,7 +35,7 @@
#ifndef _SOLAR_HRC
-#include <vcl/solar.hrc>
+#include <svl/solar.hrc>
#endif
// Help-Ids --------------------------------------------------------------
diff --git a/filter/source/flash/swfdialog.cxx b/filter/source/flash/swfdialog.cxx
index eb1dd1426e6f..5e036df696e6 100644
--- a/filter/source/flash/swfdialog.cxx
+++ b/filter/source/flash/swfdialog.cxx
@@ -35,7 +35,7 @@
#include "impswfdialog.hxx"
#include <vcl/svapp.hxx>
#include <vcl/dialog.hxx>
-#include <vcl/solar.hrc>
+#include <svl/solar.hrc>
#include <com/sun/star/view/XRenderable.hpp>
#include <com/sun/star/frame/XController.hpp>
#include <com/sun/star/view/XSelectionSupplier.hpp>
diff --git a/filter/source/pdf/pdfdialog.cxx b/filter/source/pdf/pdfdialog.cxx
index f9886ab54ccd..a1c829de745a 100644
--- a/filter/source/pdf/pdfdialog.cxx
+++ b/filter/source/pdf/pdfdialog.cxx
@@ -35,7 +35,7 @@
#include "impdialog.hxx"
#include <vcl/svapp.hxx>
#include <vcl/dialog.hxx>
-#include <vcl/solar.hrc>
+#include <svl/solar.hrc>
#include <com/sun/star/view/XRenderable.hpp>
using namespace ::rtl;
diff --git a/filter/source/pdf/pdfexport.cxx b/filter/source/pdf/pdfexport.cxx
index d5194e9dbdc7..8ad3f7caad4f 100644
--- a/filter/source/pdf/pdfexport.cxx
+++ b/filter/source/pdf/pdfexport.cxx
@@ -51,7 +51,7 @@
#include <unotools/processfactory.hxx>
#include <svtools/FilterConfigItem.hxx>
#include <svtools/filter.hxx>
-#include <vcl/solar.hrc>
+#include <svl/solar.hrc>
#include <comphelper/string.hxx>
#include <unotools/saveopt.hxx> // only for testing of relative saving options in PDF
diff --git a/filter/source/xsltdialog/xmlfilterdialogcomponent.cxx b/filter/source/xsltdialog/xmlfilterdialogcomponent.cxx
index 923fa07e28e6..3889e6f4a6e1 100644
--- a/filter/source/xsltdialog/xmlfilterdialogcomponent.cxx
+++ b/filter/source/xsltdialog/xmlfilterdialogcomponent.cxx
@@ -51,7 +51,7 @@
#include <tools/resmgr.hxx>
#include <vcl/svapp.hxx>
-#include <vcl/solar.hrc>
+#include <svl/solar.hrc>
#include "xmlfiltersettingsdialog.hxx"