diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-07-20 22:54:28 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-07-20 22:54:28 +0300 |
commit | f1ae1853ace24bd175ef955d23bfe864a1891b2c (patch) | |
tree | dccede4a07fc25e7ef9c4c3f888e40c3aa4e2831 /fpicker | |
parent | 13b2080cf5cbd598d2df43d8989d65f22ce0ef70 (diff) |
More header name case fixes for MinGW cross-compilation
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/folderpicker/FolderPicker.cxx | 2 | ||||
-rw-r--r-- | fpicker/source/win32/folderpicker/Fopentry.cxx | 2 | ||||
-rw-r--r-- | fpicker/source/win32/folderpicker/makefile.mk | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/fpicker/source/win32/folderpicker/FolderPicker.cxx b/fpicker/source/win32/folderpicker/FolderPicker.cxx index 5483b7d78ee9..3757ce478032 100644 --- a/fpicker/source/win32/folderpicker/FolderPicker.cxx +++ b/fpicker/source/win32/folderpicker/FolderPicker.cxx @@ -34,7 +34,7 @@ //------------------------------------------------------------------------ #include <osl/diagnose.h> -#include "folderpicker.hxx" +#include "FolderPicker.hxx" #include <com/sun/star/lang/DisposedException.hpp> #include "WinFOPImpl.hxx" diff --git a/fpicker/source/win32/folderpicker/Fopentry.cxx b/fpicker/source/win32/folderpicker/Fopentry.cxx index 03ee44cb62b7..c50686f058de 100644 --- a/fpicker/source/win32/folderpicker/Fopentry.cxx +++ b/fpicker/source/win32/folderpicker/Fopentry.cxx @@ -36,7 +36,7 @@ #include <com/sun/star/container/XSet.hpp> #include <osl/diagnose.h> -#include "folderpicker.hxx" +#include "FolderPicker.hxx" #include "FOPServiceInfo.hxx" #include "WinFOPImpl.hxx" diff --git a/fpicker/source/win32/folderpicker/makefile.mk b/fpicker/source/win32/folderpicker/makefile.mk index cc7bf1875037..68c0e5c8ce70 100644 --- a/fpicker/source/win32/folderpicker/makefile.mk +++ b/fpicker/source/win32/folderpicker/makefile.mk @@ -42,9 +42,9 @@ COMP1TYPELIST=$(TARGET) CFLAGS+=-GR .ENDIF -SLOFILES=$(SLO)$/fopentry.obj\ - $(SLO)$/folderpicker.obj\ - $(SLO)$/WinFopImpl.obj\ +SLOFILES=$(SLO)$/Fopentry.obj\ + $(SLO)$/FolderPicker.obj\ + $(SLO)$/WinFOPImpl.obj\ $(SLO)$/MtaFop.obj # --- Targets ------------------------------------------------------ |