diff options
author | David Tardon <dtardon@redhat.com> | 2012-05-27 12:34:10 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-27 12:36:45 +0200 |
commit | 8e0552fca75e7b82975a3ed05fd8c50b00f53254 (patch) | |
tree | 412218d9406186cdcacdf314d7aef981f0aeff89 /fpicker/source | |
parent | 510bfdc31d3e5834a7a461395ad2a6c3129cb572 (diff) |
break dep. cycle between vcl and fpicker
Change-Id: I04c68440d7c5e5b6c620b406ff52b1cca9e2fbfb
Diffstat (limited to 'fpicker/source')
-rw-r--r-- | fpicker/source/aqua/resourceprovider.mm | 2 | ||||
-rw-r--r-- | fpicker/source/office/OfficeFilePicker.hrc | 2 | ||||
-rw-r--r-- | fpicker/source/win32/misc/resourceprovider.cxx | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/fpicker/source/aqua/resourceprovider.mm b/fpicker/source/aqua/resourceprovider.mm index 2bf6bf96760e..7c65cb686af2 100644 --- a/fpicker/source/aqua/resourceprovider.mm +++ b/fpicker/source/aqua/resourceprovider.mm @@ -33,12 +33,12 @@ #include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> #include <osl/mutex.hxx> +#include <vcl/fpicker.hrc> #include <vcl/svapp.hxx> #include <tools/resmgr.hxx> #include <com/sun/star/ui/dialogs/CommonFilePickerElementIds.hpp> #include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp> -#include <fpicker/fpicker.hrc> #include <svtools/filedlg2.hrc> #include "NSString_OOoAdditions.hxx" diff --git a/fpicker/source/office/OfficeFilePicker.hrc b/fpicker/source/office/OfficeFilePicker.hrc index acb14a98503b..63a56a0c4e39 100644 --- a/fpicker/source/office/OfficeFilePicker.hrc +++ b/fpicker/source/office/OfficeFilePicker.hrc @@ -28,7 +28,7 @@ #ifndef _FPICKER_OFFICEFILEPICKER_HRC #define _FPICKER_OFFICEFILEPICKER_HRC -#include <fpicker/fpicker.hrc> +#include <vcl/fpicker.hrc> #define DLG_FPICKER_EXPLORERFILE (RID_FPICKER_START+14) #define DLG_FPICKER_QUERYFOLDERNAME (RID_FPICKER_START+15) diff --git a/fpicker/source/win32/misc/resourceprovider.cxx b/fpicker/source/win32/misc/resourceprovider.cxx index b1e781e29165..8e689e1aba75 100644 --- a/fpicker/source/win32/misc/resourceprovider.cxx +++ b/fpicker/source/win32/misc/resourceprovider.cxx @@ -34,14 +34,13 @@ #include <rtl/ustrbuf.hxx> #include "resourceprovider.hxx" #include <osl/mutex.hxx> +#include <vcl/fpicker.hrc> #include <vcl/svapp.hxx> #include <tools/simplerm.hxx> #include <com/sun/star/ui/dialogs/CommonFilePickerElementIds.hpp> #include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp> -#include <fpicker/fpicker.hrc> - //------------------------------------------------------------ // namespace directives //------------------------------------------------------------ |