summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fpicker/source/win32/folderpicker/FolderPicker.cxx2
-rw-r--r--fpicker/source/win32/folderpicker/Fopentry.cxx2
-rw-r--r--fpicker/source/win32/folderpicker/makefile.mk6
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 ------------------------------------------------------