diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-10-08 16:48:26 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-10-08 16:48:26 +0200 |
commit | cf2b56f39d57c62b17c444025f8dfe14e6149cba (patch) | |
tree | 4f78ce1a3be92679ad3085b60ff57f4cd30bda37 /svl/source/filepicker | |
parent | e6b4345c7f4026cb9b3e8dee6ecc84b3531e1950 (diff) |
#i103496#: make svl buildable
Diffstat (limited to 'svl/source/filepicker')
-rw-r--r-- | svl/source/filepicker/makefile.mk | 2 | ||||
-rw-r--r-- | svl/source/filepicker/pickerhelper.cxx | 2 | ||||
-rw-r--r-- | svl/source/filepicker/pickerhistory.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/svl/source/filepicker/makefile.mk b/svl/source/filepicker/makefile.mk index d00ac5170e1a..644c70af0b1a 100644 --- a/svl/source/filepicker/makefile.mk +++ b/svl/source/filepicker/makefile.mk @@ -30,7 +30,7 @@ #************************************************************************* PRJ=..$/.. -PRJNAME=svtools +PRJNAME=svl TARGET=filepicker ENABLE_EXCEPTIONS=TRUE diff --git a/svl/source/filepicker/pickerhelper.cxx b/svl/source/filepicker/pickerhelper.cxx index 0d8b2db9d8a0..cda263338d5d 100644 --- a/svl/source/filepicker/pickerhelper.cxx +++ b/svl/source/filepicker/pickerhelper.cxx @@ -29,7 +29,7 @@ ************************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_svtools.hxx" +#include "precompiled_svl.hxx" #include "pickerhelper.hxx" #include "rtl/ustring.hxx" diff --git a/svl/source/filepicker/pickerhistory.cxx b/svl/source/filepicker/pickerhistory.cxx index 5bd584618f09..5cc12779f0b5 100644 --- a/svl/source/filepicker/pickerhistory.cxx +++ b/svl/source/filepicker/pickerhistory.cxx @@ -29,7 +29,7 @@ ************************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_svtools.hxx" +#include "precompiled_svl.hxx" #include "pickerhistory.hxx" #include "pickerhistoryaccess.hxx" #include <cppuhelper/weakref.hxx> |